root/trunk/src

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) @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) @1660 [1660] 5 weeks jtv Lots more testing. Support 9.0 hex-escaping on pre-7.4 libpq.
(edit) @1657 [1657] 5 weeks jtv Separate nul-byte test from other binary-data test.
(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) @1634 [1634] 6 months jtv Added empty(), and warning about empty slices.
(edit) @1619 [1619] 6 months jtv Daniel Frey's implementation of slicing for result tuples. Thanks …
(edit) @1605 [1605] 6 months jtv Adding Makefile.in as well.
(edit) @1591 [1591] 10 months jtv Support parameterized statements. Thanks Trigve Siver.
(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) @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) @1574 [1574] 11 months jtv Made cancel_query public.
(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) @1565 [1565] 12 months jtv robusttransaction rewrite. Fixes #189.
(edit) @1563 [1563] 12 months jtv Small improvements.
(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) @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) @1544 [1544] 13 months jtv Clean up deleter handling in PQAlloc, thanks Kirit Saelensminde.
(edit) @1542 [1542] 13 months jtv Experimental change. What's bugging g++ 3.3?
(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) @1524 [1524] 14 months jtv result was using wrong deallocation function, thanks Kirit Saelensminde.
(edit) @1518 [1518] 15 months jtv Support for unnamed prepared statement.
(edit) @1514 [1514] 16 months jtv Query existence of prepared statement; prepared-statement varargs.
(edit) @1513 [1513] 17 months jtv Cosmetic.
(edit) @1505 [1505] 19 months jtv Typo.
(edit) @1501 [1501] 19 months jtv Support querying of thread-safety information.
(edit) @1498 [1498] 19 months jtv Made internal smart-pointer APIs conform to shared_ptr more, further hid …
(edit) @1493 [1493] 19 months jtv Added some includes that might be missing, some more documentation.
(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) @1484 [1484] 19 months jtv Use read-write transaction if backend is too old for read-only …
(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) @1480 [1480] 19 months jtv Another update to workaround code for missing PQunescape().
(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.
(edit) @1476 [1476] 19 months jtv Nano-optimization.
(edit) @1475 [1475] 19 months jtv Disallow direct pointer-to-smart-pointer assignment.
(edit) @1474 [1474] 20 months jtv Use shared_ptr if available.
(edit) @1464 [1464] 20 months jtv Added support for read-only transactions.
(edit) @1431 [1431] 21 months jtv Try to avoid extra string copy in write_raw_line()
(edit) @1430 [1430] 21 months jtv Exposed tablewriter.get_raw_line(); now supports direct …
(edit) @1414 [1414] 22 months jtv Two more digits of precision in floats, thanks Kirit Saelensminde
(edit) @1402 [1402] 22 months jtv pipeline now has a cancel_query() funtion.
(edit) @1401 [1401] 22 months jtv Fixed gcc 4.3 warnings, thanks Eugene V. Lyubimkin.
(edit) @1393 [1393] 23 months jtv Fixed compile warning, thanks Eugene V. Lyubimkin.
(edit) @1392 [1392] 23 months jtv Suppressed stupid Visual C++ warnings, thanks Kirit Saelensminde
(edit) @1389 [1389] 23 months jtv #160: PL/pgSQL exception classes
(edit) @1388 [1388] 2 years jtv Ensure transaction is open before executing prepared statement, thanks …
(edit) @1369 [1369] 2 years jtv Doc/comment update.
(edit) @1366 [1366] 2 years jtv Fixed memory leak when connection fails. Thanks Matthew Fanto.
(edit) @1356 [1356] 2 years jtv Tweaked last-ditch escaping function a bit.
(edit) @1353 [1353] 2 years jtv Retired old, unsafe string escaping functions.
(edit) @1351 [1351] 2 years jtv Updated sample headers; added PQXX_AUTOLINK for Visual C++. Thanks Kirit …
(edit) @1349 [1349] 2 years jtv Added quoting functions.
(edit) @1348 [1348] 2 years jtv New exception type for conversion errors; some extensions to string …
(edit) @1347 [1347] 2 years jtv All exceptions except bad_alloc have pqxx mixins, thanks yrs90.
(edit) @1344 [1344] 2 years jtv More robust workaround for missing std::distance(), doesn't conflict if …
(edit) @1341 [1341] 2 years jtv Detach pipeline after flush() or complete(). Fixes #50.
(edit) @1338 [1338] 2 years jtv Cleanups by Daniel Frey.
(edit) @1334 [1334] 2 years jtv Workaround for missing 2-arg distance() in Sun compiler.
(edit) @1333 [1333] 2 years jtv Proper traits-based string conversions, thanks Daniel Frey.
(edit) @1332 [1332] 2 years jtv Fixes for Sun Studio, thanks jgilje. Should fix #128.
(edit) @1328 [1328] 2 years jtv Support floating-point infinities. Fixes #54.
(edit) @1327 [1327] 2 years jtv Moved builtin to_string/from_string specializations into traits class. …
(edit) @1325 [1325] 2 years jtv Use numeric_limits for infinity, thanks Andrew.
(edit) @1322 [1322] 2 years jtv Fixes #140 and long network timeouts. Thanks anonymous tipster!
(edit) @1320 [1320] 2 years jtv Visual C++ 8 found some warnigs. Thanks Kirit Saelensminde.
(edit) @1318 [1318] 2 years jtv g++ 4.3 fixes
(edit) @1315 [1315] 2 years jtv SQL typo fixed for older backends
(edit) @1314 [1314] 2 years jtv Compile fix
(edit) @1313 [1313] 2 years jtv Log failures while creating transaction log table
(edit) @1307 [1307] 2 years jtv Removed problematic fetch_current_row()
(edit) @1306 [1306] 2 years jtv init_empty_result() from backend 8.0 onwards
(edit) @1305 [1305] 2 years jtv Don't try to init_empty_result() for backends older than 7.4
(edit) @1299 [1299] 2 years jtv More cleanup: old 1.x-style *.h headers, cachedresult, old cursor …
(edit) @1291 [1291] 2 years jtv At last: new cursor API!
(edit) @1286 [1286] 3 years jtv More detailed hierarchy for constraint errors, thanks Peter Geoghegan
(edit) @1285 [1285] 3 years jtv Added missing <cstring> include, thanks Roger Leigh
(edit) @1284 [1284] 3 years jtv Added missing <cstring>/<cstdlib> includes, thanks Roger Leigh
Note: See TracRevisionLog for help on using the revision log.