aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/publicationcmds.c
Commit message (Expand)AuthorAge
* Allow specifying column lists for logical replicationTomas Vondra2022-03-26
* Minor improvements in sequence decoding code and docsTomas Vondra2022-03-25
* Remove some useless free calls.Amit Kapila2022-03-25
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-24
* Fix publish_as_relid with multiple publicationsTomas Vondra2022-03-16
* Allow specifying row filters for logical replication of tables.Amit Kapila2022-02-22
* Fix various typos, grammar and code style in comments and docsMichael Paquier2022-01-25
* Update copyright for 2022Bruce Momjian2022-01-07
* Avoid using DefElemAction in AlterPublicationStmtAlvaro Herrera2022-01-03
* Small cleanups related to PUBLICATION framework codeAlvaro Herrera2021-12-30
* Fix changing the ownership of ALL TABLES IN SCHEMA publication.Amit Kapila2021-12-08
* Rename some enums to use TABLE instead of REL.Amit Kapila2021-11-09
* Allow publishing the tables of schema.Amit Kapila2021-10-27
* Invalidate all partitions for a partitioned table in publication.Amit Kapila2021-09-22
* Invalidate relcache for publications defined for all tables.Amit Kapila2021-09-08
* Add PublicationTable and PublicationRelInfo structsAlvaro Herrera2021-09-06
* Use l*_node() family of functions where appropriatePeter Eisentraut2021-07-19
* Improve reporting of "conflicting or redundant options" errors.Dean Rasheed2021-07-15
* Update copyright for 2021Bruce Momjian2021-01-02
* Unify drop-by-OID functionsPeter Eisentraut2020-06-09
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Allow publishing partition changes via ancestorsPeter Eisentraut2020-04-08
* Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut2020-03-10
* Support adding partitioned tables to publicationPeter Eisentraut2020-03-10
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-30
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Warn if wal_level is too low when creating a publication.Thomas Munro2019-07-13
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* More message style fixesAlvaro Herrera2019-05-16
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-11
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Clean up sloppy coding in publicationcmds.c's OpenTableList().Tom Lane2018-12-07
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane2018-04-08
* Logical replication support for TRUNCATEPeter Eisentraut2018-04-07
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Message style fixesPeter Eisentraut2017-09-11
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Preventive maintenance in advance of pgindent run.Tom Lane2017-05-16
* Rework the options syntax for logical replication commandsPeter Eisentraut2017-05-12
* Fix typo in commentMagnus Hagander2017-04-07
* Fix grammar in commentMagnus Hagander2017-03-23