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