index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
replication
Age
Commit message (
Expand
)
Author
2024-07-24
Allow altering of two_phase option of a SUBSCRIPTION.
Amit Kapila
2024-07-11
Fix possibility of logical decoding partial transaction changes.
Masahiko Sawada
2024-07-01
Rename standby_slot_names to synchronized_standby_slots.
Amit Kapila
2024-04-25
Post-commit review fixes for slot synchronization.
Amit Kapila
2024-04-19
Remove unused function prototype
Daniel Gustafsson
2024-04-11
Replace binaryheap + index with pairingheap in reorderbuffer.c
Masahiko Sawada
2024-04-03
Ensure that the sync slots reach a consistent state after promotion without l...
Amit Kapila
2024-04-03
Improve eviction algorithm in ReorderBuffer using max-heap for many subtransa...
Masahiko Sawada
2024-03-27
Change last_inactive_time to inactive_since in pg_replication_slots.
Amit Kapila
2024-03-25
Track last_inactive_time in pg_replication_slots.
Amit Kapila
2024-03-22
Track invalidation_reason in pg_replication_slots.
Amit Kapila
2024-03-18
Refactor postmaster child process launching
Heikki Linnakangas
2024-03-08
Introduce a new GUC 'standby_slot_names'.
Amit Kapila
2024-03-04
Use MyBackendType in more places to check what process this is
Heikki Linnakangas
2024-02-22
Add a new slot sync worker to synchronize logical slots.
Amit Kapila
2024-02-21
Add lookup table for replication slot conflict reasons
Michael Paquier
2024-02-14
Add a slot synchronization function.
Amit Kapila
2024-02-05
Enhance libpqrcv APIs to support slot synchronization.
Amit Kapila
2024-01-29
Allow setting failover property in the replication command.
Amit Kapila
2024-01-29
Remove ReorderBufferTupleBuf structure.
Masahiko Sawada
2024-01-25
Allow to enable failover property for replication slots via SQL API.
Amit Kapila
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-04
Remove unnecessary include of <sys/socket.h>
Peter Eisentraut
2023-12-04
Remove unnecessary includes of <signal.h>
Peter Eisentraut
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
Migrate logical slots to the new node during an upgrade.
Amit Kapila
2023-10-18
Add flush option to pg_logical_emit_message()
Michael Paquier
2023-09-28
Move tracking of in_streaming to PGOutputData
Michael Paquier
2023-09-27
Fix the misuse of origin filter across multiple pg_logical_slot_get_changes()...
Amit Kapila
2023-09-14
Flush logical slots to disk during a shutdown checkpoint if required.
Amit Kapila
2023-08-29
Rename logical_replication_mode to debug_logical_replication_streaming
Peter Eisentraut
2023-08-25
Reset the logical worker type while cleaning up other worker info.
Amit Kapila
2023-08-14
Simplify determining logical replication worker types.
Amit Kapila
2023-08-03
Refactor to split Apply and Tablesync Workers code.
Amit Kapila
2023-07-25
Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables.
Masahiko Sawada
2023-07-25
Fix the display of UNKNOWN message type in apply worker.
Amit Kapila
2023-05-21
Optimize walsender wake up logic using condition variables
Andres Freund
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-09
Fix invalid memory access during the shutdown of the parallel apply worker.
Amit Kapila
2023-05-03
Fix assertion failure in apply worker.
Amit Kapila
2023-04-18
Fix some typos and some incorrectly duplicated words
David Rowley
2023-04-13
Harmonize some more function parameter names.
Peter Geoghegan
2023-04-08
For cascading replication, wake physical and logical walsenders separately
Andres Freund
2023-04-08
Support invalidating replication slots due to horizon and wal_level
Andres Freund
2023-04-08
Replace replication slot's invalidated_at LSN with an enum
Andres Freund
2023-03-30
Add new predefined role pg_create_subscription.
Robert Haas
2023-03-17
Add macros for ReorderBufferTXN toptxn.
Amit Kapila
2023-03-15
Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.
Amit Kapila
2023-02-08
Fix the logical replication timeout during large DDLs.
Amit Kapila
2023-01-30
Rename GUC logical_decoding_mode to logical_replication_mode.
Amit Kapila
[next]