aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/logical.c
Commit message (Expand)AuthorAge
* Message style improvementsPeter Eisentraut2024-08-29
* Fix possibility of logical decoding partial transaction changes.Masahiko Sawada2024-07-11
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Ensure that the sync slots reach a consistent state after promotion without l...Amit Kapila2024-04-03
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Add a slot synchronization function.Amit Kapila2024-02-14
* Update copyright for 2024Bruce Momjian2024-01-03
* Migrate logical slots to the new node during an upgrade.Amit Kapila2023-10-26
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Improve error messages introduced in be87200efd9 and 0fdab27ad68Andres Freund2023-04-12
* Allow logical decoding on standbysAndres Freund2023-04-08
* Support invalidating replication slots due to horizon and wal_levelAndres Freund2023-04-07
* Prevent use of invalidated logical slot in CreateDecodingContext()Andres Freund2023-04-07
* Fix the logical replication timeout during large DDLs.Amit Kapila2023-02-08
* Acquire spinlock when updating 2PC slot data during logical decoding creationMichael Paquier2023-01-12
* Update copyright for 2023Bruce Momjian2023-01-02
* Fix the logical replication timeout during large transactions.Amit Kapila2022-05-11
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-07
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* pgstat: revise replication slot API in preparation for shared memory stats.Andres Freund2022-04-06
* Skip empty transactions for logical replication.Amit Kapila2022-03-30
* Logical decoding of sequencesTomas Vondra2022-02-10
* Update copyright for 2022Bruce Momjian2022-01-07
* Be more specific about OOM in XLogReaderAllocateAlvaro Herrera2021-11-22
* Improve error messages for some callers of XLogReadRecord()Michael Paquier2021-11-10
* Log new catalog xmin candidate in LogicalIncreaseXminForSlot().Amit Kapila2021-09-07
* Improve documentation for START_REPLICATION ... LOGICAL.Jeff Davis2021-07-30
* Clarify some comments making use of leetspeak term "up2date"Michael Paquier2021-07-28
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-14
* Error message refactoringPeter Eisentraut2021-06-27
* Revert recovery prefetching feature.Thomas Munro2021-05-10
* Use HTAB for replication slot statistics.Amit Kapila2021-04-27
* Add information of total data processed to replication slot stats.Amit Kapila2021-04-16
* Use NameData datatype for slotname in stats.Amit Kapila2021-04-14
* Remove read_page callback from XLogReader.Thomas Munro2021-04-08
* Add a xid argument to the filter_prepare callback for output plugins.Amit Kapila2021-03-30
* Add option to enable two_phase commits via pg_create_logical_replication_slot.Amit Kapila2021-03-03
* Avoid repeated decoding of prepared transactions after a restart.Amit Kapila2021-03-01
* Simplify printing of LSNsPeter Eisentraut2021-02-23
* Fix typos in decode.c and logical.c.Amit Kapila2021-01-06
* Allow decoding at prepare time in ReorderBuffer.Amit Kapila2021-01-04
* Update copyright for 2021Bruce Momjian2021-01-02
* Extend the output plugin API to allow decoding of prepared xacts.Amit Kapila2020-12-30
* Restore lock level to update statusFlagsAlvaro Herrera2020-11-26
* Relax lock level for setting PGPROC->statusFlagsAlvaro Herrera2020-11-18
* Rename PGPROC->vacuumFlags to statusFlagsAlvaro Herrera2020-11-16
* Track statistics for streaming of changes from ReorderBuffer.Amit Kapila2020-10-29
* Fix typos in logical.c and reorderbuffer.c.Amit Kapila2020-10-09
* Track statistics for spilling of changes from ReorderBuffer.Amit Kapila2020-10-08
* snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.Andres Freund2020-08-14