summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_publication.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-191-1/+1
* Move common catalog cache access routines to lsyscache.cAmit Kapila2022-08-021-3/+0
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-2/+2
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-071-22/+5
* Allow specifying column lists for logical replicationTomas Vondra2022-03-261-0/+12
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-241-5/+21
* Fix publish_as_relid with multiple publicationsTomas Vondra2022-03-161-1/+2
* Allow specifying row filters for logical replication of tables.Amit Kapila2022-02-221-2/+16
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Fix changing the ownership of ALL TABLES IN SCHEMA publication.Amit Kapila2021-12-081-0/+1
* Allow publishing the tables of schema.Amit Kapila2021-10-271-0/+8
* Invalidate all partitions for a partitioned table in publication.Amit Kapila2021-09-221-0/+3
* Add PublicationTable and PublicationRelInfo structsAlvaro Herrera2021-09-061-1/+6
* Add index OID macro argument to DECLARE_INDEXPeter Eisentraut2021-06-291-4/+2
* Build in some knowledge about foreign-key relationships in the catalogs.Tom Lane2021-02-021-1/+1
* Add primary keys and unique constraints to system catalogsPeter Eisentraut2021-01-301-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Move catalog index declarationsPeter Eisentraut2020-11-071-0/+5
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-1/+1
* Allow publishing partition changes via ancestorsPeter Eisentraut2020-04-081-1/+4
* Support adding partitioned tables to publicationPeter Eisentraut2020-03-101-1/+18
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent.Amit Kapila2019-11-251-2/+1
* Remove redundant prototypes for SQL callable functions.Andres Freund2019-08-161-1/+0
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-0/+2
* Refactor routines for subscription and publication lookupsMichael Paquier2018-09-181-1/+1
* Improve consistency of comments in system catalog headers.Tom Lane2018-04-191-1/+1
* Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane2018-04-081-0/+1
* Replace our traditional initial-catalog-data format with a better design.Tom Lane2018-04-081-20/+4
* Logical replication support for TRUNCATEPeter Eisentraut2018-04-071-1/+6
* Fix filtering of unsupported relations in logical replicationPeter Eisentraut2018-02-231-0/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-12/+12
* Update copyright years in some recently added filesPeter Eisentraut2017-01-251-2/+2
* Logical replicationPeter Eisentraut2017-01-201-0/+104