summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-26Add 'logical_decoding_mode' GUC.Amit Kapila
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-08Avoid unnecessary streaming of transactions during logical replication.Amit Kapila
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-12-02Generalize ri_RootToPartitionMap to use for non-partition childrenAlvaro Herrera
2022-12-02Fix incorrect output from pgoutput when using column lists.Amit Kapila
2022-11-29Add 'missing_ok' argument to build_attrmap_by_nameAlvaro Herrera
2022-11-28Fix comment in snapbuild.cMichael Paquier
2022-11-22Improve comments atop pg_get_replication_slots.Amit Kapila
2022-11-22Ignore invalidated slots while computing oldest catalog XminAlvaro Herrera
2022-11-21Add additional checks while creating the initial decoding snapshot.Amit Kapila
2022-11-17Fix typos in commentsDaniel Gustafsson
2022-11-16Fix slowdown in TAP tests due to recent walreceiver change.Thomas Munro
2022-11-10Fix comments atop ReorderBufferAddInvalidations.Amit Kapila
2022-11-08Suppress useless wakeups in walreceiver.Thomas Munro
2022-11-02Defend against unsupported partition relkind in logical replication worker.Tom Lane
2022-11-02Add doubly linked count list implementationDavid Rowley
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-10-25Clean up some GUC declarations and commentsMichael Paquier
2022-10-21Add CHECK_FOR_INTERRUPTS while restoring changes during decoding.Amit Kapila
2022-10-20Fix assertion failures while processing NEW_CID record in logical decoding.Amit Kapila
2022-10-19Fix typos in logical/launcher.cMichael Paquier
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-10-14Store GUC data in a memory context, instead of using malloc().Tom Lane
2022-10-12doc: Fix description of replication command CREATE_REPLICATION_SLOTMichael Paquier
2022-10-11Add a common function to generate the origin name.Amit Kapila
2022-10-08pgstat: Prevent stats reset from corrupting slotname by removing slotnameAndres Freund
2022-10-05meson: Add windows resource filesAndres Freund
2022-10-05Rename shadowed local variablesDavid Rowley
2022-09-30Fix tab-completion after commit 790bf615ddbaAlvaro Herrera
2022-09-29Improve wording of log messages triggered by max_slot_wal_keep_size.Tom Lane
2022-09-29Restore pg_pread and friends.Thomas Munro
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-26Remove unused xid parameter.Amit Kapila
2022-09-24Message style improvementsPeter Eisentraut
2022-09-23Allow publications with schema and table of the same schema.Amit Kapila
2022-09-22Remove ALL keyword from TABLES IN SCHEMA for publicationAlvaro Herrera
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-21Pass Size as a 2nd argument for snprintf() in tablesync.c.Amit Kapila
2022-09-21Improve some error messages.Amit Kapila
2022-09-20Fix incorrect variable types for origin IDs in decode.cMichael Paquier
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-09-19Fix typos.Amit Kapila
2022-09-18Harmonize reorderbuffer parameter names.Peter Geoghegan
2022-09-14Use the terminology "WAL file" not "log file" more consistently.Tom Lane
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-09-12Make the tablesync worker's replication origin drop logic robust.Amit Kapila
2022-09-09Bump minimum version of Bison to 2.3John Naylor