| Age | Commit message (Expand) | Author |
| 2023-02-03 | doc: Fix XML formatting that psql cannot handle | Peter Eisentraut |
| 2023-01-31 | Doc: clarify use of NULL to drop comments and security labels. | Tom Lane |
| 2023-01-03 | Improve documentation of the CREATEROLE attibute. | Robert Haas |
| 2023-01-03 | Fix typos in comments, code and documentation | Michael Paquier |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-12-13 | Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode. | Tom Lane |
| 2022-12-05 | doc: Add missing <varlistentry> markups for developer GUCs | Michael Paquier |
| 2022-12-01 | revert: add transaction processing chapter with internals info | Bruce Momjian |
| 2022-11-30 | doc: add transaction processing chapter with internals info | Bruce Momjian |
| 2022-11-22 | doc: Fix description of pg_stat_all_tables.n_tup_upd | Michael Paquier |
| 2022-11-21 | Replace link to Hunspell with the current homepage | Daniel Gustafsson |
| 2022-11-08 | Doc: improve tutorial section about grouped aggregates. | Tom Lane |
| 2022-11-06 | Release notes for 15.1, 14.6, 13.9, 12.13, 11.18, 10.23. | Tom Lane |
| 2022-10-17 | doc: move the mention of aggregate JSON functions up in section | Bruce Momjian |
| 2022-10-17 | doc: warn pg_stat_reset() can cause vacuum/analyze problems | Bruce Momjian |
| 2022-10-13 | Fix typo in CREATE PUBLICATION reference page | Alvaro Herrera |
| 2022-10-12 | Doc: improve recommended systemd unit file. | Tom Lane |
| 2022-09-30 | doc: Fix PQsslAttribute docs for compression | Daniel Gustafsson |
| 2022-09-28 | doc: clarify internal behavior of RECURSIVE CTE queries | Bruce Momjian |
| 2022-09-28 | revert "warn of SECURITY DEFINER schemas for non-sql_body funcs" | Bruce Momjian |
| 2022-09-22 | docs: Fix snapshot name in SET TRANSACTION docs. | Fujii Masao |
| 2022-09-12 | doc: Fix link to FreeBSD documentation project | Daniel Gustafsson |
| 2022-09-09 | Reject bogus output from uuid_create(3). | Tom Lane |
| 2022-09-05 | Doc: clarify partitioned table limitations | David Rowley |
| 2022-09-03 | doc: simplify docs about analyze and inheritance/partitions | Bruce Momjian |
| 2022-09-03 | doc: clarify recursion internal behavior | Bruce Momjian |
| 2022-09-01 | doc: in create statistics docs, mention analyze for parent info | Bruce Momjian |
| 2022-09-01 | doc: mention "bloom" as a possible index access method | Bruce Momjian |
| 2022-09-01 | doc: use FILTER in aggregate example | Bruce Momjian |
| 2022-09-01 | doc: split out the NATURAL/CROSS JOIN in SELECT syntax | Bruce Momjian |
| 2022-09-01 | doc: warn of SECURITY DEFINER schemas for non-sql_body functions | Bruce Momjian |
| 2022-09-01 | doc: mention that SET TIME ZONE often needs to be quoted | Bruce Momjian |
| 2022-08-31 | doc: document the maximum char/varchar length value | Bruce Momjian |
| 2022-08-31 | doc: show direction is optional in FETCH/MOVE's FROM/IN syntax | Bruce Momjian |
| 2022-08-31 | doc: simplify WITH clause syntax in CREATE DATABASE | Bruce Momjian |
| 2022-08-28 | Doc: fix example of recursive query. | Tom Lane |
| 2022-08-23 | Doc: document possible need to raise kernel's somaxconn limit. | Tom Lane |
| 2022-08-23 | Doc: prefer sysctl to /proc/sys in docs and comments. | Tom Lane |
| 2022-08-16 | doc: fix wrong tag used in create sequence manual. | Tatsuo Ishii |
| 2022-08-12 | doc: add missing role attributes to user management section | Bruce Momjian |
| 2022-08-12 | doc: add section about heap-only tuples (HOT) | Bruce Momjian |
| 2022-08-12 | doc: warn about security issues around log files | Bruce Momjian |
| 2022-08-12 | doc: clarify configuration file for Windows builds | Bruce Momjian |
| 2022-08-12 | doc: document the CREATE INDEX "USING" clause | Bruce Momjian |
| 2022-08-12 | doc: clarify CREATE TABLE AS ... IF NOT EXISTS | Bruce Momjian |
| 2022-08-08 | Last-minute updates for release notes. | Tom Lane |
| 2022-08-08 | In extensions, don't replace objects not belonging to the extension. | Tom Lane |
| 2022-08-07 | Release notes for 14.5, 13.8, 12.12, 11.17, 10.22. | Tom Lane |
| 2022-07-27 | Allow "in place" tablespaces. | Alvaro Herrera |
| 2022-07-26 | Force immediate commit after CREATE DATABASE etc in extended protocol. | Tom Lane |