| Age | Commit message (Expand) | Author |
| 2009-10-14 | In the configure check for the Python distutils module, use a less obscure | Peter Eisentraut |
| 2009-09-08 | Remove any -arch switches given in ExtUtils::Embed's ldopts from our | Tom Lane |
| 2009-08-26 | Update of install-sh, mkinstalldirs, and associated configury | Peter Eisentraut |
| 2009-08-04 | Use DocBook XSL stylesheets for man page building | Peter Eisentraut |
| 2009-07-13 | Make the configure messages rejecting old bison and flex versions include | Tom Lane |
| 2009-07-13 | Advance the minimum required version of "flex" from 2.5.4 to 2.5.31, and | Tom Lane |
| 2009-07-02 | Upgrade to Autoconf 2.63 | Peter Eisentraut |
| 2009-06-23 | Fix the makefiles to fail cleanly if Perl is needed but not present. This | Tom Lane |
| 2009-04-09 | Update config.guess and config.sub | Peter Eisentraut |
| 2009-02-03 | allow alternative names for tclsh used on Windows | Andrew Dunstan |
| 2009-01-04 | Allow configure to deal with Python 3.0. Changes were: | Peter Eisentraut |
| 2008-11-26 | configure check for docbook2man program, used in the new XML-based man | Peter Eisentraut |
| 2008-11-12 | Detect and error out on inability to get proper linkage information required ... | Andrew Dunstan |
| 2008-10-29 | Use Autoconf provided AS_HELP_STRING macro to automatically format and | Peter Eisentraut |
| 2008-09-05 | Add DSSSL stylesheet location for Mac OS X/Fink installation. | Peter Eisentraut |
| 2008-08-29 | Remove all traces that suggest that a non-Bison yacc might be supported, and | Peter Eisentraut |
| 2008-08-21 | Autoconf 2.62 will require cache variables to contain "_cv_". Fix our few | Peter Eisentraut |
| 2008-08-01 | Cope with Tcl versions that do not create a tclsh symlink to the version- | Alvaro Herrera |
| 2008-07-23 | Abort if Tcl support was configured and no tcl shell was found. | Peter Eisentraut |
| 2008-06-27 | Modify the recently-added probe for -Wl,--as-needed some more, because RHEL-4 | Tom Lane |
| 2008-05-27 | Require bind_textdomain_codeset() not just gettext() to enable NLS support. | Tom Lane |
| 2008-05-20 | Adjust -Wl,--asneeded test to avoid using the switch if it breaks | Tom Lane |
| 2008-05-18 | Make another try at using -Wl,--as-needed to suppress linking of unnecessary | Tom Lane |
| 2008-04-18 | Modify the float4 datatype to be pass-by-val. Along the way, remove the last | Alvaro Herrera |
| 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 |