index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
replication
/
slot.h
Commit message (
Expand
)
Author
Age
*
Update code comment for temporary replication slots
Peter Eisentraut
2017-08-23
*
Fix race conditions in replication slot operations
Alvaro Herrera
2017-07-25
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Cleanup slots during drop database
Simon Riggs
2017-03-28
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Add support for temporary replication slots
Peter Eisentraut
2016-12-12
*
Fix thinko in comment
Alvaro Herrera
2016-05-02
*
Fix code comments regarding logical decoding
Alvaro Herrera
2016-05-02
*
Blind attempt at fixing Win32 issue on 24c5f1a103c
Alvaro Herrera
2016-03-30
*
Migrate replication slot I/O locks into a separate tranche.
Robert Haas
2016-01-29
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
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
*
Add 'active_in' column to pg_replication_slots.
Andres Freund
2015-04-21
*
Some more FLEXIBLE_ARRAY_MEMBER fixes.
Tom Lane
2015-02-21
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Consistency improvements for slot and decoding code.
Andres Freund
2014-06-12
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Introduce logical decoding.
Robert Haas
2014-03-03
*
Introduce replication slots.
Robert Haas
2014-01-31