| Age | Commit message (Expand) | Author |
| 2006-04-07 | Revert getaddrinfo configure changes until we get a solution that is | Andrew Dunstan |
| 2006-03-06 | This patch adds native LDAP auth, for those platforms that don't have | Bruce Momjian |
| 2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
| 2006-02-28 | Fix PG_VERSION_NUM for different awk -F handling. | Bruce Momjian |
| 2006-02-28 | Fix PG_VERSION_NUM awk -F parameter. | Bruce Momjian |
| 2006-02-28 | Add PG_VERSION_NUM for use by 3rd party applications wanting to test the | Bruce Momjian |
| 2006-02-21 | Adjust probe for getaddrinfo to cope with macro-ized definitions, such | Tom Lane |
| 2006-02-15 | Since we only use libld on AIX, don't include it in LIBS on any other | Tom Lane |
| 2006-02-10 | Fix up remaining library checks. | Peter Eisentraut |
| 2006-02-07 | Remove some checks for libraries that no one can identify. We'll see how | Peter Eisentraut |
| 2006-02-04 | Move thread_test directory from /tools to /test so source-only tarballs | Bruce Momjian |
| 2006-02-04 | First attempt at removing some AC_CHECK_LIB(foo, main) calls. | Peter Eisentraut |
| 2006-02-03 | Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn off | Bruce Momjian |
| 2006-01-17 | Fix fsync code to test whether F_FULLFSYNC is available, instead of | Tom Lane |
| 2006-01-12 | Use a more bulletproof test for whether finite() and isinf() are present. | Tom Lane |
| 2006-01-05 | Remove BEOS port. | Bruce Momjian |
| 2006-01-05 | Remove QNX port. | Bruce Momjian |
| 2005-12-17 | Add URL for Solaris qsort() bug. | Bruce Momjian |
| 2005-12-17 | Update doc mention that Solaris qsort() might be fixed. | Bruce Momjian |
| 2005-12-08 | Put [] around default value for port number. | Peter Eisentraut |
| 2005-12-06 | Add documentation on the use of *printf() macros and libintl. | Bruce Momjian |
| 2005-12-06 | Add comment on why pg *printf functions are used unconditionally on | Bruce Momjian |
| 2005-12-06 | Make Win32 build use our port/snprintf.c routines, instead of depending | Tom Lane |
| 2005-12-04 | Add configure flag to allow libedit to be preferred over GNU readline: | Bruce Momjian |
| 2005-11-05 | Brand HEAD branch as 8.2devel. | Tom Lane |
| 2005-11-05 | Tag everything for 8.1.0 ... Finally, a relesae on scheduale!!REL8_1_0 | PostgreSQL Daemon |
| 2005-10-30 | tag it for rc1REL8_1_0RC1 | PostgreSQL Daemon |
| 2005-10-22 | update configure and bugtemplate for beta 4 ...REL8_1_0BETA4 | PostgreSQL Daemon |
| 2005-10-13 | Enable threaded python builds on freebsd5, per report from Jim C. Nasby | Bruce Momjian |
| 2005-10-11 | must commit *after* autoconf, not beforeREL8_1_0BETA3 | PostgreSQL Daemon |
| 2005-10-05 | Add -Winline to the default CFLAGS for gcc, and remove | Tom Lane |
| 2005-09-26 | Prevent threaded python build on BSD's, where it fails. | Bruce Momjian |
| 2005-09-16 | tag it all beta2 ...REL8_1_0BETA2 | PostgreSQL Daemon |
| 2005-08-29 | Allow Win32 libpq will use it's minimal pthread implementation, and ecpg | Bruce Momjian |
| 2005-08-25 | Add comment explaining that autoconf's failure to find getaddrinfo() | Tom Lane |
| 2005-08-24 | fix up a few references to 8.1devel -> 8.1beta1REL8_1_0BETA1 | PostgreSQL Daemon |
| 2005-08-23 | The attached patch updates the thread test program to run stand-alone on | Bruce Momjian |
| 2005-08-23 | Back out incorrect commit. | Bruce Momjian |
| 2005-08-23 | Fix function name. | Bruce Momjian |
| 2005-08-20 | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane |
| 2005-08-17 | Remove unnecessary configure test for inet_ntop(), per Andrew Dunstan. | Tom Lane |
| 2005-08-02 | Clean up CREATE DATABASE processing to make it more robust and get rid | Tom Lane |
| 2005-07-06 | Reverse out because the lack of using pgport in timezone/ is causing | Bruce Momjian |
| 2005-07-05 | Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-openssl | Tom Lane |
| 2005-07-03 | Support cross compilation by compiling "zic" with a native compiler. This | Peter Eisentraut |
| 2005-07-01 | Update to autoconf 2.59 as well as updates of related scripts | Peter Eisentraut |
| 2005-06-27 | Remove support for Kerberos V4. It seems no one is using this, it has | Neil Conway |
| 2005-06-04 | Allow kerberos name and username case sensitivity to be specified from | Bruce Momjian |
| 2005-05-15 | Rename Rendezvous to Bonjour to match OS/X renaming. | Bruce Momjian |
| 2005-05-07 | Revert the ld --as-needed patch. This breaks Fedora Core 3, due to a strange | Neil Conway |