summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/publication.sql
Commit message (Expand)AuthorAgeFilesLines
* Allow publications with schema and table of the same schema.Amit Kapila2022-09-231-5/+39
* Remove ALL keyword from TABLES IN SCHEMA for publicationAlvaro Herrera2022-09-221-52/+52
* Fix replica identity check for a partitioned table.Amit Kapila2022-08-161-0/+2
* Release cache tuple when no longer neededAlvaro Herrera2022-04-131-0/+8
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-071-241/+1
* Allow specifying column lists for logical replicationTomas Vondra2022-03-261-0/+287
* Handle sequences in preprocess_pubobj_listTomas Vondra2022-03-251-0/+16
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-241-1/+225
* Add some additional tests for row filters in logical replication.Amit Kapila2022-03-041-0/+3
* Allow specifying row filters for logical replication of tables.Amit Kapila2022-02-221-0/+236
* Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING INDEX.Tom Lane2022-01-221-0/+13
* Fix double publish of child table's data.Amit Kapila2021-12-091-0/+4
* Fix changing the ownership of ALL TABLES IN SCHEMA publication.Amit Kapila2021-12-081-0/+15
* De-duplicate the result of pg_publication_tables view.Amit Kapila2021-12-081-0/+4
* Improve publication error messagesDaniel Gustafsson2021-11-171-0/+14
* Allow publishing the tables of schema.Amit Kapila2021-10-271-2/+279
* Invalidate all partitions for a partitioned table in publication.Amit Kapila2021-09-221-2/+9
* Invalidate relcache for publications defined for all tables.Amit Kapila2021-09-081-0/+14
* Allow publishing partition changes via ancestorsPeter Eisentraut2020-04-081-0/+3
* Support adding partitioned tables to publicationPeter Eisentraut2020-03-101-2/+21
* Warn if wal_level is too low when creating a publication.Thomas Munro2019-07-131-0/+13
* psql: Improve display of "for all tables" publicationsPeter Eisentraut2017-06-151-0/+1
* Rework the options syntax for logical replication commandsPeter Eisentraut2017-05-121-5/+9
* Modify message when partitioned table is added to publicationPeter Eisentraut2017-04-201-0/+4
* Document that ONLY can be specified in publication commandsPeter Eisentraut2017-04-171-0/+10
* Add COMMENT and SECURITY LABEL support for publications and subscriptionsPeter Eisentraut2017-03-241-0/+3
* Refine rules for altering publication ownerPeter Eisentraut2017-03-221-0/+4
* Simplify publication/subscription tests a bitPeter Eisentraut2017-03-151-1/+4
* Fix typoPeter Eisentraut2017-03-151-1/+1
* Add more documentation and tests for publicationsPeter Eisentraut2017-03-151-1/+23
* Fix segfault in ALTER PUBLICATION/SUBSCRIPTION RENAMEPeter Eisentraut2017-03-071-0/+7
* Add RENAME support for PUBLICATIONs and SUBSCRIPTIONsPeter Eisentraut2017-03-031-1/+5
* Paper over pg_upgrade test failurePeter Eisentraut2017-01-201-0/+1
* Logical replicationPeter Eisentraut2017-01-201-0/+82