| Age | Commit message (Expand) | Author |
| 2020-05-11 | Stamp 11.8.REL_11_8 | Tom Lane |
| 2020-05-10 | Release notes for 12.3, 11.8, 10.13, 9.6.18, 9.5.22. | Tom Lane |
| 2020-05-08 | Fix inconsistency in pg_buffercache docs. | Amit Kapila |
| 2020-04-22 | docs: land height is "elevation", not "altitude" | Bruce Momjian |
| 2020-04-21 | Document partitiong tables ancillary object handling some more | Alvaro Herrera |
| 2020-04-21 | Fix detaching partitions with cloned row triggers | Alvaro Herrera |
| 2020-04-21 | doc: change SGML markup "figure" to "example" | Bruce Momjian |
| 2020-04-10 | Doc: clarify locking requirements for ALTER TABLE ADD FOREIGN KEY. | Tom Lane |
| 2020-04-10 | Doc: sync CREATE GROUP syntax synopsis with CREATE ROLE. | Tom Lane |
| 2020-04-09 | Doc: improve documentation about ts_headline() function. | Tom Lane |
| 2020-04-02 | doc: remove unnecessary INNER keyword | Bruce Momjian |
| 2020-04-02 | doc: remove comma, related to commit 92d31085e9 | Bruce Momjian |
| 2020-03-31 | doc: remove mention of bitwise operators as solely type-limited | Bruce Momjian |
| 2020-03-31 | doc: clarify hierarchy of objects: global, db, schema, etc. | Bruce Momjian |
| 2020-03-31 | doc: restore wording from recent patch "rolled back to" | Bruce Momjian |
| 2020-03-31 | doc: clarify when row-level locks are released | Bruce Momjian |
| 2020-03-31 | doc: add namespace column to pg_buffercache example query | Bruce Momjian |
| 2020-03-31 | doc: clarify which table creation is used for inheritance part. | Bruce Momjian |
| 2020-03-31 | doc: adjust UPDATE/DELETE's FROM/USING to match SELECT's FROM | Bruce Momjian |
| 2020-03-29 | Doc: correct misstatement about ltree label maximum length. | Tom Lane |
| 2020-03-28 | Protect against overflow of ltree.numlevel and lquery.numlevel. | Tom Lane |
| 2020-03-23 | Doc: explain that LIKE et al can be used in ANY (sub-select) etc. | Tom Lane |
| 2020-03-23 | Fix our getopt_long's behavior for a command line argument of just "-". | Tom Lane |
| 2020-03-23 | Doc: Fix type of some storage parameters in CREATE TABLE page | Michael Paquier |
| 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 | docs: use alias in WHERE clause of full text search example | Bruce Momjian |
| 2020-03-18 | Correct the descriptions of recovery-related wait events in docs. | Fujii Masao |
| 2020-03-17 | Doc: clarify behavior of "anyrange" pseudo-type. | Tom Lane |
| 2020-03-17 | Use pkg-config, if available, to locate libxml2 during configure. | Tom Lane |
| 2020-03-17 | Avoid holding a directory FD open across assorted SRF calls. | Tom Lane |
| 2020-03-16 | Document pg_ls_*dir hiding of directories and special files | Alvaro Herrera |
| 2020-03-13 | Doc: fix mistaken reference to "PG_ARGNULL_xxx()" macro. | Tom Lane |
| 2020-03-03 | Fix the name of the first WAL segment file, in docs. | Fujii Masao |
| 2020-02-28 | Doc: correct thinko in pg_buffercache documentation. | Tom Lane |
| 2020-02-26 | Fix docs regarding AFTER triggers on partitioned tables | Alvaro Herrera |
| 2020-02-19 | Doc: discourage use of partial indexes for poor-man's-partitioning. | Tom Lane |
| 2020-02-17 | Add description about LogicalRewriteTruncate wait event into document. | Fujii Masao |
| 2020-02-12 | Doc: fix old oversights in GRANT/REVOKE documentation. | Tom Lane |
| 2020-02-11 | Document the pg_upgrade -j/--jobs option as taking an argument | Peter Eisentraut |
| 2020-02-10 | Stamp 11.7.REL_11_7 | Tom Lane |
| 2020-02-10 | Last-minute updates for release notes. | Tom Lane |
| 2020-02-10 | doc: Spell checking | Amit Kapila |
| 2020-02-09 | Revert "docs: change "default role" wording to "predefined role"" | Tom Lane |
| 2020-02-09 | Release notes for 12.2, 11.7, 10.12, 9.6.17, 9.5.21, 9.4.26. | Tom Lane |
| 2020-02-06 | Add note about access permission checks by inherited TRUNCATE and LOCK TABLE. | Fujii Masao |
| 2020-02-05 | ALTER SUBSCRIPTION / REFRESH docs: explain copy_data | Alvaro Herrera |
| 2020-02-05 | Add note about how each partition's default value is treated, into the doc. | Fujii Masao |
| 2020-01-30 | Fix slot data persistency when advancing physical replication slots | Michael Paquier |
| 2020-01-24 | Doc: Fix list of storage parameters available for ALTER TABLE | Michael Paquier |