summaryrefslogtreecommitdiff
path: root/src/backend/replication/slot.c
AgeCommit message (Expand)Author
2016-04-05Fix error message from wal_level value renamingPeter Eisentraut
2016-03-18Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut
2016-03-10Introduce durable_rename() and durable_link_or_rename().Andres Freund
2016-02-18Improve error message about active replication slotPeter Eisentraut
2016-02-12Make builtin lwlock tranche names consistent.Robert Haas
2016-02-05Fix typo in comment.Robert Haas
2016-01-29Migrate replication slot I/O locks into a separate tranche.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-10-29Message style improvementsPeter Eisentraut
2015-10-06Remove more volatile qualifiers.Robert Haas
2015-10-03Improve errhint() about replication slot naming restrictions.Andres Freund
2015-08-11Allow pg_create_physical_replication_slot() to reserve WAL.Andres Freund
2015-08-11Introduce macros determining if a replication slot is physical or logical.Andres Freund
2015-08-11Minor cleanups in slot related code.Andres Freund
2015-06-11Fix typoPeter Eisentraut
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-20Fix more typos in comments.Heikki Linnakangas
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-04-27Use a fd opened for read/write when syncing slots during startup.Andres Freund
2015-04-21Add 'active_in' column to pg_replication_slots.Andres Freund
2015-04-14Reorganize our CRC source files again.Heikki Linnakangas
2015-04-02Correct comment to use RS_EPHEMERALSimon Riggs
2015-01-24Replace a bunch more uses of strncpy() with safer coding.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2015-01-03Add pg_string_endswith as the start of a string helper library in src/common.Andres Freund
2014-11-12Fix several weaknesses in slot and logical replication on-disk serialization.Andres Freund
2014-11-12Message improvementsPeter Eisentraut
2014-11-04Switch to CRC-32C in WAL and other places.Heikki Linnakangas
2014-09-05Assorted message fixes and improvementsPeter Eisentraut
2014-07-24Properly remove ephemeral replication slots after a crash restart.Andres Freund
2014-06-12Consistency improvements for slot and decoding code.Andres Freund
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-07fix ReplicationSlotsCountDBSlots for dropping unrelated databasesBruce Momjian
2014-03-03Introduce logical decoding.Robert Haas
2014-02-02Fix typos in docs and comments.Fujii Masao
2014-02-01Introduce replication slots.Robert Haas