| Age | Commit message (Expand) | Author |
| 2000-10-16 | Remove NO_SECURITY define. | Bruce Momjian |
| 2000-10-14 | The configure script fails to find <netinet/tcp.h>. | Bruce Momjian |
| 2000-10-07 | The beos port in the source tree doesn't even compile. and even | Bruce Momjian |
| 2000-10-03 | Better coding of readline tests | Peter Eisentraut |
| 2000-10-03 | New diff that now covers the entire tree. Applying this gets postgresql | Bruce Momjian |
| 2000-10-02 | Here is the first batch of files and diffs for the BeOS port. I've run into | Bruce Momjian |
| 2000-09-29 | Please apply the following patch to fix problems with the AIX port | Bruce Momjian |
| 2000-09-29 | Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matter | Peter Eisentraut |
| 2000-09-27 | Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>. | Peter Eisentraut |
| 2000-08-29 | Revert removal of signed, volatile, and signal handler arg type tests. | Peter Eisentraut |
| 2000-08-27 | Remove configure tests for `signed', `volatile', and signal handler args; | Peter Eisentraut |
| 2000-08-26 | Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> | Tom Lane |
| 2000-08-20 | Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedly listing all the | Peter Eisentraut |
| 2000-08-07 | TOAST mop-up work: update comments for tuple-size-related symbols such | Tom Lane |
| 2000-08-07 | Clean up bogosities in use of random(3) and srandom(3) --- do not assume | Tom Lane |
| 2000-07-28 | Remove <values.h> inclusions, no-longer-needed MAXINT definitions. | Tom Lane |
| 2000-07-14 | Remove references to symbols that no longer get defined | Peter Eisentraut |
| 2000-07-12 | Remove a bunch of unused configure tests, in particular cases where | Peter Eisentraut |
| 2000-07-11 | Here is the patch with memory leak checker. This checker allow detect | Bruce Momjian |
| 2000-07-09 | Another round of those unportable config/build changes :-/ | Peter Eisentraut |
| 2000-07-05 | add check for libz compression library for pg_dump | Marc G. Fournier |
| 2000-07-02 | Version number now set in configure, available through Makefile.global | Peter Eisentraut |
| 2000-06-29 | Rearrange config.h entries into a more sensible order, and add some | Tom Lane |
| 2000-06-19 | Integrated ODBC driver into regular build. No more standalone business, | Peter Eisentraut |
| 2000-06-17 | Remove fmgrstamp-h business -- not needed and confusing | Peter Eisentraut |
| 2000-06-11 | Substituted new configure test for types of accept() | Peter Eisentraut |
| 2000-06-09 | I have made the couple of mods required to make the odbc driver with | Bruce Momjian |
| 2000-06-04 | Removed ELOG_TIMESTAMPS #define in favor of two run-time | Peter Eisentraut |
| 2000-06-04 | New ps display code, works on more platforms. | Peter Eisentraut |
| 2000-05-31 | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut |
| 2000-05-12 | Add two checks ... one for setproctitle and one for -lutil ... | Marc G. Fournier |
| 2000-04-14 | Fix silly definition order in config.h --- we had prototypes like | Tom Lane |
| 2000-03-30 | Add configure checks to see if 'using namespace std' and | Tom Lane |
| 2000-03-17 | Add safety check on expression nesting depth. Default value is set by | Tom Lane |
| 2000-03-05 | Added configure test for readline's filename_completion_function | Peter Eisentraut |
| 2000-02-20 | Moved psql \eset and \eshow to \encoding | Peter Eisentraut |
| 2000-01-21 | Fix tab-complete so it works with old versions of readline that don't | Tom Lane |
| 2000-01-15 | - Allow array on int8 | Peter Eisentraut |
| 2000-01-11 | Make FUNC_MAX_ARGS equal INDEX_MAX_KEYS, as it should. | Tom Lane |
| 2000-01-11 | More fixes, but still need +1 for FUNC_MAX_ARGS | Bruce Momjian |
| 2000-01-10 | Fix initdb so it works, but still only for 8. | Bruce Momjian |
| 2000-01-10 | Cleanup for func args > 8. | Bruce Momjian |
| 2000-01-10 | Update fmgr to allow 32 arguments. | Bruce Momjian |
| 2000-01-10 | Make number of args to a function configurable. | Bruce Momjian |
| 2000-01-10 | Move fixes for >8 indexed fields. | Bruce Momjian |
| 1999-12-20 | Avoid compiler warnings on systems that have snprintf and/or vsnprintf | Tom Lane |
| 1999-11-04 | Improve getopt and readline support, from Peter Eisentraut. | Bruce Momjian |
| 1999-10-25 | Standardize on MAXPGPATH as the size of a file pathname buffer, | Tom Lane |
| 1999-10-02 | Replace float.c's #ifdef finite check with a proper autoconf check, so it | Tom Lane |
| 1999-09-11 | Eliminate query length limitation imposed by pg_client_to_server | Tom Lane |