| Age | Commit message (Expand) | Author |
| 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 |
| 1999-02-19 | Allow maximum number of backends to be set at configure time | Tom Lane |
| 1999-02-07 | Correct definition of srandom() --- it takes unsigned int not int. | Tom Lane |
| 1999-01-17 | Add description of ELOG_TIMESTAMPS and USE_SYSLOG options, | Tom Lane |
| 1999-01-17 | Add configure test to see whether vsnprintf() is present, | Tom Lane |
| 1998-12-29 | Fix for deadlock detection timeout. | Bruce Momjian |
| 1998-12-13 | Use standard AC_PROG_INSTALL macro to search for install program, | Tom Lane |
| 1998-11-29 | Use autoconf to determine whether system has POSIX signals, | Tom Lane |
| 1998-10-13 | From: Peter Gucwa <pg@softcomputer.com> | Marc G. Fournier |
| 1998-10-08 | Do not enable TCL_ARRAYS feature by default, because it | Tom Lane |
| 1998-10-07 | Add a few items to support an integrated build of the ODBC interface. | Thomas G. Lockhart |
| 1998-10-06 | Add configure test to make sure fcntl(SETLK) is available, | Tom Lane |
| 1998-09-11 | Remove lld from LONG LONG name | Bruce Momjian |
| 1998-09-11 | Remove %qd. | Bruce Momjian |
| 1998-09-11 | %lld fix. | Bruce Momjian |
| 1998-09-10 | long long cleanup | Bruce Momjian |
| 1998-08-25 | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier |
| 1998-08-23 | Attached is a patch that uses autoconf to determine whether there | Bruce Momjian |
| 1998-08-01 | Adrian Hall reported a problem to me that snprintf() doesn't exist in, at | Marc G. Fournier |
| 1998-05-13 | Add a check for DBL_MIN problem...not sure if this is right...needs | Marc G. Fournier |
| 1998-05-12 | The attached patch corrects two problems with autoconfiguration of | Bruce Momjian |
| 1998-04-06 | Assert fix | Bruce Momjian |
| 1998-04-06 | ASSERT fixes. | Bruce Momjian |
| 1998-04-05 | this patch solve 2 problemes : | Bruce Momjian |
| 1998-03-31 | Pointed out by: Doug Winterburn <dlw@seavme.xroads.com> | Marc G. Fournier |
| 1998-02-24 | From: "Denis V. Dmitrienko" <denis@null.net> | Marc G. Fournier |