index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
logical
/
logical.c
Commit message (
Expand
)
Author
Age
*
Message style improvements
Peter Eisentraut
2024-08-29
*
Fix possibility of logical decoding partial transaction changes.
Masahiko Sawada
2024-07-11
*
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-17
*
Ensure that the sync slots reach a consistent state after promotion without l...
Amit Kapila
2024-04-03
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Add a slot synchronization function.
Amit Kapila
2024-02-14
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Migrate logical slots to the new node during an upgrade.
Amit Kapila
2023-10-26
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Improve error messages introduced in be87200efd9 and 0fdab27ad68
Andres Freund
2023-04-12
*
Allow logical decoding on standbys
Andres Freund
2023-04-08
*
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-04-07
*
Fix the logical replication timeout during large DDLs.
Amit Kapila
2023-02-08
*
Acquire spinlock when updating 2PC slot data during logical decoding creation
Michael Paquier
2023-01-12
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Fix the logical replication timeout during large transactions.
Amit Kapila
2022-05-11
*
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
*
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-04-06
*
Skip empty transactions for logical replication.
Amit Kapila
2022-03-30
*
Logical decoding of sequences
Tomas Vondra
2022-02-10
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Be more specific about OOM in XLogReaderAllocate
Alvaro Herrera
2021-11-22
*
Improve error messages for some callers of XLogReadRecord()
Michael Paquier
2021-11-10
*
Log new catalog xmin candidate in LogicalIncreaseXminForSlot().
Amit Kapila
2021-09-07
*
Improve documentation for START_REPLICATION ... LOGICAL.
Jeff Davis
2021-07-30
*
Clarify some comments making use of leetspeak term "up2date"
Michael Paquier
2021-07-28
*
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-07-14
*
Error message refactoring
Peter Eisentraut
2021-06-27
*
Revert recovery prefetching feature.
Thomas Munro
2021-05-10
*
Use HTAB for replication slot statistics.
Amit Kapila
2021-04-27
*
Add information of total data processed to replication slot stats.
Amit Kapila
2021-04-16
*
Use NameData datatype for slotname in stats.
Amit Kapila
2021-04-14
*
Remove read_page callback from XLogReader.
Thomas Munro
2021-04-08
*
Add a xid argument to the filter_prepare callback for output plugins.
Amit Kapila
2021-03-30
*
Add option to enable two_phase commits via pg_create_logical_replication_slot.
Amit Kapila
2021-03-03
*
Avoid repeated decoding of prepared transactions after a restart.
Amit Kapila
2021-03-01
*
Simplify printing of LSNs
Peter Eisentraut
2021-02-23
*
Fix typos in decode.c and logical.c.
Amit Kapila
2021-01-06
*
Allow decoding at prepare time in ReorderBuffer.
Amit Kapila
2021-01-04
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Extend the output plugin API to allow decoding of prepared xacts.
Amit Kapila
2020-12-30
*
Restore lock level to update statusFlags
Alvaro Herrera
2020-11-26
*
Relax lock level for setting PGPROC->statusFlags
Alvaro Herrera
2020-11-18
*
Rename PGPROC->vacuumFlags to statusFlags
Alvaro Herrera
2020-11-16
*
Track statistics for streaming of changes from ReorderBuffer.
Amit Kapila
2020-10-29
*
Fix typos in logical.c and reorderbuffer.c.
Amit Kapila
2020-10-09
*
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2020-10-08
*
snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.
Andres Freund
2020-08-14
[next]