| Age | Commit message (Expand) | Author |
| 2003-01-28 | Factor out the code that detects the long long int snprintf format into a | Peter Eisentraut |
| 2002-09-04 | Remove leftovers from subproject removals. Fixes for Python and Kerberos | Peter Eisentraut |
| 2002-07-27 | Assemble portability modules into libpgport library. | Peter Eisentraut |
| 2002-07-16 | This fixes 2 inaccuracies in the recently added SQL99 feature list docs. | Bruce Momjian |
| 2002-05-28 | Change PL/Perl and Pg interface build to use configured compiler and | Peter Eisentraut |
| 2002-05-24 | Change PL/Tcl build to use configured compiler and Makefile.shlib | Peter Eisentraut |
| 2002-04-14 | Allow detection of collateindex.pl in stylesheet directory or in path, | Peter Eisentraut |
| 2002-04-10 | Readline and Zlib now required by default. Add options --without-readline | Peter Eisentraut |
| 2002-04-10 | Add make install-strip target. | Peter Eisentraut |
| 2002-03-30 | Fix more random breakage manifesting on FreeBSD. | Peter Eisentraut |
| 2002-03-29 | Add missing comma. | Peter Eisentraut |
| 2002-03-29 | Upgrade to Autoconf version 2.53. Replaced many custom macro | Peter Eisentraut |
| 2002-02-23 | Heimdal support (Kerberos V implementation from KTH) | Peter Eisentraut |
| 2001-12-20 | Add memcmp() test and new memcmp.c file, for SunOS. Tested by Tatsuo. | Bruce Momjian |
| 2001-12-02 | More correct way to check for existence of types, which allows to specify | Peter Eisentraut |
| 2001-09-10 | Make prep_buildtree harmless when run on top of the source tree. | Peter Eisentraut |
| 2001-09-10 | Add explicit '-print' to 'find' commands. | Peter Eisentraut |
| 2001-09-07 | Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks. | Bruce Momjian |
| 2001-08-28 | Fix the readline test to find dependent libraries on NetBSD and OpenBSD. | Peter Eisentraut |
| 2001-08-26 | Put the right runpath to libpq into the Perl module shared object on more | Peter Eisentraut |
| 2001-08-06 | Do not pre-expand localedir as substituted in the makefile, so that 'make | Peter Eisentraut |
| 2001-08-06 | update from upstream | Peter Eisentraut |
| 2001-07-10 | Support fake root install, separate build dir, dependency tracking, our | Peter Eisentraut |
| 2001-07-04 | Check for jakarta-ant before ant, in case 'ant' is the screen saver program. | Peter Eisentraut |
| 2001-06-02 | Native Language Support (NLS) | Peter Eisentraut |
| 2001-05-12 | PL/Python should build portably now, if you can get over the fact that | Peter Eisentraut |
| 2001-03-11 | Throw error if Ant is not found and Java is requested. Remove redundant | Peter Eisentraut |
| 2001-03-05 | There's always 1 file missed out ;-) | Peter Mount |
| 2001-03-03 | Add configure check for -lunix, for QNX. | Peter Eisentraut |
| 2001-02-10 | Only look for bison as YACC; other yaccs need to be selected explicitly. | Peter Eisentraut |
| 2001-02-09 | Make more portable. | Peter Eisentraut |
| 2001-02-06 | Only use termcap xor [n]curses, depending on what readline needs. Solaris | Peter Eisentraut |
| 2001-01-22 | Remove rangechecks on errno; just call strerror unconditionally. This | Tom Lane |
| 2001-01-10 | Make checks for global variables (sys_nerr, timezone) safe against getting | Peter Eisentraut |
| 2001-01-09 | Add configure check for sys_nerr, to end all discussions. | Peter Eisentraut |
| 2000-11-09 | Also test for 'void *' as third arg of accept() (as on Solaris 7 and 8), | Peter Eisentraut |
| 2000-11-05 | Add some configure checks for DocBook and related tools. With a somewhat | Peter Eisentraut |
| 2000-11-03 | Add configure check to see whether <string.h> and <strings.h> may both be | Peter Eisentraut |
| 2000-10-26 | In flex --version test, redirect stdin to /dev/null, because some lex' hang | Peter Eisentraut |
| 2000-10-24 | New config.guess and config.sub with Darwin support (from official GNU | Peter Eisentraut |
| 2000-10-24 | Don't call AC_SUBST (in libtool.m4) before AC_INIT. The m4 diversions get | Peter Eisentraut |
| 2000-10-20 | Add check for GNU or not GNU ld, needed to pick the right export_dynamic | Peter Eisentraut |
| 2000-10-20 | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut |
| 2000-10-02 | Fix configure types.h | Bruce Momjian |
| 2000-10-02 | Add sys/types include for sockaddr test to configure | Bruce Momjian |
| 2000-09-30 | fix shell bug | Peter Eisentraut |
| 2000-09-27 | Fixes for Cygwin, with help from Pete Forman <[email protected]>. | Peter Eisentraut |
| 2000-09-25 | Revise Tcl/Tk configuration. Make missing Tcl after --with-tcl an error, | Peter Eisentraut |
| 2000-09-21 | Replace brain-dead Autoconf macros AC_ARG_{ENABLE,WITH} with something | Peter Eisentraut |
| 2000-08-29 | Revert removal of signed, volatile, and signal handler arg type tests. | Peter Eisentraut |