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 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
*
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-24
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Don't skip SQL backends in logical decoding for visibility computation.
Andres Freund
2014-12-02
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Message improvements
Peter Eisentraut
2014-11-11
*
Check interrupts during logical decoding more frequently.
Andres Freund
2014-06-30
*
Consistency improvements for slot and decoding code.
Andres Freund
2014-06-12
*
Fix misc typos in comments.
Heikki Linnakangas
2014-05-23
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Fix thinko in logical decoding code.
Robert Haas
2014-03-31
*
Fix typos in comments.
Fujii Masao
2014-03-17
*
Comment fixes related to logical decoding.
Robert Haas
2014-03-12
*
Fix some typos introduced by the logical decoding patch.
Robert Haas
2014-03-05
*
Minor corrections to logical decoding patch.
Robert Haas
2014-03-04
*
Introduce logical decoding.
Robert Haas
2014-03-03