index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
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
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
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
2020-08-10
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-08
Add some const decorations
Peter Eisentraut
2020-08-08
Implement streaming mode in ReorderBuffer.
Amit Kapila
2020-07-28
Extend the logical decoding output plugin API with stream methods.
Amit Kapila
2020-06-04
Fix instance of elog() called while holding a spinlock
Michael Paquier
2020-05-08
Rework XLogReader callback system
Alvaro Herrera
2020-03-17
Fix consistency issues with replication slot copy
Alvaro Herrera
2020-01-30
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-26
Refactor XLogReadRecord(), adding XLogBeginRead() function.
Heikki Linnakangas
[next]