Commits

Showing commits that first shipped in 15 (backpatches included). Clear

DateSubjectAuthorReleases
2022-02-25 Fix few values in pg_proc for pg_stat_get_replication_slot. Amit Kapila 15.0
2022-02-24 Fix one of the tests introduced in commit 52e4f0cd47. Amit Kapila 15.0
2022-02-22 Allow specifying row filters for logical replication of tables. Amit Kapila 15.0
2022-02-18 Fix a comment in worker.c. Amit Kapila 15.0
2022-02-14 WAL log unchanged toasted replica identity key attributes. Amit Kapila 15.0
2022-02-04 Improve invalidation handling in pgoutput.c. Amit Kapila 15.0
2022-01-17 Consistently use the function name CreateCheckPoint in code and comments. Amit Kapila 15.0
2022-01-11 Update docs of logical replication for commit 8d74fc96db. Amit Kapila 15.0
2022-01-11 Fix typo in rewriteheap.c. Amit Kapila 15.0
2021-12-23 Fix compilation error introduced by commit 8e1fae1938. Amit Kapila 15.0
2021-12-23 Move parallel vacuum code to vacuumparallel.c. Amit Kapila 15.0
2021-12-22 Move index vacuum routines to vacuum.c. Amit Kapila 15.0
2021-12-15 Improve parallel vacuum implementation. Amit Kapila 15.0
2021-12-09 Fix double publish of child table's data. Amit Kapila 15.0
2021-12-08 Fix origin timestamp during decoding of ROLLBACK PREPARED operation. Amit Kapila 15.0
2021-12-08 Fix changing the ownership of ALL TABLES IN SCHEMA publication. Amit Kapila 15.0
2021-12-08 De-duplicate the result of pg_publication_tables view. Amit Kapila 15.0
2021-12-01 Fix regression test failure caused by commit 8d74fc96db. Amit Kapila 15.0
2021-12-01 Doc: Add "Attach Partition" limitation during logical replication. Amit Kapila 15.0
2021-11-30 Add a view to show the stats of subscription workers. Amit Kapila 15.0
2021-11-24 Rename SnapBuild* macros in slot.c. Amit Kapila 15.0
2021-11-19 Fix parallel operations that prevent oldest xmin from advancing. Amit Kapila 15.0
2021-11-16 Invalidate relcache when changing REPLICA IDENTITY index. Amit Kapila 15.0
2021-11-09 Rename some enums to use TABLE instead of REL. Amit Kapila 15.0
2021-11-02 Move MarkCurrentTransactionIdLoggedIfAny() out of the critical section. Amit Kapila 15.0