| Age | Commit message (Expand) | Author |
| 2020-08-10 | Last-minute updates for release notes. | Tom Lane |
| 2020-08-10 | Make contrib modules' installation scripts more secure. | Tom Lane |
| 2020-08-09 | Release notes for 12.4, 11.9, 10.14, 9.6.19, 9.5.23. | Tom Lane |
| 2020-08-05 | doc: clarify "state" table reference in tutorial | Bruce Momjian |
| 2020-08-03 | Doc: fix obsolete info about allowed range of TZ offsets in timetz. | Tom Lane |
| 2020-07-30 | Doc: fix high availability solutions comparison. | Tatsuo Ishii |
| 2020-07-23 | doc: Document that ssl_ciphers does not affect TLS 1.3 | Peter Eisentraut |
| 2020-07-18 | doc: Refresh more URLs in the docs | Michael Paquier |
| 2020-07-10 | Doc: update or remove dead external links. | Tom Lane |
| 2020-07-05 | doc: Fix incorrect reference to textout in plpgsql examples | Michael Paquier |
| 2020-07-03 | Clamp total-tuples estimates for foreign tables to ensure planner sanity. | Tom Lane |
| 2020-06-30 | doc: clarify that storage parameter values are optional | Bruce Momjian |
| 2020-06-30 | doc: change pg_upgrade wal_level to be not minimal | Bruce Momjian |
| 2020-06-28 | Fix documentation of "must be vacuumed within" warning. | Noah Misch |
| 2020-06-25 | doc: mention trigger helper functions in CREATE TRIGGER docs | Bruce Momjian |
| 2020-06-25 | docs: clarify that CREATE DATABASE does not copy db permissions | Bruce Momjian |
| 2020-06-19 | Future-proof regression tests against possibly-missing posixrules file. | Tom Lane |
| 2020-06-18 | Doc: document POSIX-style time zone specifications in full. | Tom Lane |
| 2020-06-16 | Doc: fix copy-and-pasteo in ecpg docs. | Tom Lane |
| 2020-06-15 | Doc: Add references for SI and SSI. | Thomas Munro |
| 2020-06-11 | doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5 | Bruce Momjian |
| 2020-05-22 | doc: suggest 1.1 as a random_page_cost value for SSDs | Bruce Momjian |
| 2020-05-21 | doc: Simplify mention of unique indexes for NULL control | Bruce Momjian |
| 2020-05-20 | Doc: Fix description of pg_class.relreplident | Michael Paquier |
| 2020-05-15 | docs: add xreflabel entries for autovacuum, SP-GiST, and TOAST | Bruce Momjian |
| 2020-05-15 | doc: add missing xreflabels to the main docs (not refs) | Bruce Momjian |
| 2020-05-15 | doc: remove extra blank line at the top of SGML files | Bruce Momjian |
| 2020-05-15 | doc: make ref/*.sgml file header comment layout consistent | Bruce Momjian |
| 2020-05-10 | Release notes for 12.3, 11.8, 10.13, 9.6.18, 9.5.22. | Tom Lane |
| 2020-04-22 | docs: land height is "elevation", not "altitude" | Bruce Momjian |
| 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: 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 |