Commits

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

DateSubjectAuthorReleases
2021-03-23 Fix dangling pointer reference in stream_cleanup_files. Amit Kapila 14.0
2021-03-18 Doc: Update description for parallel insert reloption. Amit Kapila 14.0
2021-03-18 Add a new GUC and a reloption to enable inserts in parallel-mode. Amit Kapila 14.0
2021-03-17 Fix race condition in drop subscription's handling of tablesync slots. Amit Kapila 14.0
2021-03-17 Doc: Add a description of substream in pg_subscription. Amit Kapila 14.0
2021-03-13 Improve FK trigger parallel-safety check added by 05c8482f7f. Amit Kapila 14.0
2021-03-12 Fix size overflow in calculation introduced by commits d6ad34f3 and bea449c6. Amit Kapila 14.0
2021-03-12 Fix use of relcache TriggerDesc field introduced by commit 05c8482f7f. Amit Kapila 14.0
2021-03-10 Fix valgrind issue in commit 05c8482f7f. Amit Kapila 14.0
2021-03-10 Enable parallel SELECT for "INSERT INTO ... SELECT ...". Amit Kapila 14.0
2021-03-08 Track replication origin progress for rollbacks. Amit Kapila 14.0
2021-03-03 Clarify the usage of max_replication_slots on the subscriber side. Amit Kapila 14.0
2021-03-03 Add option to enable two_phase commits via pg_create_logical_replication_slot. Amit Kapila 14.0
2021-03-01 Avoid repeated decoding of prepared transactions after a restart. Amit Kapila 14.0
2021-03-01 Update docs of logical replication for commit ce0fdbfe97. Amit Kapila 14.0
2021-03-01 Update the docs and comments for decoding of prepared xacts. Amit Kapila 14.0
2021-02-25 Fix relcache reference leak introduced by ce0fdbfe97. Amit Kapila 14.0
2021-02-23 Fix an oversight in ReorderBufferFinishPrepared. Amit Kapila 14.0
2021-02-23 Change the error message for logical replication authentication failure. Amit Kapila 14.0
2021-02-16 Remove the unnecessary PrepareWrite in pgoutput. Amit Kapila 14.0
2021-02-15 Fix the warnings introduced in commit ce0fdbfe97. Amit Kapila 14.0
2021-02-12 Fix Subscription test added by commit ce0fdbfe97. Amit Kapila 14.0
2021-02-12 Allow multiple xacts during table sync in logical replication. Amit Kapila 14.0
2021-02-10 Make pg_replication_origin_drop safe against concurrent drops. Amit Kapila 14.0
2021-01-25 Fix ALTER PUBLICATION...DROP TABLE behavior. Amit Kapila 14.0