summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/message.c
AgeCommit message (Expand)Author
2025-02-13Remove unnecessary (char *) casts [xlog]Peter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-09-03Add const qualifiers to XLogRegister*() functionsPeter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-18Add flush option to pg_logical_emit_message()Michael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-01-30Remove xloginsert.h from xlog.hAlvaro Herrera
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-07Move catalog index declarationsPeter Eisentraut
2020-09-10Print WAL logical message contents in pg_waldumpAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-02-13More unconstify usePeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2017-04-26Spelling fixes in code commentsPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-22Skip checkpoints, archiving on idle systems.Andres Freund
2016-06-09pgindent run for 9.6Robert Haas
2016-04-14Add required database and origin filtering for logical messages.Andres Freund
2016-04-06Generic Messages for Logical DecodingSimon Riggs