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
/
slotfuncs.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Rewrite comments in replication slot advance implementation
Alvaro Herrera
2018-07-19
*
Use a ResourceOwner to track buffer pins in all cases.
Tom Lane
2018-07-18
*
Fix argument of pg_create_logical_replication_slot for slot name
Michael Paquier
2018-07-13
*
Block replication slot advance for these not yet reserving WAL
Michael Paquier
2018-07-11
*
Fix a couple of bugs with replication slot advancing feature
Michael Paquier
2018-06-11
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Fix crash in pg_replication_slot_advance
Alvaro Herrera
2018-02-19
*
Fix typo in recent commit
Simon Riggs
2018-01-19
*
Ability to advance replication slots
Simon Riggs
2018-01-17
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add a WAIT option to DROP_REPLICATION_SLOT
Alvaro Herrera
2017-09-01
*
Fix race conditions in replication slot operations
Alvaro Herrera
2017-07-25
*
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
*
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
*
Fix typos in comments
Magnus Hagander
2016-12-17
*
Add support for temporary replication slots
Peter Eisentraut
2016-12-12
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Remove duplicated assignment in pg_create_physical_replication_slot.
Andres Freund
2015-08-12
*
Allow pg_create_physical_replication_slot() to reserve WAL.
Andres Freund
2015-08-11
*
Add confirmed_flush column to pg_replication_slots.
Andres Freund
2015-08-10
*
Fix copy & paste mistake in pg_get_replication_slots().
Andres Freund
2015-08-10
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Add 'active_in' column to pg_replication_slots.
Andres Freund
2015-04-21
*
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
*
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
*
Corrections to replication slots code and documentation.
Robert Haas
2014-03-03
*
Switch various builtin functions to use pg_lsn instead of text.
Robert Haas
2014-02-19
*
Introduce replication slots.
Robert Haas
2014-01-31