| Age | Commit message (Expand) | Author |
| 2008-02-19 | Backport fixed AC_FUNC_FSEEKO | Peter Eisentraut |
| 2008-02-17 | Upgrade to Autoconf 2.61: | Peter Eisentraut |
| 2007-11-15 | Update config.guess and config.sub | Peter Eisentraut |
| 2007-11-13 | Again properly fix Darwin strip. | Bruce Momjian |
| 2007-11-13 | Modify OS/X Darin test to actually work, (no $template) | Bruce Momjian |
| 2007-11-10 | Use strip -x on OS/X-darwin because non-"-x" causes link problems: | Bruce Momjian |
| 2007-08-09 | Fix search for SGML stylesheets to include the place where Gentoo keeps them. | Tom Lane |
| 2007-07-19 | Adjust configure script to print the bison and flex versions in use. | Tom Lane |
| 2006-11-30 | Better solution to the tr problem: use sed instead. Per Martijn and Andrew. | Tom Lane |
| 2006-11-30 | Improve portability of 'tr' invocation in PGAC_ARG_CHECK. Reported by | Tom Lane |
| 2006-10-30 | Code the unknown options check without using m4 diversions. Otherwise this | Peter Eisentraut |
| 2006-10-16 | Punt when trying to build with threaded Python on FreeBSD. | Peter Eisentraut |
| 2006-10-13 | Make unknown-option-warning code more portable. echo -n is not portable, | Peter Eisentraut |
| 2006-10-07 | Updated config.guess and config.sub | Peter Eisentraut |
| 2006-08-11 | Fix typo. | Alvaro Herrera |
| 2006-05-30 | Emit warnings for unknown configure options. | Bruce Momjian |
| 2006-05-23 | Avoid duplicate definition of LOCALEDIR in pg_config.h, already defined | Bruce Momjian |
| 2006-03-11 | Add CVS tag lines to files that were lacking them. | Bruce Momjian |
| 2005-12-09 | Allow installation into directories containing spaces in the name. | Peter Eisentraut |
| 2005-12-04 | Add configure flag to allow libedit to be preferred over GNU readline: | Bruce Momjian |
| 2005-10-13 | Enable threaded python builds on freebsd5, per report from Jim C. Nasby | Bruce Momjian |
| 2005-09-26 | Prevent threaded python build on BSD's, where it fails. | Bruce Momjian |
| 2005-08-29 | Allow Win32 libpq will use it's minimal pthread implementation, and ecpg | Bruce Momjian |
| 2005-07-01 | Update to autoconf 2.59 as well as updates of related scripts | Peter Eisentraut |
| 2005-02-24 | Clean up printf arg-control test, per Kurt Roeckx. | Tom Lane |
| 2005-02-22 | Add support to port/snprintf.c for position parameter specification: | Bruce Momjian |
| 2005-01-08 | New version of mkinstalldirs fixes problems on Tru64 UNIX. | Peter Eisentraut |
| 2004-12-16 | Allow AIX to use --enable-thread-safety by passing PTHREAD_LIBS to | Bruce Momjian |
| 2004-12-14 | Update aix cc_r wording. | Bruce Momjian |
| 2004-12-14 | Mention aix cc_r is not supported, and why | Bruce Momjian |
| 2004-12-02 | Hack to work around broken linker on older NetBSD/OpenBSD/Irix assumed | Tom Lane |
| 2004-11-30 | Fix readline/libedit selection code to prefer readline over libedit | Tom Lane |
| 2004-10-24 | If we're going to test for switch validity by observing whether the | Tom Lane |
| 2004-10-20 | When using GCC, change the default CFLAGS to: | Neil Conway |
| 2004-10-11 | Another try at making plpython autoconfiguration work correctly. Use a | Tom Lane |
| 2004-10-10 | Un-break plpython build for non-Windows platforms. | Tom Lane |
| 2004-10-06 | Allow plpython to build on Win32. | Bruce Momjian |
| 2004-10-04 | Update comment on int64 printf speciifications for MinGW: | Bruce Momjian |
| 2004-09-17 | New config.guess and config.sub | Peter Eisentraut |
| 2004-09-16 | Make discovery of python_configdir architecture independent. Solution | Joe Conway |
| 2004-09-11 | Send thread test output to file descriptor 5 like configure does rather | Bruce Momjian |
| 2004-09-11 | Check for ignored thread compiler options to reduce compiler noise. | Bruce Momjian |
| 2004-09-08 | Use _timezone global on Cygwin instead of timezone. | Bruce Momjian |
| 2004-09-02 | Some versions of lex will drop a lex.yy.c file when we probe to see if | Tom Lane |
| 2004-09-02 | Use $PATH_SEPARATOR like the rest of the autoconf code, instead of | Tom Lane |
| 2004-08-17 | Fix agressive collection of thread flags. | Bruce Momjian |
| 2004-08-16 | Fix syntax error just introduced. | Bruce Momjian |
| 2004-08-12 | Be more aggressive about adding flags to thread compiles. The configure | Bruce Momjian |
| 2004-08-12 | Minor style cleanup of thread test script. | Bruce Momjian |
| 2004-07-30 | PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with | Peter Eisentraut |