summaryrefslogtreecommitdiff
path: root/src/test/subscription
AgeCommit message (Expand)Author
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
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-03Don't reset additional columns on subscriber to NULL on UPDATEPeter Eisentraut
2017-09-26Handle heap rewrites better in logical replicationPeter Eisentraut
2017-09-20Fix instability in subscription regression test.Tom Lane
2017-09-18Fix DROP SUBSCRIPTION hangPeter Eisentraut
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-08-07Fix local/remote attribute mix-up in logical replicationPeter Eisentraut
2017-06-23Fix replication with replica identity fullPeter Eisentraut
2017-06-06Fix ALTER SUBSCRIPTION grammar ambiguityPeter Eisentraut
2017-05-24Fix table syncing with different column orderPeter Eisentraut
2017-05-17Post-PG 10 beta1 pgperltidy runBruce Momjian
2017-05-12Rework the options syntax for logical replication commandsPeter Eisentraut
2017-05-11Rename WAL-related functions and views to use "lsn" not "location".Tom Lane
2017-05-09Remove the NODROP SLOT option from DROP SUBSCRIPTIONPeter Eisentraut
2017-04-28Wait between tablesync worker restartsPeter Eisentraut
2017-04-06Fix logical replication between different encodingsPeter Eisentraut