| Age | Commit message (Expand) | Author |
| 2018-11-05 | Stamp 9.3.25.REL9_3_25REL9_3_STABLE | Tom Lane |
| 2018-11-05 | Translation updates | Peter Eisentraut |
| 2018-11-04 | Release notes for 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20, 9.3.25. | Tom Lane |
| 2018-11-03 | Make ts_locale.c's character-type functions cope with UTF-16. | Tom Lane |
| 2018-11-02 | Yet further rethinking of build changes for macOS Mojave. | Tom Lane |
| 2018-11-02 | docs: adjust simpler language for NULL return from ANY/ALL | Bruce Momjian |
| 2018-11-02 | GUC: adjust effective_cache_size docs and SQL description | Bruce Momjian |
| 2018-11-02 | doc: use simpler language for NULL return from ANY/ALL | Bruce Momjian |
| 2018-10-31 | Fix memory leak in repeated SPGIST index scans. | Tom Lane |
| 2018-10-31 | Sync our copy of the timezone library with IANA release tzcode2018g. | Tom Lane |
| 2018-10-31 | Update time zone data files to tzdata release 2018g. | Tom Lane |
| 2018-10-29 | Fix missing whitespace in pg_dump ref page | Magnus Hagander |
| 2018-10-28 | Fix perl searchpath for modern perl for MSVC tools | Andrew Dunstan |
| 2018-10-19 | Sync our copy of the timezone library with IANA release tzcode2018f. | Tom Lane |
| 2018-10-19 | Update time zone data files to tzdata release 2018f. | Tom Lane |
| 2018-10-18 | Still further rethinking of build changes for macOS Mojave. | Tom Lane |
| 2018-10-17 | Fix minor bug in isolationtester. | Tom Lane |
| 2018-10-17 | Improve tzparse's handling of TZDEFRULES ("posixrules") zone data. | Tom Lane |
| 2018-10-16 | Back off using -isysroot on Darwin. | Tom Lane |
| 2018-10-16 | Avoid rare race condition in privileges.sql regression test. | Tom Lane |
| 2018-10-16 | Avoid statically allocating gmtsub()'s timezone workspace. | Tom Lane |
| 2018-10-15 | Check for stack overrun in standard_ProcessUtility(). | Tom Lane |
| 2018-10-14 | Avoid duplicate XIDs at recovery when building initial snapshot | Michael Paquier |
| 2018-10-12 | Remove abstime, reltime, tinterval tables from old regression databases. | Tom Lane |
| 2018-10-12 | Back-patch addition of the ALLOCSET_FOO_SIZES macros. | Tom Lane |
| 2018-10-05 | Allow btree comparison functions to return INT_MIN. | Tom Lane |
| 2018-10-02 | Set snprintf.c's maximum number of NL arguments to be 31. | Tom Lane |
| 2018-10-02 | Fix corner-case failures in has_foo_privilege() family of functions. | Tom Lane |
| 2018-10-02 | Fix documentation of pgrowlocks using "lock_type" instead of "modes" | Michael Paquier |
| 2018-10-01 | Lock relation used to generate fresh data for RMV. | Tom Lane |
| 2018-10-01 | Fix ALTER COLUMN TYPE to not open a relation without any lock. | Tom Lane |
| 2018-09-30 | Fix detection of the result type of strerror_r(). | Tom Lane |
| 2018-09-26 | Recurse to sequences on ownership change for all relkinds | Peter Eisentraut |
| 2018-09-25 | Make some fixes to allow building Postgres on macOS 10.14 ("Mojave"). | Tom Lane |
| 2018-09-24 | Fix over-allocation of space for array_out()'s result string. | Tom Lane |
| 2018-09-24 | Initialize random() in bootstrap/stand-alone postgres and in initdb. | Noah Misch |
| 2018-09-23 | Fix failure in WHERE CURRENT OF after rewinding the referenced cursor. | Tom Lane |
| 2018-09-21 | docs: remove use of escape strings and use bytea hex output | Bruce Momjian |
| 2018-09-21 | Error out for clang on x86-32 without SSE2 support, no -fexcess-precision. | Andres Freund |
| 2018-09-15 | Fix failure with initplans used conditionally during EvalPlanQual rechecks. | Tom Lane |
| 2018-09-13 | doc: Update broken links | Peter Eisentraut |
| 2018-09-12 | Repair bug in regexp split performance improvements. | Andrew Gierth |
| 2018-09-12 | On all Windows platforms, not just Cygwin, use _timezone and _tzname. | Tom Lane |
| 2018-09-11 | Support building with Visual Studio 2017 | Andrew Dunstan |
| 2018-09-11 | Support building with Visual Studio 2015 | Andrew Dunstan |
| 2018-09-08 | Save/restore SPI's global variables in SPI_connect() and SPI_finish(). | Tom Lane |
| 2018-09-07 | Limit depth of forced recursion for CLOBBER_CACHE_RECURSIVELY. | Tom Lane |
| 2018-09-07 | Fix longstanding recursion hazard in sinval message processing. | Tom Lane |
| 2018-09-06 | Make contrib/unaccent's unaccent() function work when not in search path. | Tom Lane |
| 2018-09-05 | docs: improve AT TIME ZONE description | Bruce Momjian |