root/trunk/ChangeLog


Mode:

Legend:

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