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
*
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
*
Rewrite comments in replication slot advance implementation
Alvaro Herrera
2018-07-19
*
Correct function name in comment of logical decoding code
Michael Paquier
2018-07-02
*
Fix and document lock handling for in-memory replication slot data
Michael Paquier
2018-06-10
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Logical decoding of TRUNCATE
Peter Eisentraut
2018-04-07
*
Improve style guideline compliance of assorted error-report messages.
Tom Lane
2018-03-22
*
Handle heap rewrites even better in logical decoding
Peter Eisentraut
2018-03-21
*
Ability to advance replication slots
Simon Riggs
2018-01-17
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
*
Fix thinko introduced in 2bef06d516460 et al.
Andres Freund
2017-08-06
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Lag tracking for logical replication
Simon Riggs
2017-05-12
*
Don't use on-disk snapshots for exported logical decoding snapshot.
Andres Freund
2017-04-27
*
Preserve required !catalog tuples while computing initial decoding snapshot.
Andres Freund
2017-04-27
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Fix typos in comments and debug message
Magnus Hagander
2016-07-18
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Fix code comments regarding logical decoding
Alvaro Herrera
2016-05-02
*
Generic Messages for Logical Decoding
Simon Riggs
2016-04-06
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix copy-and-paste error in logical decoding callback.
Robert Haas
2015-12-18
*
Remove more volatile qualifiers.
Robert Haas
2015-10-06
*
Allow pg_create_physical_replication_slot() to reserve WAL.
Andres Freund
2015-08-11
*
Introduce macros determining if a replication slot is physical or logical.
Andres Freund
2015-08-11
*
Minor cleanups in slot related code.
Andres Freund
2015-08-11
*
Fix debug message output when connecting to a logical slot.
Andres Freund
2015-08-05
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29
*
Fix error handling of XLogReaderAllocate in case of OOM
Fujii Masao
2015-04-03
[next]