| Age | Commit message (Expand) | Author |
| 2017-02-25 | Remove some configure header-file checks that we weren't really using. | Tom Lane |
| 2016-09-30 | Add missing include files to configure tests | Peter Eisentraut |
| 2016-09-30 | Use return instead of exit() in configure | Peter Eisentraut |
| 2016-09-25 | Refer to OS X as "macOS", except for the port name which is still "darwin". | Tom Lane |
| 2016-03-15 | Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>. | Tom Lane |
| 2015-08-31 | Remove support for Unix systems without the POSIX signal APIs. | Tom Lane |
| 2015-07-02 | Replace obsolete autoconf macros with their modern replacements. | Heikki Linnakangas |
| 2015-01-11 | Remove configure test for nonstandard variants of getpwuid_r(). | Tom Lane |
| 2014-09-18 | Fix configure check for %z printf support after INT64_MODIFIER changes. | Andres Freund |
| 2014-08-21 | Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints. | Heikki Linnakangas |
| 2014-01-23 | Allow use of "z" flag in our printf calls, and use it where appropriate. | Tom Lane |
| 2013-06-15 | Be consistent about #define'ing configure symbols as "1" not empty. | Tom Lane |
| 2012-05-15 | Put back AC_REQUIRE([AC_STRUCT_TM]). | Tom Lane |
| 2012-05-14 | Remove unused AC_DEFINE symbols | Peter Eisentraut |
| 2011-02-08 | Per-column collation support | Peter Eisentraut |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2009-07-02 | Upgrade to Autoconf 2.63 | Peter Eisentraut |
| 2008-08-21 | Autoconf 2.62 will require cache variables to contain "_cv_". Fix our few | Peter Eisentraut |
| 2008-02-19 | Backport fixed AC_FUNC_FSEEKO | 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 |
| 2004-12-16 | Allow AIX to use --enable-thread-safety by passing PTHREAD_LIBS to | Bruce Momjian |
| 2004-10-04 | Update comment on int64 printf speciifications for MinGW: | Bruce Momjian |
| 2004-09-08 | Use _timezone global on Cygwin instead of timezone. | Bruce Momjian |
| 2004-06-07 | Fix strerror_r by checking return type from configure. | Bruce Momjian |
| 2004-03-20 | Handle draft version of getpwuid_r() that accepts only four arguments. | Bruce Momjian |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-07-23 | Have a go at fixing various outstanding portability issues in code that | Tom Lane |
| 2003-06-23 | Remove references to sa_family_t, except when SOCKADDR_STORAGE requires | Bruce Momjian |
| 2003-06-12 | <sys/socket.h> requires <sys/types.h> to already have been included | Tom Lane |
| 2003-06-12 | IPv6 cleanups. | Bruce Momjian |
| 2003-05-22 | Adjust configure so that extern tzname[] will be checked for | Tom Lane |
| 2003-04-12 | On some systems <sys/types.h> must be included before <sys/socket.h>. | Tom Lane |
| 2003-04-06 | Generate pg_config.h.in by autoheader. Separate out manually editable | Peter Eisentraut |
| 2003-04-02 | Whack getaddrinfo() patch around until it works, more or less, on | Tom Lane |
| 2003-01-28 | Factor out the code that detects the long long int snprintf format into a | Peter Eisentraut |
| 2002-07-27 | Assemble portability modules into libpgport library. | Peter Eisentraut |
| 2002-03-30 | Fix more random breakage manifesting on FreeBSD. | 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-09-07 | Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks. | Bruce Momjian |
| 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-03 | Add configure check to see whether <string.h> and <strings.h> may both be | 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-27 | Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>. | Peter Eisentraut |
| 2000-06-11 | Substituted new configure test for types of accept() | Peter Eisentraut |