| Age | Commit message (Expand) | Author |
| 2020-05-14 | Collect built-in LWLock tranche names statically, not dynamically. | Tom Lane |
| 2020-05-13 | Dial back -Wimplicit-fallthrough to level 3 | Alvaro Herrera |
| 2020-05-13 | Adjust walsender usage of xlogreader, simplify APIs | Alvaro Herrera |
| 2020-05-12 | Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS | Alvaro Herrera |
| 2020-05-11 | Fix obsolete references to "XLogRead" | Alvaro Herrera |
| 2020-05-08 | Rework XLogReader callback system | Alvaro Herrera |
| 2020-04-29 | Check slot->restart_lsn validity in a few more places | Alvaro Herrera |
| 2020-04-25 | In caught-up logical walsender, sleep only in WalSndWaitForWal(). | Noah Misch |
| 2020-04-25 | Revert "When WalSndCaughtUp, sleep only in WalSndWaitForWal()." | Noah Misch |
| 2020-04-23 | Rename exposed identifiers to say "backup manifest". | Robert Haas |
| 2020-04-20 | Move the server's backup manifest code to a separate file. | Robert Haas |
| 2020-04-18 | Fix race conditions in synchronous standby management. | Tom Lane |
| 2020-04-14 | Fix collection of typos and grammar mistakes in the tree, volume 2 | Michael Paquier |
| 2020-04-11 | When WalSndCaughtUp, sleep only in WalSndWaitForWal(). | Noah Misch |
| 2020-04-11 | Fix RELCACHE_FORCE_RELEASE issue | Peter Eisentraut |
| 2020-04-10 | Fix collection of typos and grammar mistakes in the tree | Michael Paquier |
| 2020-04-09 | Exclude backup_manifest file that existed in database, from BASE_BACKUP. | Fujii Masao |
| 2020-04-08 | Rationalize GetWalRcv{Write,Flush}RecPtr(). | Thomas Munro |
| 2020-04-08 | Allow publishing partition changes via ancestors | Peter Eisentraut |
| 2020-04-07 | Allow users to limit storage reserved by replication slots | Alvaro Herrera |
| 2020-04-06 | Add logical replication support to replicate into partitioned tables | Peter Eisentraut |
| 2020-04-05 | Save errno across LWLockRelease() calls | Peter Eisentraut |
| 2020-04-04 | Fix resource management bug with replication=database. | Robert Haas |
| 2020-04-04 | Be more careful about time_t vs. pg_time_t in basebackup.c. | Robert Haas |
| 2020-04-03 | Generate backup manifests for base backups, and validate them. | Robert Haas |
| 2020-04-01 | Refactor code to look up local replication tuple | Peter Eisentraut |
| 2020-03-31 | Move routine definitions of xlogarchive.c to a new header file | Michael Paquier |
| 2020-03-27 | Allow walreceiver configuration to change on reload | Alvaro Herrera |
| 2020-03-27 | Set wal_receiver_create_temp_slot PGC_POSTMASTER | Alvaro Herrera |
| 2020-03-26 | Drop slot's LWLock before returning from SaveSlotToPath() | Peter Eisentraut |
| 2020-03-24 | logical decoding: Remove TODO about unnecessary optimization. | Andres Freund |
| 2020-03-24 | Fix compiler warning | Peter Eisentraut |
| 2020-03-24 | Some refactoring of logical/worker.c | Peter Eisentraut |
| 2020-03-24 | Report NULL as total backup size if it's not estimated. | Fujii Masao |
| 2020-03-19 | Prepare to support non-tables in publications | Peter Eisentraut |
| 2020-03-17 | Remove logical_read_local_xlog_page | Alvaro Herrera |
| 2020-03-17 | Fix consistency issues with replication slot copy | Alvaro Herrera |
| 2020-03-11 | Refactor ps_status.c API | Peter Eisentraut |
| 2020-03-10 | Remove utils/acl.h from catalog/objectaddress.h | Peter Eisentraut |
| 2020-03-10 | Support adding partitioned tables to publication | Peter Eisentraut |
| 2020-03-04 | Introduce macros for typalign and typstorage constants. | Tom Lane |
| 2020-03-03 | Report progress of streaming base backup. | Fujii Masao |
| 2020-03-02 | Represent command completion tags as structs | Alvaro Herrera |
| 2020-03-02 | Handle logical decoding in multi-insert for catalog tuples | Michael Paquier |
| 2020-02-24 | Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backups | Michael Paquier |
| 2020-02-19 | Stop demanding that top xact must be seen before subxact in decoding. | Amit Kapila |
| 2020-02-17 | Fill in extraUpdatedCols in logical replication | Peter Eisentraut |
| 2020-02-11 | Use pg_pwrite() in more places. | Thomas Munro |
| 2020-01-30 | Clean up newlines following left parentheses | Alvaro Herrera |
| 2020-01-30 | Remove excess parens in ereport() calls | Alvaro Herrera |