| Age | Commit message (Expand) | Author |
| 2022-07-27 | Allow "in place" tablespaces. | Alvaro Herrera |
| 2022-07-26 | Force immediate commit after CREATE DATABASE etc in extended protocol. | Tom Lane |
| 2022-07-21 | doc: use wording "restore" instead of "reload" of dumps | Bruce Momjian |
| 2022-07-21 | doc: clarify that auth. names are lower case and case-sensitive | Bruce Momjian |
| 2022-07-14 | pg_upgrade doc: mention that replication slots must be recreated | Bruce Momjian |
| 2022-07-14 | doc: add documentation about ecpg Oracle-compatibility mode | Bruce Momjian |
| 2022-07-14 | doc: clarify the behavior of identically-named savepoints | Bruce Momjian |
| 2022-07-14 | doc: clarify that "excluded" ON CONFLICT is a single row | Bruce Momjian |
| 2022-07-14 | doc: mention that INSERT can block because of unique indexes | Bruce Momjian |
| 2022-07-14 | doc: mention the pg_locks lock names in parentheses | Bruce Momjian |
| 2022-07-08 | doc: add pg_prewarm example | Bruce Momjian |
| 2022-06-22 | doc: improve wording of plpgsql RAISE format text | Bruce Momjian |
| 2022-06-22 | doc: clarify wording about phantom reads | Bruce Momjian |
| 2022-06-22 | Fix SPI's handling of errors during transaction commit. | Tom Lane |
| 2022-06-14 | Doc: clarify the default collation behavior of domains. | Tom Lane |
| 2022-06-10 | Revert "Fix psql's single transaction mode on client-side errors with -c/-f s... | Tom Lane |
| 2022-06-06 | Fix psql's single transaction mode on client-side errors with -c/-f switches | Michael Paquier |
| 2022-06-03 | Doc: fix incorrect bit-reversal in example of macaddr formatting. | Tom Lane |
| 2022-06-02 | Doc: Further fix CREATE FOREIGN TABLE synopsis. | Etsuro Fujita |
| 2022-05-31 | Doc: fix mention of pg_dump's minimum supported server version. | Tom Lane |
| 2022-05-30 | doc: Reword description of roles able to view track_activities's info | Michael Paquier |
| 2022-05-26 | In CREATE FOREIGN TABLE syntax synopsis, fix partitioning stuff. | Robert Haas |
| 2022-05-21 | doc: Mention pg_read_all_stats in description of track_activities | Michael Paquier |
| 2022-05-19 | Doc: clarify location of libpq's default service file on Windows. | Tom Lane |
| 2022-05-11 | Improve setup of environment values for commands in MSVC's vcregress.pl | Michael Paquier |
| 2022-05-09 | Last-minute updates for release notes. | Tom Lane |
| 2022-05-08 | Release notes for 14.3, 13.7, 12.11, 11.16, 10.21. | Tom Lane |
| 2022-04-12 | Doc: tweak textsearch.sgml for SEO purposes. | Tom Lane |
| 2022-03-31 | doc: Fix typo in ANALYZE documentation | Daniel Gustafsson |
| 2022-03-28 | Document autoanalyze limitations for partitioned tables | Tomas Vondra |
| 2022-03-20 | Doc: fix our example systemd script. | Tom Lane |
| 2022-03-19 | doc: Mention SET TABLESPACE clause for ALTER MATERIALIZED VIEW | Michael Paquier |
| 2022-03-09 | doc: Add ALTER/DROP ROUTINE to the event trigger matrix | Michael Paquier |
| 2022-03-02 | Allow root-owned SSL private keys in libpq, not only the backend. | Tom Lane |
| 2022-02-16 | Doc: Update documentation for modifying postgres_fdw foreign tables. | Etsuro Fujita |
| 2022-02-14 | WAL log unchanged toasted replica identity key attributes. | Amit Kapila |
| 2022-02-06 | Release notes for 14.2, 13.6, 12.10, 11.15, 10.20. | Tom Lane |
| 2022-02-05 | Doc: be clearer that foreign-table partitions need user-added constraints. | Tom Lane |
| 2022-02-03 | doc: clarify syntax notation, particularly parentheses | Bruce Momjian |
| 2022-02-02 | doc: Fix mistake in PL/Python documentation | Peter Eisentraut |
| 2022-02-02 | Replace use of deprecated Python module distutils.sysconfig, take 2. | Tom Lane |
| 2022-01-25 | doc: Fix some grammar | Michael Paquier |
| 2022-01-20 | doc: Mention the level of locks taken on objects in COMMENT | Michael Paquier |
| 2022-01-19 | doc: Fix description of pg_replication_origin_oid() in error case | Michael Paquier |
| 2022-01-10 | Doc: fix bogus example about ambiguous timestamps. | Tom Lane |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian |
| 2022-01-02 | Fix typo | Magnus Hagander |
| 2021-12-22 | doc: clarify when expression indexes evaluate their expressions | Bruce Momjian |
| 2021-12-22 | Correct comment and some documentation about REPLICA_IDENTITY_INDEX | Michael Paquier |
| 2021-12-15 | Adjust behavior of some env settings for the TAP tests of MSVC | Michael Paquier |