| Age | Commit message (Expand) | Author |
| 2017-01-03 | Update copyright via script for 2017 | Bruce Momjian |
| 2017-01-02 | Use clock_gettime(), if available, in instr_time measurements. | Tom Lane |
| 2016-12-12 | Fix broken autoconf test for random number source. | Heikki Linnakangas |
| 2016-12-07 | Put AC_MSG_RESULT() call in the right place. | Tom Lane |
| 2016-12-05 | Fix typo in new message in configure. | Heikki Linnakangas |
| 2016-12-05 | Replace PostmasterRandom() with a stronger source, second attempt. | Heikki Linnakangas |
| 2016-10-11 | Remove "sco" and "unixware" ports. | Tom Lane |
| 2016-10-09 | Use unnamed POSIX semaphores, if available, on Linux and FreeBSD. | Tom Lane |
| 2016-10-07 | Fix python shlib probe for Cygwin. | Tom Lane |
| 2016-10-06 | Try to fix python shlib probe for MinGW. | Tom Lane |
| 2016-10-05 | In python shlib probe, cater for OpenBSD, which omits the .so symlink. | Tom Lane |
| 2016-10-04 | Huh, we do need to look in $python_configdir for the Python shlib. | Tom Lane |
| 2016-10-04 | Improve (I hope) our autolocation of the Python shared library. | 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-09-15 | Fix building with LibreSSL. | Heikki Linnakangas |
| 2016-09-15 | Support OpenSSL 1.1.0. | Heikki Linnakangas |
| 2016-08-15 | Stamp HEAD as 10devel. | Tom Lane |
| 2016-08-08 | Stamp 9.6beta4.REL9_6_BETA4 | Tom Lane |
| 2016-07-18 | Stamp 9.6beta3.REL9_6_BETA3 | Tom Lane |
| 2016-06-20 | Stamp 9.6beta2.REL9_6_BETA2 | Tom Lane |
| 2016-05-09 | Stamp 9.6beta1.REL9_6_BETA1 | Tom Lane |
| 2016-05-02 | Fix configure's incorrect version tests for flex and perl. | Tom Lane |
| 2016-04-08 | Add BSD authentication method. | Tom Lane |
| 2016-03-21 | Introduce WaitEventSet API. | Andres Freund |
| 2016-03-21 | Combine win32 and unix latch implementations. | Andres Freund |
| 2016-03-15 | Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>. | Tom Lane |
| 2016-03-14 | Teach the configure script to validate its --with-pgport argument. | Tom Lane |
| 2016-03-13 | Mop-up for setting minimum Tcl version to 8.4. | Tom Lane |
| 2016-02-03 | Add support for systemd service notifications | Peter Eisentraut |
| 2016-01-08 | Revert "Blind attempt at a Cygwin fix" | Alvaro Herrera |
| 2016-01-08 | Blind attempt at a Cygwin fix | Alvaro Herrera |
| 2016-01-07 | Add win32security to LIBOBJS | Alvaro Herrera |
| 2016-01-02 | Update copyright for 2016 | Bruce Momjian |
| 2015-12-16 | Cope with Readline's failure to track SIGWINCH events outside of input. | Tom Lane |
| 2015-11-18 | Accept flex > 2.5.x in configure. | Tom Lane |
| 2015-10-08 | Add BSWAP64 macro. | Robert Haas |
| 2015-08-31 | Remove support for Unix systems without the POSIX signal APIs. | Tom Lane |
| 2015-08-31 | Remove long-dead support for platforms without sig_atomic_t. | Tom Lane |
| 2015-08-17 | Improve configure test for the sse4.2 crc instruction. | Andres Freund |
| 2015-08-05 | Rely on inline functions even if that causes warnings in older compilers. | Andres Freund |
| 2015-07-30 | Update ax_pthread.m4 to an experimental draft version from upstream. | Heikki Linnakangas |
| 2015-07-17 | AIX: Test the -qlonglong option before use. | Noah Misch |
| 2015-07-09 | Use AS_IF rather than plain shell "if" in pthread-check. | Heikki Linnakangas |
| 2015-07-08 | Move pthread-tests earlier in the autoconf script. | Heikki Linnakangas |
| 2015-07-08 | Replace our hacked version of ax_pthread.m4 with latest upstream version. | Heikki Linnakangas |
| 2015-07-02 | Make numeric form of PG version number readily available in Makefiles. | Tom Lane |
| 2015-07-02 | Replace obsolete autoconf macros with their modern replacements. | Heikki Linnakangas |
| 2015-06-30 | Stamp HEAD as 9.6devel. | Tom Lane |