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
*
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
*
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
*
Add some const decorations
Peter Eisentraut
2020-08-08
*
Implement streaming mode in ReorderBuffer.
Amit Kapila
2020-08-08
*
Extend the logical decoding output plugin API with stream methods.
Amit Kapila
2020-07-28
*
Fix instance of elog() called while holding a spinlock
Michael Paquier
2020-06-04
*
Rework XLogReader callback system
Alvaro Herrera
2020-05-08
*
Fix consistency issues with replication slot copy
Alvaro Herrera
2020-03-17
*
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-30
*
Refactor XLogReadRecord(), adding XLogBeginRead() function.
Heikki Linnakangas
2020-01-26
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Rework WAL-reading supporting structs
Alvaro Herrera
2019-09-24
*
Remove fmgr.h includes from headers that don't really need it.
Andres Freund
2019-08-16
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Remove duplicate assignment when initializing logical decoder context
Michael Paquier
2019-04-16
*
Add facility to copy replication slots
Alvaro Herrera
2019-04-05
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Disallow starting server with insufficient wal_level for existing slot.
Andres Freund
2018-10-31
*
Fix logical replication slot initialization
Alvaro Herrera
2018-08-01
[next]