| Age | Commit message (Expand) | Author |
| 8 days | Use palloc_object() and palloc_array() in backend code | Michael Paquier |
| 2025-10-23 | Introduce "REFRESH SEQUENCES" for subscriptions. | Amit Kapila |
| 2025-08-25 | Message wording improvements | Peter Eisentraut |
| 2025-08-16 | Fix typos in comments. | Masahiko Sawada |
| 2025-08-04 | Detect and report update_deleted conflicts. | Amit Kapila |
| 2025-07-18 | Fix concurrent update trigger issues with MERGE in a CTE. | Dean Rasheed |
| 2025-04-08 | Fix uninitialized index information access during apply. | Amit Kapila |
| 2025-03-24 | Detect and Log multiple_unique_conflicts type conflict. | Amit Kapila |
| 2025-03-11 | Show index search count in EXPLAIN ANALYZE, take 2. | Peter Geoghegan |
| 2025-03-10 | Fix a few more redundant calls of GetLatestSnapshot() | Heikki Linnakangas |
| 2025-03-10 | Fix snapshot used in logical replication index lookup | Heikki Linnakangas |
| 2025-02-21 | Drop opcintype from index AM strategy translation API | Peter Eisentraut |
| 2025-02-03 | Integrate GistTranslateCompareType() into IndexAmTranslateCompareType() | Peter Eisentraut |
| 2025-02-01 | Rename GistTranslateStratnum() to GistTranslateCompareType() | Peter Eisentraut |
| 2025-01-15 | Change gist stratnum function to use CompareType | Peter Eisentraut |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-12-10 | Support for GiST in get_equal_strategy_number() | Peter Eisentraut |
| 2024-12-10 | Replace get_equal_strategy_number_for_am() by get_equal_strategy_number() | Peter Eisentraut |
| 2024-12-10 | Improve internal logical replication error for missing equality strategy | Peter Eisentraut |
| 2024-12-09 | Improve the error message introduced in commit 87ce27de696. | Amit Kapila |
| 2024-12-04 | Ensure stored generated columns must be published when required. | Amit Kapila |
| 2024-09-24 | For inplace update durability, make heap_update() callers wait. | Noah Misch |
| 2024-08-20 | Log the conflicts while applying changes in logical replication. | Amit Kapila |
| 2024-04-11 | Revert: Allow locking updated tuples in tuple_update() and tuple_delete() | Alexander Korotkov |
| 2024-04-11 | Revert: Let table AM insertion methods control index insertion | Alexander Korotkov |
| 2024-03-30 | Let table AM insertion methods control index insertion | Alexander Korotkov |
| 2024-03-25 | Allow locking updated tuples in tuple_update() and tuple_delete() | Alexander Korotkov |
| 2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-07-25 | Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables. | Masahiko Sawada |
| 2023-07-14 | Allow the use of a hash index on the subscriber during replication. | Amit Kapila |
| 2023-07-13 | Doc: clarify the conditions of usable indexes for REPLICA IDENTITY FULL tables. | Masahiko Sawada |
| 2023-03-25 | Add SysCacheGetAttrNotNull for guaranteed not-null attrs | Daniel Gustafsson |
| 2023-03-23 | Ignore generated columns during apply of update/delete. | Amit Kapila |
| 2023-03-21 | Ignore dropped columns during apply of update/delete. | Amit Kapila |
| 2023-03-20 | Ignore BRIN indexes when checking for HOT updates | Tomas Vondra |
| 2023-03-15 | Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber. | Amit Kapila |
| 2023-03-13 | Fix concurrent update issues with MERGE. | Dean Rasheed |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-08-16 | Fix replica identity check for a partitioned table. | Amit Kapila |
| 2022-04-13 | Remove extraneous blank lines before block-closing braces | Alvaro Herrera |
| 2022-04-07 | Revert "Logical decoding of sequences" | Tomas Vondra |
| 2022-03-28 | Add support for MERGE SQL command | Alvaro Herrera |
| 2022-03-26 | Allow specifying column lists for logical replication | Tomas Vondra |
| 2022-03-24 | Add decoding of sequences to built-in replication | Tomas Vondra |
| 2022-03-20 | Enforce foreign key correctly during cross-partition updates | Alvaro Herrera |
| 2022-03-08 | Improve comment in execReplication.c | Michael Paquier |
| 2022-02-22 | Allow specifying row filters for logical replication of tables. | Amit Kapila |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian |
| 2021-07-21 | More improvements of error messages about mismatching relkind | Peter Eisentraut |