| Age | Commit message (Expand) | Author |
| 2000-03-24 | Fold PQsetenv working state into PGconn, rather than trying to maintain | Tom Lane |
| 2000-03-23 | Some points for portability improvements: | Bruce Momjian |
| 2000-03-23 | Please apply the attached patch to interfaces/libpq/libpq-fe.h. This would | Bruce Momjian |
| 2000-03-14 | Repair unintentional damage to MULTIBYTE code. | Tom Lane |
| 2000-03-11 | Change PQconndefaults() to return a malloc'd array, instead of a static | Tom Lane |
| 2000-02-24 | The following is required in order to make beta1 compile on the Win32 | Bruce Momjian |
| 2000-02-24 | Tweak libpq so that if a backend ERROR message arrives while libpq | Tom Lane |
| 2000-02-21 | Avoid race conditions in detection of EINPROGRESS during connect(). | Jan Wieck |
| 2000-02-19 | Fix nasty bug in setting client_encoding | Tatsuo Ishii |
| 2000-02-15 | New cost model for planning, incorporating a penalty for random page | Tom Lane |
| 2000-02-07 | Fixed psql double quoting of SQL ids | Peter Eisentraut |
| 2000-02-05 | Change function name PQclientencoding to PQclientEncoding since | Tatsuo Ishii |
| 2000-01-29 | A few minor psql enhancements | Peter Eisentraut |
| 2000-01-26 | Add: | Bruce Momjian |
| 2000-01-24 | Remove Ops parameter from STATRELID cache lookup, for Tom Lane and | Bruce Momjian |
| 2000-01-23 | updated install file | Peter Eisentraut |
| 2000-01-20 | Tweak includes to avoid compiler warning on HPUX. | Tom Lane |
| 2000-01-19 | Removed MBFLAGS from makefiles since it's now done in include/config.h. | Peter Eisentraut |
| 2000-01-19 | Fix for multibyte support. Since some function declarations | Tatsuo Ishii |
| 2000-01-18 | Hi! | Bruce Momjian |
| 2000-01-18 | Libpq non-blocking mode, from Alfred Perlstein | Bruce Momjian |
| 2000-01-17 | Modify libpq's pqexpbuffer to eliminate length restriction on how much | Tom Lane |
| 2000-01-16 | Sigh, I'm an idiot ... I broke the async startup logic a couple days ago, | Tom Lane |
| 2000-01-15 | Eliminate using putenv(). | Tatsuo Ishii |
| 2000-01-14 | Clean up some problems in new asynchronous-connection logic | Tom Lane |
| 2000-01-10 | Update int28out and out8out and _in_ functions to handle trailing zeros | Bruce Momjian |
| 1999-12-16 | I have done the QNX4 port with the current source tree. The number of | Bruce Momjian |
| 1999-12-02 | Type 'socklen_t' might be the right way to declare getsockopt()'s last | Tom Lane |
| 1999-11-30 | This patch (against the current CVS sources) adds to libpq the functions | Bruce Momjian |
| 1999-11-11 | In the spirit of TODO item | Bruce Momjian |
| 1999-11-05 | environment variable set by MULTIBYTE startup code should be | Tom Lane |
| 1999-10-26 | These are two minor corrections to libpq's PQsetNoticeProcessor function. | Bruce Momjian |
| 1999-10-25 | Standardize on MAXPGPATH as the size of a file pathname buffer, | Tom Lane |
| 1999-10-23 | Remove gratuitous redefinitions of BLCKSZ. | Tom Lane |
| 1999-10-13 | Hi, | Bruce Momjian |
| 1999-10-11 | Add pginterface into main tree, called pgeasy. | Bruce Momjian |
| 1999-09-27 | Lots of patches coming in from me today :-) | Bruce Momjian |
| 1999-09-13 | Patch to cure O(N^2) behavior in libpq when reading a long | Tom Lane |
| 1999-08-31 | Update frontend libpq to remove limits on query lengths, | Tom Lane |
| 1999-08-16 | Fix for Win32 making problem with MB enabled. | Tatsuo Ishii |
| 1999-07-19 | Enable WIN32 compilation of libpq. | Bruce Momjian |
| 1999-07-19 | Win32 cleanup | Bruce Momjian |
| 1999-07-19 | Re-add getopt.h check, remove NT-specific tests for it. | Bruce Momjian |
| 1999-07-18 | Update for 6.6. | Bruce Momjian |
| 1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian |
| 1999-07-13 | Redefine cpu's as __cpu__. Only for 6.6 branch. | Bruce Momjian |
| 1999-07-10 | Update stuff for 6.5.1 release. | Bruce Momjian |
| 1999-06-30 | Make sure symlinks for sharedlib get removed by 'make clean'. | Tom Lane |
| 1999-06-17 | Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGN | Bruce Momjian |
| 1999-06-07 | > Here is a small patch that should only affect win32 building | Bruce Momjian |