aboutsummaryrefslogtreecommitdiff
path: root/src/include/replication
Commit message (Expand)AuthorAge
* Enhance libpqrcv APIs to support slot synchronization.Amit Kapila2024-02-05
* Allow setting failover property in the replication command.Amit Kapila2024-01-29
* Remove ReorderBufferTupleBuf structure.Masahiko Sawada2024-01-29
* Allow to enable failover property for replication slots via SQL API.Amit Kapila2024-01-25
* Update copyright for 2024Bruce Momjian2024-01-03
* Remove unnecessary include of <sys/socket.h>Peter Eisentraut2023-12-04
* Remove unnecessary includes of <signal.h>Peter Eisentraut2023-12-04
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Migrate logical slots to the new node during an upgrade.Amit Kapila2023-10-26
* Add flush option to pg_logical_emit_message()Michael Paquier2023-10-18
* Move tracking of in_streaming to PGOutputDataMichael Paquier2023-09-28
* Fix the misuse of origin filter across multiple pg_logical_slot_get_changes()...Amit Kapila2023-09-27
* Flush logical slots to disk during a shutdown checkpoint if required.Amit Kapila2023-09-14
* Rename logical_replication_mode to debug_logical_replication_streamingPeter Eisentraut2023-08-29
* Reset the logical worker type while cleaning up other worker info.Amit Kapila2023-08-25
* Simplify determining logical replication worker types.Amit Kapila2023-08-14
* Refactor to split Apply and Tablesync Workers code.Amit Kapila2023-08-03
* Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables.Masahiko Sawada2023-07-25
* Fix the display of UNKNOWN message type in apply worker.Amit Kapila2023-07-25
* Optimize walsender wake up logic using condition variablesAndres Freund2023-05-21
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix invalid memory access during the shutdown of the parallel apply worker.Amit Kapila2023-05-09
* Fix assertion failure in apply worker.Amit Kapila2023-05-03
* Fix some typos and some incorrectly duplicated wordsDavid Rowley2023-04-18
* Harmonize some more function parameter names.Peter Geoghegan2023-04-13
* For cascading replication, wake physical and logical walsenders separatelyAndres Freund2023-04-08
* Support invalidating replication slots due to horizon and wal_levelAndres Freund2023-04-07
* Replace replication slot's invalidated_at LSN with an enumAndres Freund2023-04-07
* Add new predefined role pg_create_subscription.Robert Haas2023-03-30
* Add macros for ReorderBufferTXN toptxn.Amit Kapila2023-03-17
* Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.Amit Kapila2023-03-15
* Fix the logical replication timeout during large DDLs.Amit Kapila2023-02-08
* Rename GUC logical_decoding_mode to logical_replication_mode.Amit Kapila2023-01-30
* Track logrep apply workers' last start times to avoid useless waits.Tom Lane2023-01-22
* Use dlists instead of SHM_QUEUE for syncrep queueAndres Freund2023-01-18
* Display the leader apply worker's PID for parallel apply workers.Amit Kapila2023-01-18
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-09
* Wake up a subscription's replication worker processes after DDL.Tom Lane2023-01-06
* Update copyright for 2023Bruce Momjian2023-01-02
* Add 'logical_decoding_mode' GUC.Amit Kapila2022-12-26
* Avoid unnecessary streaming of transactions during logical replication.Amit Kapila2022-12-08
* Fix incorrect output from pgoutput when using column lists.Amit Kapila2022-12-02
* Add doubly linked count list implementationDavid Rowley2022-11-02
* Add a common function to generate the origin name.Amit Kapila2022-10-11
* pgstat: Prevent stats reset from corrupting slotname by removing slotnameAndres Freund2022-10-08
* Remove unused xid parameter.Amit Kapila2022-09-26
* Harmonize more lexer function parameter names.Peter Geoghegan2022-09-22
* Harmonize lexer adjacent function parameter names.Peter Geoghegan2022-09-21
* Pass Size as a 2nd argument for snprintf() in tablesync.c.Amit Kapila2022-09-21
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-19