summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/logical.c
AgeCommit message (Expand)Author
11 daysStandardize LSN formatting by zero paddingÁlvaro Herrera
2025-06-14Add TAP tests to check replication slot advance during the checkpointAlexander Korotkov
2025-05-19Don't retreat slot's confirmed_flush LSN.Amit Kapila
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
2025-01-31Raise an error while trying to acquire an invalid slot.Amit Kapila
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-11-16Fix a possibility of logical replication slot's restart_lsn going backwards.Masahiko Sawada
2024-08-29Message style improvementsPeter Eisentraut
2024-07-11Fix possibility of logical decoding partial transaction changes.Masahiko Sawada
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-04-03Ensure that the sync slots reach a consistent state after promotion without l...Amit Kapila
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-02-14Add a slot synchronization function.Amit Kapila
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Migrate logical slots to the new node during an upgrade.Amit Kapila
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-12Improve error messages introduced in be87200efd9 and 0fdab27ad68Andres Freund
2023-04-08Allow logical decoding on standbysAndres Freund
2023-04-08Support invalidating replication slots due to horizon and wal_levelAndres Freund
2023-04-08Prevent use of invalidated logical slot in CreateDecodingContext()Andres Freund
2023-02-08Fix the logical replication timeout during large DDLs.Amit Kapila
2023-01-12Acquire spinlock when updating 2PC slot data during logical decoding creationMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-05-11Fix the logical replication timeout during large transactions.Amit Kapila
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-04-07pgstat: revise replication slot API in preparation for shared memory stats.Andres Freund
2022-03-30Skip empty transactions for logical replication.Amit Kapila
2022-02-10Logical decoding of sequencesTomas Vondra
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-22Be more specific about OOM in XLogReaderAllocateAlvaro Herrera
2021-11-10Improve error messages for some callers of XLogReadRecord()Michael Paquier
2021-09-07Log new catalog xmin candidate in LogicalIncreaseXminForSlot().Amit Kapila
2021-07-30Improve documentation for START_REPLICATION ... LOGICAL.Jeff Davis
2021-07-28Clarify some comments making use of leetspeak term "up2date"Michael Paquier
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-06-27Error message refactoringPeter Eisentraut
2021-05-10Revert recovery prefetching feature.Thomas Munro
2021-04-27Use HTAB for replication slot statistics.Amit Kapila
2021-04-16Add information of total data processed to replication slot stats.Amit Kapila
2021-04-14Use NameData datatype for slotname in stats.Amit Kapila
2021-04-08Remove read_page callback from XLogReader.Thomas Munro
2021-03-30Add a xid argument to the filter_prepare callback for output plugins.Amit Kapila
2021-03-03Add option to enable two_phase commits via pg_create_logical_replication_slot.Amit Kapila
2021-03-01Avoid repeated decoding of prepared transactions after a restart.Amit Kapila
2021-02-23Simplify printing of LSNsPeter Eisentraut
2021-01-06Fix typos in decode.c and logical.c.Amit Kapila
2021-01-04Allow decoding at prepare time in ReorderBuffer.Amit Kapila
2021-01-02Update copyright for 2021Bruce Momjian