| Age | Commit message (Expand) | Author |
| 2004-10-04 | Fix warnings from crypt.c compile. | Bruce Momjian |
| 2004-10-04 | Comment out unused variable. | Bruce Momjian |
| 2004-10-04 | Suppress getppid test on WIN32, per Dave Page. | Tom Lane |
| 2004-10-04 | Detect overflow in integer arithmetic operators (integer, smallint, and | Tom Lane |
| 2004-10-04 | Make libpgport be front-end only and make libpgport_srv be a backend | Bruce Momjian |
| 2004-10-03 | Translation update | Peter Eisentraut |
| 2004-10-03 | Translation updates | Peter Eisentraut |
| 2004-10-03 | Add regression test inspired by Sebastian Böck. | Tom Lane |
| 2004-10-02 | Clean up handling of inherited-table update queries, per bug report | Tom Lane |
| 2004-10-02 | Update length from 75 to 79. | Bruce Momjian |
| 2004-10-01 | Convert pg_stat_get_backend_idset to use the existing SRF support. | Tom Lane |
| 2004-10-01 | fmgr_security_definer had better do a PG_TRY to ensure the outer userid | Tom Lane |
| 2004-10-01 | Adjust postmaster to recognize that a lockfile containing its parent's PID | Tom Lane |
| 2004-10-01 | Don't assume PQdb() will return a valid result from a failed connection. | Tom Lane |
| 2004-10-01 | Don't assume PQdb() will return a valid result from a failed connection. | Tom Lane |
| 2004-10-01 | Fallout from changing index locking rules: we can reduce the strength | Tom Lane |
| 2004-10-01 | Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword | Tom Lane |
| 2004-10-01 | Use 'override' when appending text to LDFLAGS, so the build doesn't break | Neil Conway |
| 2004-09-30 | Adjust index locking rules as per my proposal of earlier today. You | Tom Lane |
| 2004-09-30 | Remove unnecessary use of index_open just to get the index name. | Tom Lane |
| 2004-09-30 | isinf.c needs <float.h> on some platforms, per Darcy Buskermolen. | Tom Lane |
| 2004-09-30 | Come to think of it, functions in FROM have the same syntactic restriction | Tom Lane |
| 2004-09-29 | Split out everything that looks like a function call from c_expr into | Tom Lane |
| 2004-09-29 | Minor adjustments to improve the accuracy of our computation of required | Tom Lane |
| 2004-09-28 | Adjust obsolete comment about memory needs for lock table. | Tom Lane |
| 2004-09-28 | Arrange to preallocate all required space for the buffer and FSM hash | Tom Lane |
| 2004-09-28 | An include path got missed out of the patch - see the attached fix. | Bruce Momjian |
| 2004-09-28 | Revert patch that removed BUFSIZ usage. The memory has to hold the | Bruce Momjian |
| 2004-09-27 | Small WIN32_CLIENT_ONLY cleanup for new build patch. | Bruce Momjian |
| 2004-09-27 | Remove use of large BUFSIZ for buffers and use the proper struct sizes. | Bruce Momjian |
| 2004-09-27 | Add new macro as shorthand for MS VC and Borland C++: | Bruce Momjian |
| 2004-09-27 | More MS VC and BCC psql compile cleanups. | Bruce Momjian |
| 2004-09-27 | More Win32 cleanups for Dave Page. | Bruce Momjian |
| 2004-09-27 | Make adjustment for MS VC and BCC compile of psql, from Dave Page. | Bruce Momjian |
| 2004-09-27 | Improve MS VC builds for psql by handlling flex properly and prevent | Bruce Momjian |
| 2004-09-27 | Translation update | Peter Eisentraut |
| 2004-09-27 | Translation updates | Peter Eisentraut |
| 2004-09-27 | Translation update | Peter Eisentraut |
| 2004-09-27 | New translations | Peter Eisentraut |
| 2004-09-27 | Remove inclusion of windows.h now that it is included in c.h, per idea | Bruce Momjian |
| 2004-09-27 | Synced parser. | Michael Meskes |
| 2004-09-27 | Remove references to the ODBC driver from the main source tree. From Kris | Neil Conway |
| 2004-09-27 | A few minor list-related cleanups: | Neil Conway |
| 2004-09-27 | Code cleanup: don't bother casting the argument to pfree() to void * | Neil Conway |
| 2004-09-27 | Rewrite ReadArrayStr() to avoid O(N^2) behavior on large strings, | Tom Lane |
| 2004-09-26 | Fix multiple breakages in our support for SSL certificates. | Tom Lane |
| 2004-09-26 | Use ULL not LL in UINT64CONST. | Tom Lane |
| 2004-09-26 | Here is a patch that adds the version info from libpq.rc to the DLL | Bruce Momjian |
| 2004-09-26 | Use <> not "" for include of pthread.h. | Bruce Momjian |
| 2004-09-26 | Repair bug that would allow libpq to think a command had succeeded when | Tom Lane |