aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/publicationcmds.c
Commit message (Expand)AuthorAge
* 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
* Refine rules for altering publication ownerPeter Eisentraut2017-03-22
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane2017-02-01
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-31
* Update copyright years in some recently added filesPeter Eisentraut2017-01-25
* Record dependencies on owners for logical replication objectsAlvaro Herrera2017-01-20
* Logical replicationPeter Eisentraut2017-01-20