index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
publicationcmds.c
Age
Commit message (
Expand
)
Author
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-18
Add a SET option to the GRANT command.
Robert Haas
2022-11-13
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
Refactor ownercheck functions
Peter Eisentraut
2022-10-05
Rename shadowed local variables
David Rowley
2022-09-28
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-27
Improve some publication-related error messages
Alvaro Herrera
2022-09-24
Message style improvements
Peter Eisentraut
2022-09-23
Allow publications with schema and table of the same schema.
Amit Kapila
2022-09-22
Remove ALL keyword from TABLES IN SCHEMA for publication
Alvaro Herrera
2022-08-17
Avoid using list_length() to test for empty list.
Tom Lane
2022-07-20
Tweak detail and hint messages to be consistent with project policy
Michael Paquier
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-13
Release cache tuple when no longer needed
Alvaro Herrera
2022-04-09
Add missing serial commas
Peter Eisentraut
2022-04-07
Revert "Logical decoding of sequences"
Tomas Vondra
2022-03-26
Allow specifying column lists for logical replication
Tomas Vondra
2022-03-25
Minor improvements in sequence decoding code and docs
Tomas Vondra
2022-03-25
Remove some useless free calls.
Amit Kapila
2022-03-24
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-16
Fix publish_as_relid with multiple publications
Tomas Vondra
2022-02-22
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-01-25
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-08
Update copyright for 2022
Bruce Momjian
2022-01-03
Avoid using DefElemAction in AlterPublicationStmt
Alvaro Herrera
2021-12-30
Small cleanups related to PUBLICATION framework code
Alvaro Herrera
2021-12-08
Fix changing the ownership of ALL TABLES IN SCHEMA publication.
Amit Kapila
2021-11-09
Rename some enums to use TABLE instead of REL.
Amit Kapila
2021-10-27
Allow publishing the tables of schema.
Amit Kapila
2021-09-22
Invalidate all partitions for a partitioned table in publication.
Amit Kapila
2021-09-08
Invalidate relcache for publications defined for all tables.
Amit Kapila
2021-09-06
Add PublicationTable and PublicationRelInfo structs
Alvaro Herrera
2021-07-19
Use l*_node() family of functions where appropriate
Peter Eisentraut
2021-07-15
Improve reporting of "conflicting or redundant options" errors.
Dean Rasheed
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-06-09
Unify drop-by-OID functions
Peter Eisentraut
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-04-08
Allow publishing partition changes via ancestors
Peter Eisentraut
2020-03-10
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
Support adding partitioned tables to publication
Peter Eisentraut
2020-01-30
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-26
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-25
Rename files and headers related to index AM
Michael Paquier
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-07-12
Warn if wal_level is too low when creating a publication.
Thomas Munro
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-16
More message style fixes
Alvaro Herrera
[next]