| Age | Commit message (Expand) | Author |
| 2019-05-20 | Stamp 12beta1. | Tom Lane |
| 2019-02-16 | Fix PERMIT_DECLARATION_AFTER_STATEMENT initialization. | Noah Misch |
| 2019-02-16 | Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT. | Tom Lane |
| 2019-02-16 | Cygwin and Mingw floating-point fixes. | Andrew Gierth |
| 2019-02-15 | Revert attempts to use POPCNT etc instructions | Alvaro Herrera |
| 2019-02-15 | Fix compiler builtin usage in new pg_bitutils.c | Alvaro Herrera |
| 2019-02-13 | Fix portability issues in pg_bitutils | Alvaro Herrera |
| 2019-02-13 | Add basic support for using the POPCNT and SSE4.2s LZCNT opcodes | Alvaro Herrera |
| 2019-02-13 | Change floating-point output format for improved performance. | Andrew Gierth |
| 2019-02-13 | Use strtof() and not strtod() for float4 input. | Andrew Gierth |
| 2019-02-09 | Use better comment marker in Autoconf input | Peter Eisentraut |
| 2019-01-21 | Second try at fixing ecpglib thread-safety problem. | Tom Lane |
| 2019-01-21 | Avoid thread-safety problem in ecpglib. | Tom Lane |
| 2019-01-19 | Replace @postgresql.org with @lists.postgresql.org for mailinglists | Magnus Hagander |
| 2019-01-18 | Use our own getopt() on OpenBSD. | Tom Lane |
| 2019-01-18 | configure: More use of AC_ARG_VAR | Peter Eisentraut |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian |
| 2019-01-01 | Remove configure switch --disable-strong-random | Michael Paquier |
| 2018-12-17 | Drop support for getting signal descriptions from sys_siglist[]. | Tom Lane |
| 2018-12-17 | Modernize our code for looking up descriptive strings for Unix signals. | Tom Lane |
| 2018-11-19 | Postpone LLVM-related uses of AC_CHECK_DECLS. | Tom Lane |
| 2018-11-19 | Fix configure's AC_CHECK_DECLS tests to work correctly with clang. | Tom Lane |
| 2018-11-18 | Fix AC_REQUIRES breakage in LLVM autoconf tests. | Tom Lane |
| 2018-11-07 | Fix inadequate autoconfiscation of copyfile() usage. | Tom Lane |
| 2018-11-07 | pg_upgrade: Allow use of file cloning | Peter Eisentraut |
| 2018-11-06 | Provide pg_pread() and pg_pwrite() for random I/O. | Thomas Munro |
| 2018-11-06 | Remove useless symbol from Makefile.global. | Tom Lane |
| 2018-11-02 | Yet further rethinking of build changes for macOS Mojave. | Tom Lane |
| 2018-10-18 | Still further rethinking of build changes for macOS Mojave. | Tom Lane |
| 2018-10-16 | Back off using -isysroot on Darwin. | Tom Lane |
| 2018-10-09 | Convert some long lists in configure.in to one-line-per-entry style. | Tom Lane |
| 2018-10-03 | Make assorted performance improvements in snprintf.c. | Tom Lane |
| 2018-09-26 | Always use our own versions of *printf(). | Tom Lane |
| 2018-09-26 | Convert elog.c's useful_strerror() into a globally-used strerror wrapper. | Tom Lane |
| 2018-09-25 | Make some fixes to allow building Postgres on macOS 10.14 ("Mojave"). | Tom Lane |
| 2018-09-24 | Use ppoll(2), if available, to wait for input in pgbench. | Tom Lane |
| 2018-09-21 | Error out for clang on x86-32 without SSE2 support, no -fexcess-precision. | Andres Freund |
| 2018-09-06 | Refactor dlopen() support | Peter Eisentraut |
| 2018-08-24 | Remove test for VA_ARGS, implied by C99. | Andres Freund |
| 2018-08-24 | Require C99 (and thus MSCV 2013 upwards). | Andres Freund |
| 2018-08-16 | Remove unused configure test for ldopen() | Peter Eisentraut |
| 2018-08-16 | Require a C99-compliant snprintf(), and remove related workarounds. | Tom Lane |
| 2018-08-16 | Try to enable C99 in configure, but do not rely on it (yet). | Andres Freund |
| 2018-08-13 | Remove obsolete linux dynloader code | Peter Eisentraut |
| 2018-07-24 | Use setproctitle_fast() to update the ps status, if available. | Thomas Munro |
| 2018-07-11 | Use signals for postmaster death on FreeBSD. | Thomas Munro |
| 2018-07-11 | Use signals for postmaster death on Linux. | Thomas Munro |
| 2018-06-30 | Stamp HEAD as 12devel | Andrew Dunstan |
| 2018-06-25 | Stamp 11beta2. | Alvaro Herrera |
| 2018-06-16 | Use -Wno-format-truncation and -Wno-stringop-truncation, if available. | Tom Lane |