index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
logical
/
logical.c
Age
Commit message (
Expand
)
Author
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-03
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-07
Support invalidating replication slots due to horizon and wal_level
Andres Freund
2023-04-07
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-06
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
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-07
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
2020-12-30
Extend the output plugin API to allow decoding of prepared xacts.
Amit Kapila
2020-11-26
Restore lock level to update statusFlags
Alvaro Herrera
2020-11-18
Relax lock level for setting PGPROC->statusFlags
Alvaro Herrera
2020-11-16
Rename PGPROC->vacuumFlags to statusFlags
Alvaro Herrera
2020-10-29
Track statistics for streaming of changes from ReorderBuffer.
Amit Kapila
2020-10-09
Fix typos in logical.c and reorderbuffer.c.
Amit Kapila
2020-10-08
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2020-08-14
snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.
Andres Freund
[next]