aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/slotfuncs.c
Commit message (Expand)AuthorAge
* Update copyright for 2019Bruce Momjian2019-01-02
* Rewrite comments in replication slot advance implementationAlvaro Herrera2018-07-19
* Use a ResourceOwner to track buffer pins in all cases.Tom Lane2018-07-18
* Fix argument of pg_create_logical_replication_slot for slot nameMichael Paquier2018-07-13
* Block replication slot advance for these not yet reserving WALMichael Paquier2018-07-11
* Fix a couple of bugs with replication slot advancing featureMichael Paquier2018-06-11
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Fix crash in pg_replication_slot_advanceAlvaro Herrera2018-02-19
* Fix typo in recent commitSimon Riggs2018-01-19
* Ability to advance replication slotsSimon Riggs2018-01-17
* Update copyright for 2018Bruce Momjian2018-01-02
* Add a WAIT option to DROP_REPLICATION_SLOTAlvaro Herrera2017-09-01
* Fix race conditions in replication slot operationsAlvaro Herrera2017-07-25
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Lag tracking for logical replicationSimon Riggs2017-05-12
* Preserve required !catalog tuples while computing initial decoding snapshot.Andres Freund2017-04-27
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix typos in commentsMagnus Hagander2016-12-17
* Add support for temporary replication slotsPeter Eisentraut2016-12-12
* pgindent run for 9.6Robert Haas2016-06-09
* Update copyright for 2016Bruce Momjian2016-01-02
* Remove duplicated assignment in pg_create_physical_replication_slot.Andres Freund2015-08-12
* Allow pg_create_physical_replication_slot() to reserve WAL.Andres Freund2015-08-11
* Add confirmed_flush column to pg_replication_slots.Andres Freund2015-08-10
* Fix copy & paste mistake in pg_get_replication_slots().Andres Freund2015-08-10
* pgindent run for 9.5Bruce Momjian2015-05-23
* Add 'active_in' column to pg_replication_slots.Andres Freund2015-04-21
* Update copyright for 2015Bruce Momjian2015-01-06
* Revert "Use a bitmask to represent role attributes"Alvaro Herrera2014-12-23
* Use a bitmask to represent role attributesAlvaro Herrera2014-12-23
* Consistency improvements for slot and decoding code.Andres Freund2014-06-12
* pgindent run for 9.4Bruce Momjian2014-05-06
* Introduce logical decoding.Robert Haas2014-03-03
* Corrections to replication slots code and documentation.Robert Haas2014-03-03
* Switch various builtin functions to use pg_lsn instead of text.Robert Haas2014-02-19
* Introduce replication slots.Robert Haas2014-01-31