index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
publicationcmds.c
Commit message (
Expand
)
Author
Age
*
Allow specifying column lists for logical replication
Tomas Vondra
2022-03-26
*
Minor improvements in sequence decoding code and docs
Tomas Vondra
2022-03-25
*
Remove some useless free calls.
Amit Kapila
2022-03-25
*
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-24
*
Fix publish_as_relid with multiple publications
Tomas Vondra
2022-03-16
*
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-02-22
*
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-25
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Avoid using DefElemAction in AlterPublicationStmt
Alvaro Herrera
2022-01-03
*
Small cleanups related to PUBLICATION framework code
Alvaro Herrera
2021-12-30
*
Fix changing the ownership of ALL TABLES IN SCHEMA publication.
Amit Kapila
2021-12-08
*
Rename some enums to use TABLE instead of REL.
Amit Kapila
2021-11-09
*
Allow publishing the tables of schema.
Amit Kapila
2021-10-27
*
Invalidate all partitions for a partitioned table in publication.
Amit Kapila
2021-09-22
*
Invalidate relcache for publications defined for all tables.
Amit Kapila
2021-09-08
*
Add PublicationTable and PublicationRelInfo structs
Alvaro Herrera
2021-09-06
*
Use l*_node() family of functions where appropriate
Peter Eisentraut
2021-07-19
*
Improve reporting of "conflicting or redundant options" errors.
Dean Rasheed
2021-07-15
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Unify drop-by-OID functions
Peter Eisentraut
2020-06-09
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Allow publishing partition changes via ancestors
Peter Eisentraut
2020-04-08
*
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
*
Support adding partitioned tables to publication
Peter Eisentraut
2020-03-10
*
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-30
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Warn if wal_level is too low when creating a publication.
Thomas Munro
2019-07-13
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
More message style fixes
Alvaro Herrera
2019-05-16
*
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-11
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Clean up sloppy coding in publicationcmds.c's OpenTableList().
Tom Lane
2018-12-07
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-08
*
Logical replication support for TRUNCATE
Peter Eisentraut
2018-04-07
*
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-05-16
*
Rework the options syntax for logical replication commands
Peter Eisentraut
2017-05-12
*
Fix typo in comment
Magnus Hagander
2017-04-07
*
Fix grammar in comment
Magnus Hagander
2017-03-23
[next]