| Age | Commit message (Expand) | Author |
| 2011-08-18 | Improve detection of Python 3.2 installations | Peter Eisentraut |
| 2011-05-26 | Adjust configure to use "+Olibmerrno" with HP-UX C compiler, if possible. | Tom Lane |
| 2011-05-19 | Update config.guess and config.sub | Peter Eisentraut |
| 2011-02-16 | Better support for thread-support flag detection with clang | Peter Eisentraut |
| 2011-02-08 | Per-column collation support | Peter Eisentraut |
| 2011-01-31 | Enable building with the Mingw64 compiler. | Andrew Dunstan |
| 2010-11-23 | Remove useless whitespace at end of lines | Peter Eisentraut |
| 2010-10-25 | find -path is not portable, so use grep -v instead. | Alvaro Herrera |
| 2010-09-29 | Add/fix caching on some configure checks | Peter Eisentraut |
| 2010-09-24 | Prevent doc/src/sgml subdirs from being created, instead of deleting | Alvaro Herrera |
| 2010-09-22 | Fix remaining stray references to CVS. | Tom Lane |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-08-26 | Don't auto-create the subdirectories holding built documentation in a VPATH | Tom Lane |
| 2010-08-19 | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut |
| 2010-05-25 | Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG... | Michael Meskes |
| 2010-05-25 | Added a configure test for "long long" datatypes. So far this is only used in... | Michael Meskes |
| 2010-05-12 | Update config.guess and config.sub | Peter Eisentraut |
| 2010-03-17 | Don't link PL/Python against LOCALMODLIBS | Peter Eisentraut |
| 2010-02-23 | Fix configure's regexp for extracting the Perl version number from perl -v | Tom Lane |
| 2010-02-22 | Revert configure warning to use "official distribution". | Bruce Momjian |
| 2010-02-22 | Use the term "bundled distribution" instead of "official distribution" in | Bruce Momjian |
| 2010-02-13 | Support inlining various small performance-critical functions on non-GCC | Tom Lane |
| 2010-01-07 | Make configure check the version of Perl we're building with, and reject | Tom Lane |
| 2009-12-15 | Python 3 support in PL/Python | Peter Eisentraut |
| 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 |