| Age | Commit message (Expand) | Author |
| 2018-02-26 | Stamp 9.4.17. | Tom Lane |
| 2018-02-26 | Last-minute updates for release notes. | Tom Lane |
| 2018-02-26 | Document security implications of search_path and the public schema. | Noah Misch |
| 2018-02-26 | Empty search_path in Autovacuum and non-psql/pgbench clients. | Noah Misch |
| 2018-02-26 | Back-patch non-static ExecuteSqlQueryForSingleRow(). | Noah Misch |
| 2018-02-26 | Avoid using unsafe search_path settings during dump and restore. | Tom Lane |
| 2018-02-26 | Translation updates | Peter Eisentraut |
| 2018-02-25 | Release notes for 10.3, 9.6.8, 9.5.12, 9.4.17, 9.3.22. | Tom Lane |
| 2018-02-23 | Allow auto_explain.log_min_duration to go up to INT_MAX. | Tom Lane |
| 2018-02-23 | Synchronize doc/ copies of src/test/examples/. | Noah Misch |
| 2018-02-23 | Fix planner failures with overlapping mergejoin clauses in an outer join. | Tom Lane |
| 2018-02-21 | Repair pg_upgrade's failure to preserve relfrozenxid for matviews. | Tom Lane |
| 2018-02-19 | Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks. | Tom Lane |
| 2018-02-15 | Doc: fix minor bug in CREATE TABLE example. | Tom Lane |
| 2018-02-14 | Fix broken logic for reporting PL/Python function names in errcontext. | Tom Lane |
| 2018-02-07 | Change default git repo URL to https | Magnus Hagander |
| 2018-02-05 | Stamp 9.4.16.REL9_4_16 | Tom Lane |
| 2018-02-05 | Last-minute updates for release notes. | Tom Lane |
| 2018-02-05 | Translation updates | Peter Eisentraut |
| 2018-02-05 | Ensure that all temp files made during pg_upgrade are non-world-readable. | Tom Lane |
| 2018-02-04 | Release notes for 10.2, 9.6.7, 9.5.11, 9.4.16, 9.3.21. | Tom Lane |
| 2018-01-31 | doc: in contrib-spi, mention and link to the meaning of SPI | Bruce Momjian |
| 2018-01-31 | pgcrypto's encrypt() supports AES-128, AES-192, and AES-256 | Robert Haas |
| 2018-01-31 | Exclude common/int128.h from cpluspluscheck | Peter Eisentraut |
| 2018-01-29 | psql documentation fixes | Peter Eisentraut |
| 2018-01-28 | Add stack-overflow guards in set-operation planning. | Tom Lane |
| 2018-01-27 | Update time zone data files to tzdata release 2018c. | Tom Lane |
| 2018-01-23 | Teach reparameterize_path() to handle AppendPaths. | Tom Lane |
| 2018-01-23 | doc: simplify intermediate certificate mention in libpq docs | Bruce Momjian |
| 2018-01-22 | Make pg_dump's ACL, sec label, and comment entries reliably identifiable. | Tom Lane |
| 2018-01-21 | doc: update intermediate certificate instructions | Bruce Momjian |
| 2018-01-19 | Fix StoreCatalogInheritance1 to use 32bit inhseqno | Alvaro Herrera |
| 2018-01-15 | Cope with indicator arrays that do not have the correct length. | Michael Meskes |
| 2018-01-12 | Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT. | Tom Lane |
| 2018-01-10 | Fix sample INSTR() functions in the plpgsql documentation. | Tom Lane |
| 2018-01-09 | Change some bogus PageGetLSN calls to BufferGetLSNAtomic | Alvaro Herrera |
| 2018-01-05 | pg_upgrade: simplify code layout in a few places | Bruce Momjian |
| 2018-01-05 | Fix failure to delete spill files of aborted transactions | Alvaro Herrera |
| 2018-01-03 | Fix use of config-specific libraries for Windows OpenSSL | Andrew Dunstan |
| 2018-01-03 | Make XactLockTableWait work for transactions that are not yet self-locked | Alvaro Herrera |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian |
| 2018-01-02 | Fix deadlock hazard in CREATE INDEX CONCURRENTLY | Alvaro Herrera |
| 2017-12-22 | Disallow UNION/INTERSECT/EXCEPT over no columns. | Tom Lane |
| 2017-12-18 | doc: Fix figures in example description | Peter Eisentraut |
| 2017-12-15 | Perform a lot more sanity checks when freezing tuples. | Andres Freund |
| 2017-12-15 | Fix pruning of locked and updated tuples. | Andres Freund |
| 2017-12-14 | Fix walsender timeouts when decoding a large transaction | Andrew Dunstan |
| 2017-12-11 | Fix corner-case coredump in _SPI_error_callback(). | Tom Lane |
| 2017-12-09 | MSVC 2012+: Permit linking to 32-bit, MinGW-built libraries. | Noah Misch |
| 2017-12-09 | MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T. | Noah Misch |