root/trunk/ChangeLog

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @1664 [1664] 4 weeks jtv Added quote() for binarystring.
(edit) @1662 [1662] 5 weeks jtv Added missing 10 to hex digits in workaround for ancient libpq on 9.0+ …
(edit) @1660 [1660] 5 weeks jtv Lots more testing. Support 9.0 hex-escaping on pre-7.4 libpq.
(edit) @1656 [1656] 6 weeks jtv Lots more automatically-stored libpq config headers.
(edit) @1655 [1655] 6 weeks jtv Skip test of enum correspondence if libpq doesn't define the enum.
(edit) @1654 [1654] 6 weeks jtv Sample header for libpq 7.3.
(edit) @1653 [1653] 6 weeks jtv Save copies of generated config headers when testing.
(edit) @1639 [1639] 5 months jtv Fixed #104: -Werror always used. Works around RedHat? gcc build problem.
(edit) @1636 [1636] 6 months jtv Hopefully fix problem with CentOS gcc 4.1, thanks Devrim Gündüz.
(edit) @1635 [1635] 6 months jtv Bit of work on tuple constructors.
(edit) @1634 [1634] 6 months jtv Added empty(), and warning about empty slices.
(edit) @1629 [1629] 6 months jtv Do need to distribute performance.hxx.
(edit) @1625 [1625] 6 months jtv No longer need to run autogen.sh.
(edit) @1623 [1623] 6 months jtv More work on getting requirements for ./configure into the repo.
(edit) @1619 [1619] 6 months jtv Daniel Frey's implementation of slicing for result tuples. Thanks …
(edit) @1597 [1597] 8 months jtv Improvements to reference documentation.
(edit) @1596 [1596] 8 months jtv Docs wording.
(edit) @1595 [1595] 8 months jtv Put configure script into revision control.
(edit) @1594 [1594] 8 months jtv Bit of documentation work.
(edit) @1593 [1593] 9 months jtv Qualified some function calls, thanks Daniel Frey.
(edit) @1592 [1592] 10 months jtv Don't pass connections to test functions. Fixes #198.
(edit) @1591 [1591] 10 months jtv Support parameterized statements. Thanks Trigve Siver.
(edit) @1589 [1589] 10 months jtv Got rid of TODO file.
(edit) @1588 [1588] 11 months jtv Fix Visual C++ link problem.
(edit) @1587 [1587] 11 months jtv Rearranged data members by size.
(edit) @1586 [1586] 11 months jtv Use bitset for capabilities array, thanks Kirit Sælensminde.
(edit) @1585 [1585] 11 months jtv Unnamed statement doesn't work on backend 7.3 with 8.x libpq.
(edit) @1584 [1584] 11 months jtv Create test connections only when running.
(edit) @1583 [1583] 11 months jtv Gave up on testing cancel_query beyond it not segfaulting.
(edit) @1582 [1582] 11 months jtv Don't bother with this test on 7.x backends.
(edit) @1581 [1581] 11 months jtv Hopefully fixed compile warning.
(edit) @1578 [1578] 11 months jtv Always (re-)prepare the unnamed statement before use, thanks Trigve Siver …
(edit) @1577 [1577] 11 months jtv Fixed compile breakage with libpq 7.3.
(edit) @1576 [1576] 11 months jtv Test for cancel_query.
(edit) @1574 [1574] 11 months jtv Made cancel_query public.
(edit) @1572 [1572] 12 months jtv Mark statement definition complete when varargs are added.
(edit) @1570 [1570] 12 months jtv Tiny warning fix when using libpq from 7.3 or older.
(edit) @1566 [1566] 12 months jtv Keep absolute path out of md5sum file.
(edit) @1565 [1565] 12 months jtv robusttransaction rewrite. Fixes #189.
(edit) @1564 [1564] 12 months jtv Small improvements.
(edit) @1562 [1562] 12 months jtv Cleaned up constness model for callgates, thanks Kirit Saelensminde.
(edit) @1561 [1561] 13 months jtv Better in-doubt handling.
(edit) @1559 [1559] 13 months jtv More call gates.
(edit) @1558 [1558] 13 months jtv Yet another call gate.
(edit) @1556 [1556] 13 months jtv Set up another call gate.
(edit) @1555 [1555] 13 months jtv Moved gate classes into namespace, gate headers into gates directory. …
(edit) @1554 [1554] 13 months jtv Moved gate headers into dedicated subdir.
(edit) @1553 [1553] 13 months jtv Bugfix in unnamed prepared statement: it kept using its first definition.
(edit) @1552 [1552] 13 months jtv Some conditionally-compiled code wasn't using the proper gate.
(edit) @1551 [1551] 13 months jtv Fixed up PQAlloc deleter for case where shared_ptr is not available.
(edit) @1550 [1550] 13 months jtv Substitute full version info, not just version string and ABI version.
(edit) @1549 [1549] 13 months jtv Doxygen fixes.
(edit) @1548 [1548] 13 months jtv Workaround for g++ 3.3.
(edit) @1547 [1547] 13 months jtv Version shared libraries based on ABI, not full version number.
(edit) @1546 [1546] 13 months jtv Added ABI versioning.
(edit) @1545 [1545] 13 months jtv Don't generate huge HTML copies of source, thanks Eugene V. Lyubimkin.
(edit) @1544 [1544] 13 months jtv Clean up deleter handling in PQAlloc, thanks Kirit Saelensminde.
(edit) @1543 [1543] 13 months jtv Fixed compile warnings on some 32-bit configurations.
(edit) @1541 [1541] 13 months jtv Mistake in tutorial example. Thanks Patrick Daryll Glandien. Fixes #187.
(edit) @1533 [1533] 13 months jtv Fixed for changed test output; always build fresh documentation.
(edit) @1532 [1532] 13 months jtv New system of gate classes to manage friendships.
(edit) @1530 [1530] 13 months jtv New capability for varargs in prepared statements. Skip varargs test if …
(edit) @1525 [1525] 14 months jtv Check for BOOST smart_ptr header; really allow choice of TR1 namespace.
(edit) @1524 [1524] 14 months jtv result was using wrong deallocation function, thanks Kirit Saelensminde.
(edit) @1523 [1523] 14 months jtv Example of column lists in tablestreams. Fixes #185. Thanks Robert …
(edit) @1522 [1522] 14 months jtv Gave results iterator as well as const_iterator. Fixes #184.
(edit) @1521 [1521] 15 months jtv Provide version information as preprocessor macros. Thanks jdennis at …
(edit) @1520 [1520] 15 months jtv Produce compile-time errors for nonexistent string conversions, thanks …
(edit) @1519 [1519] 15 months jtv Made from_string on const break compile-time, thanks Robert Barnett.
(edit) @1518 [1518] 15 months jtv Support for unnamed prepared statement.
(edit) @1517 [1517] 15 months jtv Made ~dbtransaction public, thanks Maurice Gittens.
(edit) @1516 [1516] 15 months jtv Documented and tested binary prepared-statement parameters, thanks Michael …
(edit) @1515 [1515] 16 months jackyf NEWS: typo fix
(edit) @1514 [1514] 16 months jtv Query existence of prepared statement; prepared-statement varargs.
(edit) @1512 [1512] 18 months jtv Use PQXXTR1, not PGSTD::tr1, thanks Eugene V. Lyubimkin.
(edit) @1511 [1511] 19 months jtv Fixed RPM packaging, thanks Bob Knock.
(edit) @1510 [1510] 19 months jtv Fixed quoting and extra dot in VC test makefile, thanks Andrew Maclean.
(edit) @1509 [1509] 19 months jtv Refactored VC test makefile.
(edit) @1508 [1508] 19 months jtv Moved creation of $(INTDIR) to a better place, thanks Andrew Maclean.
(edit) @1504 [1504] 19 months jtv Exported throw_null_conversion; ABI change but only for tests, so …
(edit) @1503 [1503] 19 months jtv Fixes to Visual C++ test makefile.
(edit) @1501 [1501] 19 months jtv Support querying of thread-safety information.
(edit) @1499 [1499] 19 months jtv Separate documentation page about accessing result sets.
(edit) @1498 [1498] 19 months jtv Made internal smart-pointer APIs conform to shared_ptr more, further hid …
(edit) @1497 [1497] 19 months jtv Auto-configure TR1 setup.
(edit) @1496 [1496] 19 months jtv Minor updates.
(edit) @1493 [1493] 19 months jtv Added some includes that might be missing, some more documentation.
(edit) @1492 [1492] 19 months jtv Added string conversion (one-way only) for non-const C-style string.
(edit) @1489 [1489] 19 months jtv Forgot to add new strconv headers to makefile.
(edit) @1488 [1488] 19 months jtv Include strconv in a few places where it's needed for older libpq …
(edit) @1487 [1487] 19 months jtv Put string conversion in a module of its own.
(edit) @1486 [1486] 19 months jtv Documentation updates.
(edit) @1485 [1485] 19 months jackyf Deal better with config.{sub,guess} files. Prepare for future 3.1 release, …
(edit) @1484 [1484] 19 months jtv Use read-write transaction if backend is too old for read-only …
(edit) @1483 [1483] 19 months jtv Deal more gracefully with backends that don't support read transactions.
(edit) @1482 [1482] 19 months jtv Fixes to workaround for missing PQfreemem().
(edit) @1481 [1481] 19 months jtv Bunch of fixes to workaround for old libpq w PQunescapeBytea() missing.
(edit) @1479 [1479] 19 months jtv Silenced 'find' warning.
(edit) @1478 [1478] 19 months jtv Workaround for old libpq without PQunescape() still used m_str.
(edit) @1477 [1477] 19 months jtv Removed caching of binarystring::str(); class is immutable now.
Note: See TracRevisionLog for help on using the revision log.