aboutsummaryrefslogtreecommitdiff
path: root/src/test/subscription
Commit message (Expand)AuthorAge
* 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
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-02
* Fix logical subscriber wait in test.Noah Misch2018-09-08
* Set ActiveSnapshot when logically replaying insertsAlvaro Herrera2018-07-30
* Make logical WAL sender report streaming state appropriatelyMichael Paquier2018-07-12
* Clarify the README files for the various separate TAP-based test suites.Tom Lane2018-06-19
* Document that subscription tests require hstorePeter Eisentraut2018-05-01
* perltidy: Add option --nooutdent-long-quotesPeter Eisentraut2018-04-27
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-25
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Fix timing issue in new subscription truncate testPeter Eisentraut2018-04-07
* Logical replication support for TRUNCATEPeter Eisentraut2018-04-07
* Fix incorrect copy/paste in commentMagnus Hagander2018-03-29
* Fix filtering of unsupported relations in logical replicationPeter Eisentraut2018-02-23
* Fix application of identity values in some casesPeter Eisentraut2018-02-02
* Add installcheck support to more test suitesPeter Eisentraut2018-01-23
* Refactor subscription tests to use PostgresNode's wait_for_catchupPeter Eisentraut2018-01-11
* Update copyright for 2018Bruce Momjian2018-01-02
* Don't reset additional columns on subscriber to NULL on UPDATEPeter Eisentraut2017-11-03
* Handle heap rewrites better in logical replicationPeter Eisentraut2017-09-26
* Fix instability in subscription regression test.Tom Lane2017-09-20
* Fix DROP SUBSCRIPTION hangPeter Eisentraut2017-09-17
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Fix local/remote attribute mix-up in logical replicationPeter Eisentraut2017-08-07
* Fix replication with replica identity fullPeter Eisentraut2017-06-23
* Fix ALTER SUBSCRIPTION grammar ambiguityPeter Eisentraut2017-06-05
* Fix table syncing with different column orderPeter Eisentraut2017-05-24
* Post-PG 10 beta1 pgperltidy runBruce Momjian2017-05-17
* Rework the options syntax for logical replication commandsPeter Eisentraut2017-05-12
* Rename WAL-related functions and views to use "lsn" not "location".Tom Lane2017-05-11
* Remove the NODROP SLOT option from DROP SUBSCRIPTIONPeter Eisentraut2017-05-09
* Wait between tablesync worker restartsPeter Eisentraut2017-04-28
* Fix logical replication between different encodingsPeter Eisentraut2017-04-06
* Logical replication support for initial data copyPeter Eisentraut2017-03-23