summaryrefslogtreecommitdiff
path: root/src/backend/replication/slotfuncs.c
AgeCommit message (Expand)Author
2016-01-02Update copyright for 2016Bruce Momjian
2015-08-12Remove duplicated assignment in pg_create_physical_replication_slot.Andres Freund
2015-08-11Allow pg_create_physical_replication_slot() to reserve WAL.Andres Freund
2015-08-10Add confirmed_flush column to pg_replication_slots.Andres Freund
2015-08-10Fix copy & paste mistake in pg_get_replication_slots().Andres Freund
2015-05-24pgindent run for 9.5Bruce Momjian
2015-04-21Add 'active_in' column to pg_replication_slots.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-23Revert "Use a bitmask to represent role attributes"Alvaro Herrera
2014-12-23Use a bitmask to represent role attributesAlvaro Herrera
2014-06-12Consistency improvements for slot and decoding code.Andres Freund
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-03Introduce logical decoding.Robert Haas
2014-03-03Corrections to replication slots code and documentation.Robert Haas
2014-02-19Switch various builtin functions to use pg_lsn instead of text.Robert Haas
2014-02-01Introduce replication slots.Robert Haas