| Age | Commit message (Expand) | Author |
| 2021-05-21 | Restore the portal-level snapshot after procedure COMMIT/ROLLBACK. | Tom Lane |
| 2021-05-10 | Prevent integer overflows in array subscripting calculations. | Tom Lane |
| 2021-02-10 | Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLY | Michael Paquier |
| 2020-11-10 | Fix and simplify some usages of TimestampDifference(). | Tom Lane |
| 2020-06-05 | Use query collation, not column's collation, while examining statistics. | Tom Lane |
| 2020-06-04 | Reject "23:59:60.nnn" in datetime input. | Tom Lane |
| 2020-04-06 | Preserve clustered index after rewrites with ALTER TABLE | Michael Paquier |
| 2020-03-24 | Re-implement the ereport() macro using __VA_ARGS__. | Tom Lane |
| 2020-03-22 | Revert "Skip WAL for new relfilenodes, under wal_level=minimal." | Noah Misch |
| 2020-03-21 | Skip WAL for new relfilenodes, under wal_level=minimal. | Noah Misch |
| 2020-03-21 | Fix cosmetic blemishes involving rd_createSubid. | Noah Misch |
| 2020-03-13 | Preserve replica identity index across ALTER TABLE rewrite | Peter Eisentraut |
| 2020-03-10 | Prevent reindex of invalid indexes on TOAST tables | Michael Paquier |
| 2020-02-13 | Avoid a performance regression in float overflow/underflow detection. | Tom Lane |
| 2020-01-31 | Fix CheckAttributeType's handling of collations for ranges. | Tom Lane |
| 2019-12-01 | Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables. | Tom Lane |
| 2019-09-22 | Fix failure to zero-pad the result of bitshiftright(). | Tom Lane |
| 2019-09-17 | Fix bogus handling of XQuery regex option flags. | Tom Lane |
| 2019-08-28 | Avoid catalog lookups in RelationAllowsEarlyPruning(). | Thomas Munro |
| 2019-08-04 | Revert "Add log_statement_sample_rate parameter" | Tomas Vondra |
| 2019-07-31 | Remove superfluous newlines in function prototypes. | Andres Freund |
| 2019-07-30 | Allow table AM's to use rd_amcache, too. | Heikki Linnakangas |
| 2019-07-24 | Use full 64-bit XID for checking if a deleted GiST page is old enough. | Heikki Linnakangas |
| 2019-07-01 | Fix many typos and inconsistencies | Michael Paquier |
| 2019-06-30 | Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType. | Noah Misch |
| 2019-06-30 | Don't call data type input functions in GUC check hooks | Peter Eisentraut |
| 2019-06-30 | Remove explicit error handling for obsolete date/time values | Peter Eisentraut |
| 2019-06-19 | Support 'q' flag in jsonpath 'like_regex' predicate | Alexander Korotkov |
| 2019-06-17 | Fix more typos and inconsistencies in the tree | Michael Paquier |
| 2019-06-16 | Rework the pg_statistic_ext catalog | Tomas Vondra |
| 2019-06-13 | Fix double-word typos | Alvaro Herrera |
| 2019-05-26 | Fix typos. | Amit Kapila |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane |
| 2019-05-22 | Initial pgindent run for v12. | Tom Lane |
| 2019-05-19 | Fix and improve SnapshotType comments. | Andres Freund |
| 2019-05-03 | Remove RelationSetIndexList(). | Tom Lane |
| 2019-04-13 | Prevent memory leaks associated with relcache rd_partcheck structures. | Tom Lane |
| 2019-04-08 | Add vacuum_truncate reloption. | Fujii Masao |
| 2019-04-06 | Add support TCP user timeout in libpq and the backend server | Michael Paquier |
| 2019-04-04 | Allow VACUUM to be run with index cleanup disabled. | Robert Haas |
| 2019-04-04 | Add SETTINGS option to EXPLAIN, to print modified settings. | Tomas Vondra |
| 2019-04-03 | Log all statements from a sample of transactions | Alvaro Herrera |
| 2019-04-03 | Support foreign keys that reference partitioned tables | Alvaro Herrera |
| 2019-04-01 | GIN support for @@ and @? jsonpath operators | Alexander Korotkov |
| 2019-03-30 | Generated columns | Peter Eisentraut |
| 2019-03-28 | tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE. | Andres Freund |
| 2019-03-23 | tableam: Add tuple_{insert, delete, update, lock} and use. | Andres Freund |
| 2019-03-23 | Revert "Add gitignore entries for jsonpath_gram.h" | Peter Eisentraut |
| 2019-03-22 | Add gitignore entries for jsonpath_gram.h | Peter Eisentraut |
| 2019-03-22 | Collations with nondeterministic comparison | Peter Eisentraut |