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
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
2025-03-18
Use correct variable name in publicationcmds.c.
Amit Kapila
2025-03-13
Avoid invalidating all RelationSyncCache entries on publication rename.
Amit Kapila
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-01-28
Rename pubgencols_type to pubgencols in pg_publication.
Amit Kapila
2025-01-23
Change publication's publish_generated_columns option type to enum.
Amit Kapila
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-04
Ensure stored generated columns must be published when required.
Amit Kapila
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-07
Replicate generated columns when 'publish_generated_columns' is set.
Amit Kapila
2024-08-15
Improve ALTER PUBLICATION validation and error messages
David Rowley
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
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
[next]