| Commit message (Expand) | Author | Age |
* | Polish shared library build to reduce number of special hacks. In | Peter Eisentraut | 2000-10-23 |
* | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut | 2000-10-20 |
* | Support for DESTDIR make variable. This is used as in `make install | Peter Eisentraut | 2000-09-17 |
* | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 |
* | Here is a bug and patch to fix it. I have tested this bug and fix on | Bruce Momjian | 2000-07-27 |
* | Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com> | Peter Eisentraut | 2000-06-30 |
* | Makefile cleanup for interface tree. Now essentially with all the | Peter Eisentraut | 2000-06-28 |
* | Remove fmgrstamp-h business -- not needed and confusing | Peter Eisentraut | 2000-06-17 |
* | Moved configure script from src/ to the top level directory. Moved | Peter Eisentraut | 2000-06-06 |
* | Cleanup of <> and "" | Bruce Momjian | 2000-05-29 |
* | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 |
* | Make c++ examples return 0 from main(). | Bruce Momjian | 2000-04-25 |
* | Add mention of int in variable. | Bruce Momjian | 2000-04-23 |
* | Add mention of int for variable in examples | Bruce Momjian | 2000-04-23 |
* | Remove broken tracing code (which would be dangerous if it did work...) | Tom Lane | 2000-04-22 |
* | Update example: PgLargeObject constructor now takes a conninfo string, | Tom Lane | 2000-04-22 |
* | #undef const, inline, signed, volatile, on the expectation that a C++ | Tom Lane | 2000-04-14 |
* | Use the CXXFLAGS exported by configure (amazingly, we weren't before!) | Tom Lane | 2000-03-31 |
* | Make use of configure symbols for unportable constructs. Make | Tom Lane | 2000-03-30 |
* | libpq++ Makefile uses -DDEBUG to turn on debugging trace to | Bruce Momjian | 2000-03-16 |
* | I've made a diff against the 7.0beta1 tree that accomplishes several things: | Bruce Momjian | 2000-03-08 |
* | Patch for Irix from Mark Dalphin. | Bruce Momjian | 2000-03-02 |
* | A few minor psql enhancements | Peter Eisentraut | 2000-01-29 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Update int28out and out8out and _in_ functions to handle trailing zeros | Bruce Momjian | 2000-01-10 |
* | I have done the QNX4 port with the current source tree. The number of | Bruce Momjian | 1999-12-16 |
* | This *should* fix the large object segfault problem. Note linewrap may | Bruce Momjian | 1999-12-05 |
* | Replace examples .H to .h. | Bruce Momjian | 1999-12-03 |
* | Rename libpq++.H to libpq++.h. | Bruce Momjian | 1999-12-03 |
* | Remove libpq++ todo item. | Bruce Momjian | 1999-10-22 |
* | This *should* fix the large binary object problem in libpq++ from the | Bruce Momjian | 1999-10-22 |
* | Correctly return -1 on error to CmdTuples() | Bruce Momjian | 1999-10-13 |
* | CmdTuples() returns an int showing the number of affected tuples after an | Bruce Momjian | 1999-10-06 |
* | As we now use lipq++.H which wasn't around when I first posted the | Bruce Momjian | 1999-10-04 |
* | libpq++ cleanup from Vince Vielhaber | Bruce Momjian | 1999-09-28 |
* | Addition of CmdTuples(). Wraps PQcmdTuples. | Bruce Momjian | 1999-09-28 |
* | I found the following useful - just a way of using PQgetisnull from | Bruce Momjian | 1999-09-21 |
* | Irix linking fix from Yu Cao <yucao@falcon.kla-tencor.com> | Tom Lane | 1999-09-07 |
* | Add CXXFLAGS += | Bruce Momjian | 1999-07-08 |
* | Make sure symlinks for sharedlib get removed by 'make clean'. | Tom Lane | 1999-06-30 |
* | Remove redeclarations of default parameter values from | Tom Lane | 1999-06-05 |
* | forgot to attach the patch. :( | Bruce Momjian | 1999-06-01 |
* | commented out PgConnection& references for now. May be using them | Bruce Momjian | 1999-06-01 |
* | Replace static rcsid[] strings by IDENTIFICATION comments in | Tom Lane | 1999-05-30 |
* | I am not sure if libpq++ will compile with non g++ compilers, | Bruce Momjian | 1999-05-27 |
* | Fix for NT from Horak Daniel | Bruce Momjian | 1999-05-26 |
* | Here it is. Remove or rename the current interfaces/libpq++ and untar | Bruce Momjian | 1999-05-23 |
* | Change iostream to iostream.h, strstream to strstream.h | Tom Lane | 1999-05-16 |
* | libpq++ uses fe_setauthsvc which is deprecated and results in an error | Bruce Momjian | 1999-05-10 |
* | Apply Win32 patch from Horak Daniel. | Bruce Momjian | 1999-01-17 |