aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/publicationcmds.c
Commit message (Expand)AuthorAge
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Add a SET option to the GRANT command.Robert Haas2022-11-18
* Refactor aclcheck functionsPeter Eisentraut2022-11-13
* Refactor ownercheck functionsPeter Eisentraut2022-11-13
* Rename shadowed local variablesDavid Rowley2022-10-05
* Change some errdetail() to errdetail_internal()Alvaro Herrera2022-09-28
* Remove publicationcmds.c's expr_allowed_in_node as a functionAlvaro Herrera2022-09-28
* Improve some publication-related error messagesAlvaro Herrera2022-09-27
* Message style improvementsPeter Eisentraut2022-09-24
* Allow publications with schema and table of the same schema.Amit Kapila2022-09-23
* Remove ALL keyword from TABLES IN SCHEMA for publicationAlvaro Herrera2022-09-22
* Avoid using list_length() to test for empty list.Tom Lane2022-08-17
* Tweak detail and hint messages to be consistent with project policyMichael Paquier2022-07-20
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Release cache tuple when no longer neededAlvaro Herrera2022-04-13
* Add missing serial commasPeter Eisentraut2022-04-09
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-07
* 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