aboutsummaryrefslogtreecommitdiff
path: root/src/include/replication/slot.h
Commit message (Expand)AuthorAge
* Update code comment for temporary replication slotsPeter Eisentraut2017-08-23
* Fix race conditions in replication slot operationsAlvaro Herrera2017-07-25
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Cleanup slots during drop databaseSimon Riggs2017-03-28
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Add support for temporary replication slotsPeter Eisentraut2016-12-12
* Fix thinko in commentAlvaro Herrera2016-05-02
* Fix code comments regarding logical decodingAlvaro Herrera2016-05-02
* Blind attempt at fixing Win32 issue on 24c5f1a103cAlvaro Herrera2016-03-30
* Migrate replication slot I/O locks into a separate tranche.Robert Haas2016-01-29
* Update copyright for 2016Bruce Momjian2016-01-02
* Allow pg_create_physical_replication_slot() to reserve WAL.Andres Freund2015-08-11
* Introduce macros determining if a replication slot is physical or logical.Andres Freund2015-08-11
* Add 'active_in' column to pg_replication_slots.Andres Freund2015-04-21
* Some more FLEXIBLE_ARRAY_MEMBER fixes.Tom Lane2015-02-21
* Update copyright for 2015Bruce Momjian2015-01-06
* 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
* Introduce replication slots.Robert Haas2014-01-31