| Commit message (Expand) | Author | Age | Files | Lines |
| * | Okay, libpq++ is moved to GBorg, and all traces of it have been removed | Marc G. Fournier | 2002-08-22 | 30 | -2015/+0 |
| * | Assemble portability modules into libpgport library. | Peter Eisentraut | 2002-07-27 | 1 | -3/+1 |
| * | Fix for PgTransaction class to make these visible to C apps: | Bruce Momjian | 2002-07-18 | 1 | -4/+4 |
| * | Indent libpq++ as mentioned in email. Format was terrible, and this | Bruce Momjian | 2002-07-02 | 19 | -915/+982 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 7 | -14/+14 |
| * | The method PgLargeObject::LOid() is missing an implementation in the .cc | Bruce Momjian | 2002-06-15 | 1 | -2/+5 |
| * | This patch fixes a few minor problems with libpq++: remove the deprecated | Bruce Momjian | 2002-06-15 | 8 | -53/+51 |
| * | Fix interface example errors causes by backend changes. | Bruce Momjian | 2002-06-07 | 2 | -2/+2 |
| * | Inlined a patch to add the libpq setNoticeProcessor capability to | Bruce Momjian | 2002-03-11 | 2 | -2/+9 |
| * | Update Win32-world version number of libpq++. | Peter Eisentraut | 2002-01-30 | 1 | -4/+4 |
| * | libpq++/pgconnection.h must not include postgres_fe.h, else it fails to | Tom Lane | 2002-01-22 | 1 | -2/+1 |
| * | Make libpq++ safe again for older C++ compilers. Do 'using namespace std' | Tom Lane | 2001-09-30 | 7 | -20/+17 |
| * | Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of | Peter Eisentraut | 2001-08-24 | 1 | -3/+3 |
| * | Add win32 c++ files. | Bruce Momjian | 2001-07-12 | 2 | -0/+160 |
| * | Libpq++ fixes for Win32 compile. | Bruce Momjian | 2001-07-11 | 5 | -10/+10 |
| * | Bump major libpq++ version after API changes, Patrick Welche | Bruce Momjian | 2001-05-22 | 1 | -3/+3 |
| * | Stamp CVS as 7.2. Update all interface version numbers. This is the | Bruce Momjian | 2001-05-11 | 1 | -2/+2 |
| * | Fix libpq++'s FieldSize to return int, not short. | Bruce Momjian | 2001-05-09 | 3 | -7/+6 |
| * | Add mention of getLength returning short. | Bruce Momjian | 2001-05-09 | 1 | -1/+1 |
| * | Here's a version of my suggested diffs transplanted to 7.1 beta 5. I'm | Bruce Momjian | 2001-05-09 | 13 | -118/+175 |
| * | We got automatic dependencies now. | Peter Eisentraut | 2001-03-14 | 1 | -31/+0 |
| * | Make sure -L and -I's for our source tree are always before system include | Peter Eisentraut | 2001-02-20 | 1 | -2/+2 |
| * | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 | 1 | -2/+2 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 6 | -12/+12 |
| * | Polish shared library build to reduce number of special hacks. In | Peter Eisentraut | 2000-10-23 | 1 | -24/+3 |
| * | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut | 2000-10-20 | 1 | -16/+9 |
| * | Support for DESTDIR make variable. This is used as in `make install | Peter Eisentraut | 2000-09-17 | 1 | -6/+6 |
| * | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 1 | -5/+5 |
| * | Here is a bug and patch to fix it. I have tested this bug and fix on | Bruce Momjian | 2000-07-27 | 2 | -3/+20 |
| * | Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com> | Peter Eisentraut | 2000-06-30 | 1 | -4/+19 |
| * | Makefile cleanup for interface tree. Now essentially with all the | Peter Eisentraut | 2000-06-28 | 2 | -92/+80 |
| * | Remove fmgrstamp-h business -- not needed and confusing | Peter Eisentraut | 2000-06-17 | 2 | -14/+2 |
| * | Moved configure script from src/ to the top level directory. Moved | Peter Eisentraut | 2000-06-06 | 1 | -2/+2 |
| * | Cleanup of <> and "" | Bruce Momjian | 2000-05-29 | 8 | -10/+10 |
| * | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 | 2 | -7/+3 |
| * | Make c++ examples return 0 from main(). | Bruce Momjian | 2000-04-25 | 7 | -1/+8 |
| * | Add mention of int in variable. | Bruce Momjian | 2000-04-23 | 1 | -1/+1 |
| * | Add mention of int for variable in examples | Bruce Momjian | 2000-04-23 | 2 | -2/+2 |
| * | Remove broken tracing code (which would be dangerous if it did work...) | Tom Lane | 2000-04-22 | 9 | -252/+95 |
| * | Update example: PgLargeObject constructor now takes a conninfo string, | Tom Lane | 2000-04-22 | 1 | -5/+5 |
| * | #undef const, inline, signed, volatile, on the expectation that a C++ | Tom Lane | 2000-04-14 | 2 | -2/+18 |
| * | Use the CXXFLAGS exported by configure (amazingly, we weren't before!) | Tom Lane | 2000-03-31 | 1 | -10/+3 |
| * | Make use of configure symbols for unportable constructs. Make | Tom Lane | 2000-03-30 | 4 | -15/+23 |
| * | libpq++ Makefile uses -DDEBUG to turn on debugging trace to | Bruce Momjian | 2000-03-16 | 2 | -5/+5 |
| * | I've made a diff against the 7.0beta1 tree that accomplishes several things: | Bruce Momjian | 2000-03-08 | 1 | -3/+3 |
| * | Patch for Irix from Mark Dalphin. | Bruce Momjian | 2000-03-02 | 6 | -6/+9 |
| * | A few minor psql enhancements | Peter Eisentraut | 2000-01-29 | 1 | -5/+5 |
| * | Add: | Bruce Momjian | 2000-01-26 | 6 | -12/+18 |
| * | Update int28out and out8out and _in_ functions to handle trailing zeros | Bruce Momjian | 2000-01-10 | 1 | -2/+2 |
| * | I have done the QNX4 port with the current source tree. The number of | Bruce Momjian | 1999-12-16 | 1 | -3/+3 |