aboutsummaryrefslogtreecommitdiff
path: root/src/test/subscription
Commit message (Expand)AuthorAge
* Add prepare API support for streaming transactions in logical replication.Amit Kapila2021-08-04
* Fix test failure in 021_twophase.pl.Amit Kapila2021-08-02
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-29
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-14
* Pre branch pgindent / pgperltidy runAndrew Dunstan2021-06-28
* Handle no replica identity index case in RelationGetIdentityKeyBitmap.Amit Kapila2021-06-19
* Improve log pattern detection in recently-added TAP testsMichael Paquier2021-06-12
* Fix multiple crasher bugs in partitioned-table replication logic.Tom Lane2021-06-11
* pgoutput: Fix memory leak due to RelationSyncEntry.map.Amit Kapila2021-06-01
* Fix deadlock for multiple replicating truncates of the same table.Amit Kapila2021-05-21
* Fix 020_messages.pl test.Amit Kapila2021-05-19
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-07
* Fix Logical Replication of Truncate in synchronous commit mode.Amit Kapila2021-04-27
* Add more tests with triggers on partitions for logical replicationMichael Paquier2021-04-26
* Fix the tests added by commit ac4645c015.Amit Kapila2021-04-06
* Allow pgoutput to send logical decoding messages.Amit Kapila2021-04-06
* Remove the unnecessary PrepareWrite in pgoutput.Amit Kapila2021-02-16
* Allow multiple xacts during table sync in logical replication.Amit Kapila2021-02-12
* Fix error with CREATE PUBLICATION, wal_level=minimal, and new tables.Noah Misch2021-01-30
* Fix ALTER PUBLICATION...DROP TABLE behavior.Amit Kapila2021-01-25
* Update copyright for 2021Bruce Momjian2021-01-02
* Use HASH_BLOBS for xidhash.Noah Misch2020-12-12
* Fix query in new test to check tables are syncedAlvaro Herrera2020-10-15
* Restore replication protocol's duplicate command tagsAlvaro Herrera2020-10-14
* Add additional tests to test streaming of in-progress transactions.Amit Kapila2020-09-07
* Add support for streaming to built-in logical replication.Amit Kapila2020-09-03
* Empty search_path in logical replication apply worker and walsender.Noah Misch2020-08-10
* Fix construction of updated-columns bitmap in logical replication.Tom Lane2020-07-20
* Allow logical replication to transfer data in binary format.Tom Lane2020-07-18
* Fix assertion with relation using REPLICA IDENTITY FULL in subscriberMichael Paquier2020-05-16
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Allow publishing partition changes via ancestorsPeter Eisentraut2020-04-08
* Add logical replication support to replicate into partitioned tablesPeter Eisentraut2020-04-06
* Support adding partitioned tables to publicationPeter Eisentraut2020-03-10
* Remove incorrect assertion for INSERT in logical replication's publisherMichael Paquier2020-01-12
* Have logical replication subscriber fire column triggersPeter Eisentraut2020-01-06
* Update copyrights for 2020Bruce Momjian2020-01-01
* Add test coverage for "unchanged toast column" replication code path.Tom Lane2019-11-22
* Fix bogus tuple-slot management in logical replication UPDATE handling.Tom Lane2019-11-22
* Fix subscription testPeter Eisentraut2019-11-09
* Fix negative bitmapset member not allowed error in logical replicationPeter Eisentraut2019-11-09
* Initial pgperltidy run for v12.Tom Lane2019-05-22
* Fix handling of temp and unlogged tables in FOR ALL TABLES publicationsPeter Eisentraut2019-04-18
* Generated columnsPeter Eisentraut2019-03-30
* Make subscription collation test work independent of localePeter Eisentraut2019-03-22
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Remove another unnecessary application_name specification in testPeter Eisentraut2019-03-16
* Don't propagate PGAPPNAME through pg_ctl in testsPeter Eisentraut2019-03-16
* Fix a crash in logical replicationPeter Eisentraut2019-01-30