| Age | Commit message (Expand) | Author |
| 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 |
| 1999-07-19 | Re-add getopt.h check, remove NT-specific tests for it. | Bruce Momjian |
| 1999-07-19 | Remove getopt configure check. | Bruce Momjian |
| 1999-07-19 | Put back mistakenly removed configure test for HAVE_NETINET_IN_H. | Tom Lane |
| 1999-07-18 | Add getopt test. | Bruce Momjian |
| 1999-07-18 | Fix configure problem. | Bruce Momjian |
| 1999-07-18 | configure cleanup | Bruce Momjian |
| 1999-07-18 | configure cleanup | Bruce Momjian |
| 1999-07-18 | Update configure include checks. | Bruce Momjian |
| 1999-07-18 | Update includes from configure | Bruce Momjian |
| 1999-07-09 | Add mention block size <= 32k. | Bruce Momjian |
| 1999-06-12 | Move default NBuffers setting into config.h, and rename it | Tom Lane |
| 1999-06-04 | Add configurable option controlling security checks in LO functions. | Tom Lane |
| 1999-05-25 | Get rid of page-level locking in btree-s. | Vadim B. Mikheev |
| 1999-05-15 | I've got 2 pretty small patches. | Bruce Momjian |
| 1999-04-06 | On reflection, filesize limit ought to be an exact power | Tom Lane |
| 1999-04-05 | Reduce default file size limit to 1Gb, and move the | Tom Lane |
| 1999-04-02 | Remove overly presumptuous use of __STDC__ in c.h, replacing | Tom Lane |
| 1999-03-25 | Revise memutils.h to use alignment information gathered by | Tom Lane |
| 1999-03-15 | Fix int8 configure one more time ... prior version didn't | Tom Lane |
| 1999-03-08 | Have configure check for use of %lld for int64, and if that fails, check for | Marc G. Fournier |
| 1999-02-21 | Rearrange handling of MAXBACKENDS a little bit. The default setting | Tom Lane |