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
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add a SET option to the GRANT command.
Robert Haas
2022-11-18
*
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
*
Refactor ownercheck functions
Peter Eisentraut
2022-11-13
*
Rename shadowed local variables
David Rowley
2022-10-05
*
Change some errdetail() to errdetail_internal()
Alvaro Herrera
2022-09-28
*
Remove publicationcmds.c's expr_allowed_in_node as a function
Alvaro Herrera
2022-09-28
*
Improve some publication-related error messages
Alvaro Herrera
2022-09-27
*
Message style improvements
Peter Eisentraut
2022-09-24
*
Allow publications with schema and table of the same schema.
Amit Kapila
2022-09-23
*
Remove ALL keyword from TABLES IN SCHEMA for publication
Alvaro Herrera
2022-09-22
*
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-17
*
Tweak detail and hint messages to be consistent with project policy
Michael Paquier
2022-07-20
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Release cache tuple when no longer needed
Alvaro Herrera
2022-04-13
*
Add missing serial commas
Peter Eisentraut
2022-04-09
*
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
*
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
[next]