summaryrefslogtreecommitdiff
path: root/src/test/subscription
AgeCommit message (Expand)Author
2021-02-16Remove the unnecessary PrepareWrite in pgoutput.Amit Kapila
2021-02-12Allow multiple xacts during table sync in logical replication.Amit Kapila
2021-01-30Fix error with CREATE PUBLICATION, wal_level=minimal, and new tables.Noah Misch
2021-01-25Fix ALTER PUBLICATION...DROP TABLE behavior.Amit Kapila
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-13Use HASH_BLOBS for xidhash.Noah Misch
2020-10-15Fix query in new test to check tables are syncedAlvaro Herrera
2020-10-14Restore replication protocol's duplicate command tagsAlvaro Herrera
2020-09-07Add additional tests to test streaming of in-progress transactions.Amit Kapila
2020-09-03Add support for streaming to built-in logical replication.Amit Kapila
2020-08-10Empty search_path in logical replication apply worker and walsender.Noah Misch
2020-07-20Fix construction of updated-columns bitmap in logical replication.Tom Lane
2020-07-18Allow logical replication to transfer data in binary format.Tom Lane
2020-05-16Fix assertion with relation using REPLICA IDENTITY FULL in subscriberMichael Paquier
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-08Allow publishing partition changes via ancestorsPeter Eisentraut
2020-04-06Add logical replication support to replicate into partitioned tablesPeter Eisentraut
2020-03-10Support adding partitioned tables to publicationPeter Eisentraut
2020-01-12Remove incorrect assertion for INSERT in logical replication's publisherMichael Paquier
2020-01-06Have logical replication subscriber fire column triggersPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-22Add test coverage for "unchanged toast column" replication code path.Tom Lane
2019-11-22Fix bogus tuple-slot management in logical replication UPDATE handling.Tom Lane
2019-11-09Fix subscription testPeter Eisentraut
2019-11-09Fix negative bitmapset member not allowed error in logical replicationPeter Eisentraut
2019-05-22Initial pgperltidy run for v12.Tom Lane
2019-04-18Fix handling of temp and unlogged tables in FOR ALL TABLES publicationsPeter Eisentraut
2019-03-30Generated columnsPeter Eisentraut
2019-03-22Make subscription collation test work independent of localePeter Eisentraut
2019-03-22Collations with nondeterministic comparisonPeter Eisentraut
2019-03-16Remove another unnecessary application_name specification in testPeter Eisentraut
2019-03-16Don't propagate PGAPPNAME through pg_ctl in testsPeter Eisentraut
2019-01-30Fix a crash in logical replicationPeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-02Fix spelling errors and typos in commentsMagnus Hagander
2018-09-08Fix logical subscriber wait in test.Noah Misch
2018-07-30Set ActiveSnapshot when logically replaying insertsAlvaro Herrera
2018-07-12Make logical WAL sender report streaming state appropriatelyMichael Paquier
2018-06-19Clarify the README files for the various separate TAP-based test suites.Tom Lane
2018-05-01Document that subscription tests require hstorePeter Eisentraut
2018-04-27perltidy: Add option --nooutdent-long-quotesPeter Eisentraut
2018-04-25Reindent Perl files with perltidy version 20170521.Tom Lane
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-04-07Fix timing issue in new subscription truncate testPeter Eisentraut
2018-04-07Logical replication support for TRUNCATEPeter Eisentraut
2018-03-29Fix incorrect copy/paste in commentMagnus Hagander
2018-02-24Fix filtering of unsupported relations in logical replicationPeter Eisentraut
2018-02-02Fix application of identity values in some casesPeter Eisentraut
2018-01-23Add installcheck support to more test suitesPeter Eisentraut
2018-01-11Refactor subscription tests to use PostgresNode's wait_for_catchupPeter Eisentraut