| Age | Commit message (Expand) | Author |
| 2020-09-08 | Use return instead of exit() in configure | Peter Eisentraut |
| 2019-09-08 | configure: Update python search order | Tom Lane |
| 2018-11-19 | Back-patch updated thread flags tests into 9.4 and 9.5. | Tom Lane |
| 2018-11-19 | Fix configure's AC_CHECK_DECLS tests to work correctly with clang. | Tom Lane |
| 2018-09-30 | Fix detection of the result type of strerror_r(). | Tom Lane |
| 2018-09-25 | Make some fixes to allow building Postgres on macOS 10.14 ("Mojave"). | Tom Lane |
| 2018-07-10 | Fix typos | Peter Eisentraut |
| 2018-07-10 | Fix typo | Peter Eisentraut |
| 2018-01-18 | Extend configure's __int128 test to check for a known gcc bug. | Tom Lane |
| 2017-12-08 | MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T. | Noah Misch |
| 2017-11-23 | Support linking with MinGW-built Perl. | Noah Misch |
| 2017-11-14 | Prevent int128 from requiring more than MAXALIGN alignment. | Tom Lane |
| 2017-08-14 | Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant. | Tom Lane |
| 2017-07-31 | PL/Perl portability fix: absorb relevant -D switches from Perl. | Tom Lane |
| 2016-05-02 | Fix configure's incorrect version tests for flex and perl. | Tom Lane |
| 2016-03-15 | Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>. | Tom Lane |
| 2015-12-11 | Install our "missing" script where PGXS builds can find it. | Tom Lane |
| 2015-11-18 | Accept flex > 2.5.x in configure. | Tom Lane |
| 2015-08-19 | Update config.guess and config.sub | Peter Eisentraut |
| 2015-08-17 | Improve configure test for the sse4.2 crc instruction. | Andres Freund |
| 2015-07-29 | Blacklist xlc 32-bit inlining. | Noah Misch |
| 2015-07-09 | Revert changes to pthread configure tests on REL9_5_STABLE. | Heikki Linnakangas |
| 2015-07-08 | Replace our hacked version of ax_pthread.m4 with latest upstream version. | Heikki Linnakangas |
| 2015-05-26 | Remove configure check prohibiting threaded libpython on OpenBSD. | Tom Lane |
| 2015-05-03 | fix escaping of brackets for m4 broken in b6b2149e48aa61981ae0199c963d5145a37... | Andrew Dunstan |
| 2015-05-03 | Fix python_includespec on Windows at configure time | Andrew Dunstan |
| 2015-05-01 | Move interpreter shared library detection to configure | Peter Eisentraut |
| 2015-04-14 | Optimize pg_comp_crc32c_sse42 routine slightly, and also use it on x86. | Heikki Linnakangas |
| 2015-04-14 | Use Intel SSE 4.2 CRC instructions where available. | Heikki Linnakangas |
| 2015-03-20 | Add, optional, support for 128bit integers. | Andres Freund |
| 2015-02-10 | Speed up CRC calculation using slicing-by-8 algorithm. | Heikki Linnakangas |
| 2015-01-11 | Remove configure test for nonstandard variants of getpwuid_r(). | Tom Lane |
| 2014-11-23 | Detect PG_PRINTF_ATTRIBUTE automatically. | Noah Misch |
| 2014-09-25 | Add a basic atomic ops API abstracting away platform/architecture details. | Andres Freund |
| 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-07-25 | Move PGAC_LDAP_SAFE to config/programs.m4. | Noah Misch |
| 2014-07-01 | Remove some useless code in the configure script. | Tom Lane |
| 2014-06-03 | Silence Bison deprecation warnings | Peter Eisentraut |
| 2014-05-30 | On OS X, link libpython normally, ignoring the "framework" framework. | Tom Lane |
| 2014-05-10 | Accept tcl 8.6 in configure's probe for tclsh. | Tom Lane |
| 2014-05-10 | Update config.guess and config.sub | Tom Lane |
| 2014-05-06 | pgindent run for 9.4 | Bruce Momjian |
| 2014-05-01 | Fix "quiet inline" configure test for newer clang compilers. | Tom Lane |
| 2014-01-23 | Allow use of "z" flag in our printf calls, and use it where appropriate. | Tom Lane |
| 2013-10-10 | Remove maintainer-check target, fold into normal build | Peter Eisentraut |
| 2013-06-15 | Be consistent about #define'ing configure symbols as "1" not empty. | Tom Lane |
| 2013-04-30 | Compiler optimizations for page checksum code. | Simon Riggs |
| 2013-04-26 | Update config.guess and config.sub | Peter Eisentraut |
| 2013-01-13 | Improve handling of ereport(ERROR) and elog(ERROR). | Tom Lane |