| Age | Commit message (Expand) | Author |
| 2000-06-28 | Makefile cleanup for interface tree. Now essentially with all the | Peter Eisentraut |
| 2000-06-17 | Remove fmgrstamp-h business -- not needed and confusing | Peter Eisentraut |
| 2000-06-14 | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut |
| 2000-06-12 | Brand 7.1 release. Also update jdbc version in release branch. | Bruce Momjian |
| 2000-06-11 | Substituted new configure test for types of accept() | Peter Eisentraut |
| 2000-06-06 | Moved configure script from src/ to the top level directory. Moved | Peter Eisentraut |
| 2000-06-02 | Remove NT-specific file open defines by defining our own open macros for | Bruce Momjian |
| 2000-05-31 | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut |
| 2000-05-29 | Cleanup of <> and "" | Bruce Momjian |
| 2000-05-28 | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane |
| 2000-05-27 | Update kerberos patch | Bruce Momjian |
| 2000-05-27 | Back out kerberos changes. Causes compile problems. | Bruce Momjian |
| 2000-05-27 | Patch for Kerberos V. | Bruce Momjian |
| 2000-05-25 | ! * Users doing non-blocking connections need to handle the reset | Bruce Momjian |
| 2000-05-21 | Remove calls to getprotobyname(), which we now know leaks memory on | Tom Lane |
| 2000-04-14 | If configure finds that inet_aton() is not present on this platform, | Tom Lane |
| 2000-04-14 | Revert inclusion of postgres_ext.h to use "..." instead of <...>, per | Tom Lane |
| 2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
| 2000-04-11 | Thomas pointed out this bug in my non-blocking stuff. | Bruce Momjian |
| 2000-03-30 | Remove extraneous semicolon. | Tom Lane |
| 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 |