root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @1665 [1665] 5 days jtv Fixes #203: util.hxx needs strconv, and stateless_cursor calls an …
(edit) @1664 [1664] 4 weeks jtv Added quote() for binarystring.
(edit) @1663 [1663] 4 weeks jtv Comments.
(edit) @1662 [1662] 5 weeks jtv Added missing 10 to hex digits in workaround for ancient libpq on 9.0+ …
(edit) @1661 [1661] 5 weeks jtv E'...' escape string syntax was new in 8.2 backends.
(edit) @1660 [1660] 5 weeks jtv Lots more testing. Support 9.0 hex-escaping on pre-7.4 libpq.
(edit) @1659 [1659] 5 weeks jtv Adding binarystring test at last.
(edit) @1658 [1658] 5 weeks jtv Tiny cleanup.
(edit) @1657 [1657] 5 weeks jtv Separate nul-byte test from other binary-data test.
(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) @1652 [1652] 6 weeks jtv Peter Geoghegan's error-verbosity patch.
(edit) @1651 [1651] 4 months jtv Remove config headers as part of distclean. Fixes #201.
(edit) @1650 [1650] 4 months jtv 3.2 update for configure etc.
(edit) @1649 [1649] 5 months jtv Like this then?
(edit) @1648 [1648] 5 months jtv On to 3.2.
(edit) @1647 [1647] 5 months jtv Release updates.
(edit) @1646 [1646] 5 months jtv Tagging 3.1.0.
(edit) @1645 [1645] 5 months jtv 3.1 is a branch, not a tag.
(edit) @1644 [1644] 5 months jtv Still debugging release script.
(edit) @1643 [1643] 5 months jtv Still debugging release script.
(edit) @1642 [1642] 5 months jtv Forking release 3.1, moving on to 3.2.
(edit) @1641 [1641] 5 months jtv Fixed #104.
(edit) @1640 [1640] 5 months jtv Fixed #104: -Werror was always used. Thanks Ray Dassen.
(edit) @1639 [1639] 5 months jtv Fixed #104: -Werror always used. Works around RedHat? gcc build problem.
(edit) @1638 [1638] 5 months jtv Removed failed attempt at working around RedHat? gcc 4.1 problem.
(edit) @1637 [1637] 6 months jtv Set 3.1 release goal.
(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) @1633 [1633] 6 months jtv Move tarball *after* computing hash.
(edit) @1632 [1632] 6 months jtv Leave tarball in TMPDIR as documented.
(edit) @1631 [1631] 6 months jtv Let Makefile.am change percolate through to Makefile.in.
(edit) @1630 [1630] 6 months jtv Syntax fix.
(edit) @1629 [1629] 6 months jtv Do need to distribute performance.hxx.
(edit) @1628 [1628] 6 months jtv Another missing file.
(edit) @1627 [1627] 6 months jtv Another missing file.
(edit) @1626 [1626] 6 months jtv Yet another missing file, sigh.
(edit) @1625 [1625] 6 months jtv No longer need to run autogen.sh.
(edit) @1624 [1624] 6 months jtv Yet another missing file.
(edit) @1623 [1623] 6 months jtv More work on getting requirements for ./configure into the repo.
(edit) @1622 [1622] 6 months jtv Don't need slice(int, int) after all. Thanks Daniel Frey.
(edit) @1621 [1621] 6 months jtv Test column names in slices.
(edit) @1620 [1620] 6 months jtv Slicing.
(edit) @1619 [1619] 6 months jtv Daniel Frey's implementation of slicing for result tuples. Thanks …
(edit) @1618 [1618] 6 months jtv Still cleaning up.
(edit) @1617 [1617] 6 months jtv Clean discarded date-time attempt from config setup.
(edit) @1616 [1616] 6 months jtv Also need Makefile.am.
(edit) @1615 [1615] 6 months jtv Generated file, but needed in revision control to enable ./configure ; …
(edit) @1614 [1614] 6 months jtv Seems configure.ac is still needed even if you have configure.
(edit) @1613 [1613] 6 months jtv Adding more config stuff.
(edit) @1612 [1612] 6 months jtv Also needed.
(edit) @1611 [1611] 6 months jtv Adding Makefile.in as well.
(edit) @1610 [1610] 6 months jtv Adding Makefile.in as well.
(edit) @1609 [1609] 6 months jtv Adding Makefile.in as well.
(edit) @1608 [1608] 6 months jtv Adding Makefile.in as well.
(edit) @1607 [1607] 6 months jtv Adding Makefile.in as well.
(edit) @1606 [1606] 6 months jtv Adding Makefile.in as well.
(edit) @1605 [1605] 6 months jtv Adding Makefile.in as well.
(edit) @1604 [1604] 6 months jtv Adding Makefile.in as well.
(edit) @1603 [1603] 6 months jtv Adding Makefile.in as well.
(edit) @1602 [1602] 6 months jtv Adding Makefile.in as well.
(edit) @1601 [1601] 6 months jtv Adding Makefile.in as well.
(edit) @1600 [1600] 6 months jtv Keep adding files until it works.
(edit) @1599 [1599] 6 months jtv Working towards a working 'configure' in revision control.
(edit) @1598 [1598] 6 months jtv Adding more configure-related files to repo.
(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) @1590 [1590] 10 months jtv Scratched TODO from one more spot.
(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) @1580 [1580] 11 months jtv The old PQcancelRequest fails the cancel test.
(edit) @1579 [1579] 11 months jtv Another fix for 7.3.
(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) @1575 [1575] 11 months jtv Note cancel_query publication.
(edit) @1574 [1574] 11 months jtv Made cancel_query public.
(edit) @1573 [1573] 12 months jtv Removed spurious copy of 3.0, thanks Daniel Frey
(edit) @1572 [1572] 12 months jtv Mark statement definition complete when varargs are added.
(edit) @1571 [1571] 12 months jtv Ahem.
(edit) @1570 [1570] 12 months jtv Tiny warning fix when using libpq from 7.3 or older.
(edit) @1569 [1569] 12 months jtv Forking release 3.0.2, moving on to 3.0.3.
(edit) @1568 [1568] 12 months jtv Undoing changes from interrupted release script.
(edit) @1567 [1567] 12 months jtv Forking release 3.0.2, moving on to 3.0.3.
(edit) @1566 [1566] 12 months jtv Keep absolute path out of md5sum file.
Note: See TracRevisionLog for help on using the revision log.