aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/slot.c
Commit message (Expand)AuthorAge
* Fix new warnings from GCC 7Peter Eisentraut2017-05-16
* Preserve required !catalog tuples while computing initial decoding snapshot.Andres Freund2017-04-27
* Properly re-initialize replication slot shared memory upon creation.Andres Freund2016-08-17
* pgindent run for 9.6Robert Haas2016-06-09
* Fix error message from wal_level value renamingPeter Eisentraut2016-04-04
* Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut2016-03-18
* Introduce durable_rename() and durable_link_or_rename().Andres Freund2016-03-09
* Improve error message about active replication slotPeter Eisentraut2016-02-17
* Make builtin lwlock tranche names consistent.Robert Haas2016-02-12
* Fix typo in comment.Robert Haas2016-02-05
* Migrate replication slot I/O locks into a separate tranche.Robert Haas2016-01-29
* Update copyright for 2016Bruce Momjian2016-01-02
* Message style improvementsPeter Eisentraut2015-10-28
* Remove more volatile qualifiers.Robert Haas2015-10-06
* Improve errhint() about replication slot naming restrictions.Andres Freund2015-10-03
* 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
* Minor cleanups in slot related code.Andres Freund2015-08-11
* Fix typoPeter Eisentraut2015-06-10
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix more typos in comments.Heikki Linnakangas2015-05-20
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Use a fd opened for read/write when syncing slots during startup.Andres Freund2015-04-28
* Add 'active_in' column to pg_replication_slots.Andres Freund2015-04-21
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-14
* Correct comment to use RS_EPHEMERALSimon Riggs2015-04-02
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-24
* Update copyright for 2015Bruce Momjian2015-01-06
* Add pg_string_endswith as the start of a string helper library in src/common.Andres Freund2015-01-03
* Fix several weaknesses in slot and logical replication on-disk serialization.Andres Freund2014-11-12
* Message improvementsPeter Eisentraut2014-11-11
* Switch to CRC-32C in WAL and other places.Heikki Linnakangas2014-11-04
* Assorted message fixes and improvementsPeter Eisentraut2014-09-05
* Properly remove ephemeral replication slots after a crash restart.Andres Freund2014-07-24
* Consistency improvements for slot and decoding code.Andres Freund2014-06-12
* pgindent run for 9.4Bruce Momjian2014-05-06
* fix ReplicationSlotsCountDBSlots for dropping unrelated databasesBruce Momjian2014-03-07
* Introduce logical decoding.Robert Haas2014-03-03
* Fix typos in docs and comments.Fujii Masao2014-02-02
* Introduce replication slots.Robert Haas2014-01-31