| Age | Commit message (Expand) | Author |
| 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 |
| 2020-03-17 | Doc: clarify behavior of "anyrange" pseudo-type. | Tom Lane |
| 2020-03-17 | Avoid holding a directory FD open across assorted SRF calls. | Tom Lane |
| 2020-03-03 | Fix the name of the first WAL segment file, in docs. | 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 | 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-01-22 | Fix concurrent indexing operations with temporary tables | Michael Paquier |
| 2020-01-14 | docs: change "default role" wording to "predefined role" | Bruce Momjian |
| 2020-01-10 | doc: Fix naming of SELinux | Michael Paquier |
| 2020-01-01 | Update copyrights for 2020 | Bruce Momjian |
| 2019-12-27 | doc: add examples of creative use of unique expression indexes | Bruce Momjian |
| 2019-12-27 | docs: clarify infinite range values from data-type infinities | Bruce Momjian |
| 2019-12-21 | docs: clarify handling of column lists in COPY TO/FROM | Bruce Momjian |
| 2019-12-20 | libpq should expose GSS-related parameters even when not implemented. | Tom Lane |
| 2019-12-11 | Doc: back-patch documentation about limitations of CHECK constraints. | Tom Lane |
| 2019-12-08 | Document search_path security with untrusted dbowner or CREATEROLE. | Noah Misch |
| 2019-11-19 | Doc: clarify use of RECURSIVE in WITH. | Tom Lane |
| 2019-11-19 | Doc: clarify behavior of ALTER DEFAULT PRIVILEGES ... IN SCHEMA. | Tom Lane |
| 2019-11-11 | Doc: fix ancient mistake, or at least obsolete info, in rules example. | Tom Lane |
| 2019-11-10 | Release notes for 12.1, 11.6, 10.11, 9.6.16, 9.5.20, 9.4.25. | Tom Lane |
| 2019-11-08 | postgres_fdw: Fix error message for PREPARE TRANSACTION. | Etsuro Fujita |
| 2019-11-07 | docs: clarify that only INSERT and UPDATE triggers can mod. NEW | Bruce Momjian |
| 2019-11-06 | doc: fix plurality typo on bgwriter doc sentence | Bruce Momjian |
| 2019-11-05 | Change pg_restore -f- to dump to stdout instead of to ./- | Alvaro Herrera |
| 2019-10-24 | docs: fix wording of REFRESH CONCURRENTLY manual page | Bruce Momjian |
| 2019-10-16 | Doc: Fix various inconsistencies | Michael Paquier |
| 2019-10-07 | docs: Improve A?synchronous Multimaster Replication descr. | Bruce Momjian |
| 2019-10-07 | docs: clarify that today/tomorrow/yesterday is at 00:00 | Bruce Momjian |
| 2019-10-07 | doc: move mention of log_min_error_statement in a better spot | Bruce Momjian |
| 2019-09-27 | Doc: clean up markup for jsonb_set and related functions. | Tom Lane |
| 2019-09-23 | Doc: clarify handling of duplicate elements in array containment tests. | Tom Lane |