|
|
|
@1503
|
[1503]
|
01/05/09 02:37:40 |
jtv |
Fixes to Visual C++ test makefile. |
|
|
|
@1501
|
[1501]
|
01/03/09 03:32:37 |
jtv |
Support querying of thread-safety information. |
|
|
|
@1499
|
[1499]
|
01/03/09 01:32:07 |
jtv |
Separate documentation page about accessing result sets. |
|
|
|
@1498
|
[1498]
|
01/03/09 01:12:40 |
jtv |
Made internal smart-pointer APIs conform to shared_ptr more, further hid … |
|
|
|
@1497
|
[1497]
|
01/03/09 00:48:55 |
jtv |
Auto-configure TR1 setup. |
|
|
|
@1496
|
[1496]
|
01/03/09 00:11:48 |
jtv |
Minor updates. |
|
|
|
@1493
|
[1493]
|
01/02/09 14:07:49 |
jtv |
Added some includes that might be missing, some more documentation. |
|
|
|
@1492
|
[1492]
|
01/01/09 14:24:11 |
jtv |
Added string conversion (one-way only) for non-const C-style string. |
|
|
|
@1489
|
[1489]
|
01/01/09 12:51:28 |
jtv |
Forgot to add new strconv headers to makefile. |
|
|
|
@1488
|
[1488]
|
01/01/09 12:34:55 |
jtv |
Include strconv in a few places where it's needed for older libpq … |
|
|
|
@1487
|
[1487]
|
12/31/08 06:01:39 |
jtv |
Put string conversion in a module of its own. |
|
|
|
@1486
|
[1486]
|
12/31/08 05:19:59 |
jtv |
Documentation updates. |
|
|
|
@1485
|
[1485]
|
12/27/08 09:45:22 |
jackyf |
Deal better with config.{sub,guess} files.
Prepare for future 3.1 release, … |
|
|
|
@1484
|
[1484]
|
12/27/08 09:27:38 |
jtv |
Use read-write transaction if backend is too old for read-only … |
|
|
|
@1483
|
[1483]
|
12/27/08 09:05:35 |
jtv |
Deal more gracefully with backends that don't support read transactions. |
|
|
|
@1482
|
[1482]
|
12/27/08 08:43:55 |
jtv |
Fixes to workaround for missing PQfreemem(). |
|
|
|
@1481
|
[1481]
|
12/27/08 08:35:31 |
jtv |
Bunch of fixes to workaround for old libpq w PQunescapeBytea() missing. |
|
|
|
@1479
|
[1479]
|
12/27/08 08:11:00 |
jtv |
Silenced 'find' warning. |
|
|
|
@1478
|
[1478]
|
12/27/08 08:03:36 |
jtv |
Workaround for old libpq without PQunescape() still used m_str. |
|
|
|
@1477
|
[1477]
|
12/26/08 07:30:37 |
jtv |
Removed caching of binarystring::str(); class is immutable now. |
|
|
|
@1475
|
[1475]
|
12/26/08 06:47:48 |
jtv |
Disallow direct pointer-to-smart-pointer assignment. |
|
|
|
@1474
|
[1474]
|
12/20/08 10:42:33 |
jtv |
Use shared_ptr if available. |
|
|
|
@1473
|
[1473]
|
12/14/08 00:12:46 |
jtv |
Build postgres without readline. |
|
|
|
@1465
|
[1465]
|
12/13/08 16:43:38 |
jtv |
Test script failure: tried to augment postgres config in wrong place. |
|
|
|
@1464
|
[1464]
|
12/13/08 16:34:32 |
jtv |
Added support for read-only transactions. |
|
|
|
@1462
|
[1462]
|
12/08/08 02:07:22 |
jtv |
check_bounds failure message now prints violated boundary value. |
|
|
|
@1461
|
[1461]
|
12/08/08 01:55:49 |
jtv |
Fixed Solaris 'make' breakage, thanks Doug. |
|
|
|
@1437
|
[1437]
|
11/02/08 01:04:58 |
jtv |
Automating part of release process. |
|
|
|
@1435
|
[1435]
|
10/31/08 17:22:50 |
jackyf |
debian/rules now passes '--enable-maintainer-mode' to configure. |
|
|
|
@1434
|
[1434]
|
10/31/08 16:58:21 |
jackyf |
Updated ChangeLog?. |
|
|
|
@1432
|
[1432]
|
10/31/08 16:15:03 |
jackyf |
Added includes for 'make check' (when building i non-standard build … |
|
|
|
@1430
|
[1430]
|
10/30/08 23:42:32 |
jtv |
Exposed tablewriter.get_raw_line(); now supports direct … |
|
|
|
@1429
|
[1429]
|
10/30/08 14:16:57 |
jtv |
Still tweaking backend startup for test script. |
|
|
|
@1428
|
[1428]
|
10/29/08 09:32:29 |
jtv |
Went back to invoking postmaster instead of postgres, for backwards … |
|
|
|
@1425
|
[1425]
|
10/27/08 10:08:17 |
jtv |
Gave up trying to start up 7.3 backends without breaking newer ones |
|
|
|
@1423
|
[1423]
|
10/22/08 02:09:42 |
jtv |
More tweaks to backend startup. |
|
|
|
@1422
|
[1422]
|
10/21/08 13:16:09 |
jtv |
More tweaks to how to start a postgres instance. |
|
|
|
@1421
|
[1421]
|
10/21/08 13:01:50 |
jtv |
Allow some time for database to be created. |
|
|
|
@1420
|
[1420]
|
10/21/08 07:29:43 |
jtv |
Customized testing postgres configs |
|
|
|
@1419
|
[1419]
|
10/16/08 13:22:58 |
jackyf |
Updated ChangeLog?. |
|
|
|
@1416
|
[1416]
|
10/16/08 01:45:37 |
jtv |
Few more fixes for g++-4.3, thanks Eugene V. Lyubimkin. |
|
|
|
@1415
|
[1415]
|
10/14/08 13:33:26 |
jtv |
Fixed warnings with g++ 4.3, thanks Eugene V. Lyubimkin |
|
|
|
@1414
|
[1414]
|
10/12/08 04:53:54 |
jtv |
Two more digits of precision in floats, thanks Kirit Saelensminde |
|
|
|
@1413
|
[1413]
|
10/12/08 04:02:17 |
jtv |
Preparation for 3.0 |
|
|
|
@1412
|
[1412]
|
10/12/08 03:18:59 |
jtv |
Another test fix for old backends. |
|
|
|
@1411
|
[1411]
|
10/12/08 02:47:02 |
jtv |
Unsupported feature is no longer treated as a test failure. |
|
|
|
@1409
|
[1409]
|
10/12/08 01:30:30 |
jtv |
Fixed test failure on old backends that need test workaround. |
|
|
|
@1407
|
[1407]
|
10/11/08 05:58:04 |
jackyf |
Updated ChangeLog?. |
|
|
|
@1404
|
[1404]
|
10/11/08 04:52:19 |
jtv |
Made treat_direct the default. Fixes #163. |
|
|
|
@1403
|
[1403]
|
10/11/08 04:37:51 |
jtv |
Make one test failure slightly easier to diagnose. |
|
|
|
@1402
|
[1402]
|
10/09/08 02:42:16 |
jtv |
pipeline now has a cancel_query() funtion. |
|
|
|
@1401
|
[1401]
|
10/02/08 00:43:59 |
jtv |
Fixed gcc 4.3 warnings, thanks Eugene V. Lyubimkin. |
|
|
|
@1395
|
[1395]
|
09/27/08 09:48:56 |
jtv |
Test runners check for failure. |
|
|
|
@1394
|
[1394]
|
09/27/08 09:29:49 |
jtv |
Moved test main() into header of its own. No longer uses macro magic. |
|
|
|
@1393
|
[1393]
|
09/09/08 04:26:14 |
jtv |
Fixed compile warning, thanks Eugene V. Lyubimkin. |
|
|
|
@1392
|
[1392]
|
09/08/08 05:49:32 |
jtv |
Suppressed stupid Visual C++ warnings, thanks Kirit Saelensminde |
|
|
|
@1391
|
[1391]
|
09/08/08 04:48:09 |
jtv |
Eliminated warning in string traits, thanks Kirit. |
|
|
|
@1390
|
[1390]
|
09/08/08 03:55:30 |
jtv |
Moved sample headers into pqxx subdirs, so you can augment the include … |
|
|
|
@1389
|
[1389]
|
09/07/08 05:41:26 |
jtv |
#160: PL/pgSQL exception classes |
|
|
|
@1388
|
[1388]
|
08/28/08 07:21:35 |
jtv |
Ensure transaction is open before executing prepared statement, thanks … |
|
|
|
@1387
|
[1387]
|
08/26/08 13:52:04 |
jtv |
Make static link subject to PQXX_AUTOLINK as well, thanks Kirit … |
|
|
|
@1386
|
[1386]
|
08/25/08 13:08:13 |
jtv |
Export encrypt_password, thanks boto |
|
|
|
@1385
|
[1385]
|
08/22/08 16:40:13 |
jtv |
Fixed nested-template bracketing, thanks Bjorn Munch. |
|
|
|
@1382
|
[1382]
|
08/19/08 00:45:22 |
jtv |
Fixed test failure; only seems to bother older gcc for some reason. |
|
|
|
@1381
|
[1381]
|
08/19/08 00:26:00 |
jtv |
First stab at single-executable test on VC++. |
|
|
|
@1380
|
[1380]
|
08/18/08 23:57:21 |
jtv |
Replaced all throws with test helpers. |
|
|
|
@1379
|
[1379]
|
08/15/08 00:31:44 |
jtv |
Run all tests in directory as single program. |
|
|
|
@1378
|
[1378]
|
08/13/08 16:22:42 |
jtv |
Converted all tests to test framework. |
|
|
|
@1377
|
[1377]
|
08/13/08 08:40:23 |
jtv |
More test framework migration. |
|
|
|
@1376
|
[1376]
|
08/12/08 10:30:11 |
jtv |
Converted more tests to test framework; further framework improvements. |
|
|
|
@1375
|
[1375]
|
08/10/08 10:48:04 |
jtv |
More work on test framework. |
|
|
|
@1374
|
[1374]
|
08/10/08 10:11:13 |
jtv |
Standard main() macro for tests, so later we can run all tests in one … |
|
|
|
@1372
|
[1372]
|
08/10/08 09:38:56 |
jtv |
More work on test helpers. |
|
|
|
@1370
|
[1370]
|
08/10/08 00:46:11 |
jtv |
More test framework improvements. |
|
|
|
@1368
|
[1368]
|
08/09/08 08:23:58 |
jtv |
Test helpers cleanup. |
|
|
|
@1367
|
[1367]
|
08/09/08 00:32:11 |
jtv |
Converted test 009 to test framework. |
|
|
|
@1366
|
[1366]
|
08/09/08 00:10:45 |
jtv |
Fixed memory leak when connection fails. Thanks Matthew Fanto. |
|
|
|
@1365
|
[1365]
|
08/09/08 00:04:14 |
jtv |
Fixed configuration order for libpq detection. Thanks Jorgen Austvik. |
|
|
|
@1364
|
[1364]
|
08/08/08 23:56:23 |
jtv |
Converted test008 to test framework. |
|
|
|
@1361
|
[1361]
|
08/04/08 11:07:53 |
jtv |
Converted more tests to test framework. |
|
|
|
@1360
|
[1360]
|
07/31/08 14:56:57 |
jtv |
Converted test to test framework. |
|
|
|
@1358
|
[1358]
|
07/31/08 01:07:47 |
jtv |
Fixed serious bug in PQXX_CHECK_THROWS |
|
|
|
@1357
|
[1357]
|
07/24/08 17:21:11 |
jtv |
Converted test092 to use test helpers. |
|
|
|
@1356
|
[1356]
|
07/24/08 17:12:37 |
jtv |
Tweaked last-ditch escaping function a bit. |
|
|
|
@1355
|
[1355]
|
07/24/08 15:43:11 |
jtv |
Converted test001 to test helpers. |
|
|
|
@1354
|
[1354]
|
07/24/08 15:38:16 |
jtv |
Made test000 use test helpers. |
|
|
|
@1353
|
[1353]
|
07/23/08 10:45:29 |
jtv |
Retired old, unsafe string escaping functions. |
|
|
|
@1352
|
[1352]
|
07/20/08 07:21:40 |
jtv |
Enable long long support in standard Visual C++ config. |
|
|
|
@1351
|
[1351]
|
07/20/08 07:18:25 |
jtv |
Updated sample headers; added PQXX_AUTOLINK for Visual C++. Thanks Kirit … |
|
|
|
@1350
|
[1350]
|
07/18/08 04:13:52 |
jtv |
Fixed distance() workaround code, thanks Jorgen Austvik at Sun. |
|
|
|
@1349
|
[1349]
|
07/17/08 10:57:42 |
jtv |
Added quoting functions. |
|
|
|
@1348
|
[1348]
|
07/17/08 08:19:50 |
jtv |
New exception type for conversion errors; some extensions to string … |
|
|
|
@1347
|
[1347]
|
06/27/08 14:37:48 |
jtv |
All exceptions except bad_alloc have pqxx mixins, thanks yrs90. |
|
|
|
@1346
|
[1346]
|
06/26/08 08:45:41 |
jtv |
Peephole optimization. Thanks Daniel Frey. |
|
|
|
@1345
|
[1345]
|
06/21/08 18:14:24 |
jtv |
Test against two nontransactions being allowed at the same time. |
|
|
|
@1344
|
[1344]
|
06/21/08 13:52:14 |
jtv |
More robust workaround for missing std::distance(), doesn't conflict if … |
|
|
|
@1343
|
[1343]
|
06/20/08 05:44:25 |
jtv |
Don't force C locale; that trick breaks on Solaris. Thanks Bjorn Munch … |
|
|
|
@1342
|
[1342]
|
06/17/08 13:41:48 |
jtv |
Resolve ambiguity in compiling code that uses streaming operator. |
|
|
|
@1341
|
[1341]
|
06/15/08 06:41:46 |
jtv |
Detach pipeline after flush() or complete(). Fixes #50. |
|
|
|
@1340
|
[1340]
|
06/13/08 15:37:33 |
jtv |
Moved double-inclusion guards into .hxx headers, and made them more … |