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
/
backend
/
replication
Age
Commit message (
Expand
)
Author
2024-02-07
Clean-ups for 776621a5e4 and 7329240437.
Amit Kapila
2024-02-05
Enhance libpqrcv APIs to support slot synchronization.
Amit Kapila
2024-01-30
Add a failover option to subscriptions.
Amit Kapila
2024-01-29
Fix comments in ReplicationSlotAcquire().
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-23
Revert "libpqwalreceiver: Convert to libpq-be-fe-helpers.h"
Heikki Linnakangas
2024-01-22
Fix some typos
Michael Paquier
2024-01-19
Fix incorrect placeholder in walreceiver.c
Michael Paquier
2024-01-17
Fix description of DecodeInsert() in decode.c
Michael Paquier
2024-01-15
Avoid useless ReplicationOriginExitCleanup locking
Alvaro Herrera
2024-01-13
Fix memory leak in connection string validation.
Jeff Davis
2024-01-12
Re-validate connection string in libpqrcv_connect().
Jeff Davis
2024-01-11
Rework how logirep launchers are stopped during pg_upgrade
Michael Paquier
2024-01-08
Make dblink interruptible, via new libpqsrv APIs.
Noah Misch
2024-01-04
Add macros for looping through a List without a ListCell.
Nathan Bossart
2024-01-04
Track conflict_reason in pg_replication_slots.
Amit Kapila
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-27
Fix incorrect format placeholders
Peter Eisentraut
2023-12-21
Fix numerous typos in incremental backup commits.
Robert Haas
2023-12-20
Add support for incremental backup.
Robert Haas
2023-12-19
pgoutput: Raise an error for missing protocol version parameter.
Amit Kapila
2023-12-12
Fix typo in comment
Daniel Gustafsson
2023-12-11
Fix an undetected deadlock due to apply worker.
Amit Kapila
2023-12-05
Fix indentation
Daniel Gustafsson
2023-12-05
Fix incorrect error message for IDENTIFY_SYSTEM
Daniel Gustafsson
2023-12-03
Refactor CreateSharedMemoryAndSemaphores
Heikki Linnakangas
2023-11-30
Remove redundant setting of hashkey after insertion
John Naylor
2023-11-27
Avoid unconditionally filling in missing values with NULL in pgoutput.
Amit Kapila
2023-11-22
Fix the initial sync tables with no columns.
Amit Kapila
2023-11-22
Stop the search once the slot for replication origin is found.
Amit Kapila
2023-11-21
Simplify some logic in CreateReplicationSlot()
Michael Paquier
2023-11-21
Log messages for replication slot acquisition and release.
Amit Kapila
2023-11-15
Retire MemoryContextResetAndDeleteChildren() macro.
Nathan Bossart
2023-11-10
Prohibit max_slot_wal_keep_size to value other than -1 during upgrade.
Amit Kapila
2023-11-06
Make use of initReadOnlyStringInfo() in more places
David Rowley
2023-11-06
Remove distprep
Peter Eisentraut
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
Introduce the concept of read-only StringInfos
David Rowley
2023-10-26
Migrate logical slots to the new node during an upgrade.
Amit Kapila
2023-10-23
Remove unnecessary break in pg_logical_replication_slot_advance()
Michael Paquier
2023-10-19
During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.
Robert Haas
2023-10-18
Add flush option to pg_logical_emit_message()
Michael Paquier
2023-10-17
Restart the apply worker if the privileges have been revoked.
Amit Kapila
2023-10-03
Tidy-up some appendStringInfo*() usages
David Rowley
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-25
Add worker type to pg_stat_subscription.
Nathan Bossart
2023-09-20
Fix typos in pgoutput.c
Michael Paquier
[next]