root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1504 [1504] 01/06/09 13:44:45 jtv Exported throw_null_conversion; ABI change but only for tests, so …
(edit) @1503 [1503] 01/05/09 02:37:40 jtv Fixes to Visual C++ test makefile.
(edit) @1502 [1502] 01/03/09 06:07:17 jtv Tiny documentation fix.
(edit) @1501 [1501] 01/03/09 03:32:37 jtv Support querying of thread-safety information.
(edit) @1500 [1500] 01/03/09 03:32:17 jtv Use PGSTD, not std.
(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) @1495 [1495] 01/03/09 00:11:24 jtv Added 3.1 section.
(edit) @1494 [1494] 01/03/09 00:11:08 jtv Bit more documentation.
(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) @1491 [1491] 01/01/09 14:23:47 jtv Alphabeticized, updated for completeness.
(edit) @1490 [1490] 01/01/09 14:23:31 jtv Added example program, improved existing one.
(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) @1480 [1480] 12/27/08 08:13:59 jtv Another update to workaround code for missing PQunescape().
(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) @1476 [1476] 12/26/08 06:50:10 jtv Nano-optimization.
(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) @1472 [1472] 12/13/08 23:26:59 jtv Compile fix
(edit) @1471 [1471] 12/13/08 23:25:28 jtv Don't test for read-only enforcement on 7.x backends; makes the test …
(edit) @1470 [1470] 12/13/08 23:11:47 jtv Fixed mistake in test code.
(edit) @1469 [1469] 12/13/08 23:06:31 jtv Foregoing setting socket directory from config file for now.
(edit) @1468 [1468] 12/13/08 17:41:00 jtv No, no, I think it was right before.
(edit) @1467 [1467] 12/13/08 16:50:54 jtv Test script failure: oops, same again. This test cycle is longer than it …
(edit) @1466 [1466] 12/13/08 16:45:16 jtv Test script failure: still wrong place.
(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) @1463 [1463] 12/08/08 02:24:38 jtv 3.0 is a branch, not a tag.
(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) @1460 [1460] 11/08/08 04:58:58 jackyf debian/changelog: added '20' to '08' (year) for consistency.
(edit) @1459 [1459] 11/02/08 22:06:32 jtv Tagged 3.0.0 so we can keep developing on 3.0.
(edit) @1458 [1458] 11/02/08 22:04:52 jtv Also update NEWS file with new version.
(edit) @1457 [1457] 11/02/08 21:53:04 jtv Back to the future.
(edit) @1456 [1456] 11/02/08 21:40:45 jtv Make sure 3.0 series is in shape for auto-releasing updates.
(edit) @1455 [1455] 11/02/08 21:38:30 jtv Don't auto-release latest snapshot if parent is not trunk.
(edit) @1454 [1454] 11/02/08 10:33:32 jtv ...and now that that works, back to the 3.1 future.
(edit) @1453 [1453] 11/02/08 08:23:58 jtv Still patching up 3.0.0-to-3.0 changes.
(edit) @1452 [1452] 11/02/08 08:14:30 jtv 3.0.0 is now called 3.0
(edit) @1451 [1451] 11/02/08 08:12:03 jtv Still making change from '3.0.0' to '3.0'
(edit) @1450 [1450] 11/02/08 08:11:23 jtv Fix for preprelease.
(edit) @1449 [1449] 11/02/08 08:09:25 jtv Fixed extract_version
(edit) @1448 [1448] 11/02/08 08:04:38 jtv Going back for one more 3.0 build.
(edit) @1447 [1447] 11/02/08 08:02:31 jtv Going back for one more 3.0 build.
(edit) @1446 [1446] 11/02/08 07:59:22 jtv ./tools isn't in path during preprelease.
(edit) @1445 [1445] 11/02/08 01:28:42 jtv Generalize from just releasing trunk; for new release regime.
(edit) @1444 [1444] 11/02/08 01:24:59 jtv Nope, still working on 3.0 release.
(edit) @1443 [1443] 11/02/08 01:54:59 jtv Synchronizing last detail between branches.
(edit) @1442 [1442] 11/02/08 01:54:30 jtv Do local checkout during release.
(edit) @1441 [1441] 11/02/08 01:45:36 jtv Got release script to (hopefully) operational state.
(edit) @1440 [1440] 11/02/08 01:35:29 jtv Forking release 3.0, moving on to 3.1.
(edit) @1439 [1439] 11/02/08 01:19:50 jtv Made executable.
(edit) @1438 [1438] 11/02/08 01:13:16 jtv Still working on automated release.
(edit) @1437 [1437] 11/02/08 01:04:58 jtv Automating part of release process.
(edit) @1436 [1436] 11/01/08 23:55:58 jtv Setting up for 3.0 release.
(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) @1433 [1433] 10/31/08 16:54:49 jackyf Removed some cruft from debian/rules.
(edit) @1432 [1432] 10/31/08 16:15:03 jackyf Added includes for 'make check' (when building i non-standard build …
(edit) @1431 [1431] 10/30/08 23:56:01 jtv Try to avoid extra string copy in write_raw_line()
(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) @1427 [1427] 10/29/08 00:45:37 jtv Tweak, tweak.
(edit) @1426 [1426] 10/28/08 23:41:24 jtv Yet another tweak to test backend startup
(edit) @1425 [1425] 10/27/08 10:08:17 jtv Gave up trying to start up 7.3 backends without breaking newer ones
(edit) @1424 [1424] 10/27/08 10:07:46 jtv Removed warning; pipeline is stable now
(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) @1418 [1418] 10/16/08 13:19:24 jackyf Fixed g++ 4.3 warning in include/pqxx/largeobject.hxx on 64-bit platforms.
(edit) @1417 [1417] 10/16/08 13:18:19 jackyf Fixed g++ 4.3 warning in test/unit/test_prepared_statement.cxx on 64-bit …
(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) @1410 [1410] 10/12/08 01:31:29 jtv Silly fix to previous fix.
(edit) @1409 [1409] 10/12/08 01:30:30 jtv Fixed test failure on old backends that need test workaround.
(edit) @1408 [1408] 10/11/08 15:08:54 jtv Fixed a typo, update a copyright year.
(edit) @1407 [1407] 10/11/08 05:58:04 jackyf Updated ChangeLog?.
(edit) @1406 [1406] 10/11/08 05:48:52 jackyf Corrected debian/Makefile.am, building of Debian package is now working.
(edit) @1405 [1405] 10/11/08 04:56:09 jackyf Reworked debian/ directory for 3.0.0.
Note: See TracRevisionLog for help on using the revision log.