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
/
logicalfuncs.c
Commit message (
Expand
)
Author
Age
*
Fix race conditions in replication slot operations
Alvaro Herrera
2017-07-25
*
Phase 3 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
*
Teach xlogreader to follow timeline switches
Simon Riggs
2017-03-22
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Add location field to DefElem
Peter Eisentraut
2016-09-06
*
Dirty replication slots when using sql interface
Simon Riggs
2016-09-05
*
Revert timeline following in replication slots
Alvaro Herrera
2016-05-04
*
Fix code comments regarding logical decoding
Alvaro Herrera
2016-05-02
*
Fix trivial typo.
Andres Freund
2016-04-14
*
Generic Messages for Logical Decoding
Simon Riggs
2016-04-06
*
Enable logical slots to follow timeline switches
Alvaro Herrera
2016-03-30
*
XLogReader general code cleanup
Alvaro Herrera
2016-03-30
*
Refactor to create generic WAL page read callback
Simon Riggs
2016-01-20
*
Clean up some lack-of-STRICT issues in the core code, too.
Tom Lane
2016-01-09
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Message style improvements
Peter Eisentraut
2015-10-28
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Revert "Use a bitmask to represent role attributes"
Alvaro Herrera
2014-12-23
*
Use a bitmask to represent role attributes
Alvaro Herrera
2014-12-23
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Improve documentation about binary/textual output mode for output plugins.
Andres Freund
2014-10-01
*
Fix s/pluggins/plugins/ typo in two comments.
Andres Freund
2014-09-01
*
Check interrupts during logical decoding more frequently.
Andres Freund
2014-06-30
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Minor corrections to logical decoding patch.
Robert Haas
2014-03-04
*
Introduce logical decoding.
Robert Haas
2014-03-03