| Age | Commit message (Expand) | Author |
| 2022-08-22 | Remove configure probes for sockaddr_storage members. | Thomas Munro |
| 2022-08-13 | Remove replacement code for getaddrinfo. | Thomas Munro |
| 2022-08-13 | Remove configure probe for struct sockaddr_storage. | Thomas Munro |
| 2022-08-13 | Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h. | Thomas Munro |
| 2022-08-13 | Remove configure probes for sys/un.h and struct sockaddr_un. | Thomas Munro |
| 2022-08-06 | Simplify gettimeofday() fallback logic. | Andres Freund |
| 2020-03-28 | Enable Unix-domain sockets support on Windows | Peter Eisentraut |
| 2019-10-07 | Simplify PGAC_STRUCT_TIMEZONE Autoconf macro | Peter Eisentraut |
| 2018-09-26 | Try another way to detect the result type of strerror_r(). | Tom Lane |
| 2018-09-26 | Always use our own versions of *printf(). | Tom Lane |
| 2018-08-17 | Fix configure's snprintf test so it exposes HP-UX bug. | Tom Lane |
| 2018-08-16 | Require a C99-compliant snprintf(), and remove related workarounds. | Tom Lane |
| 2018-05-23 | Remove configure's check for nonstandard "long long" printf modifiers. | Tom Lane |
| 2018-03-29 | C comments: "a" <--> "an" corrections | Bruce Momjian |
| 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 |