]> granicus.if.org Git - postgresql/history - src/backend/replication/slot.c
Update copyright via script for 2017
[postgresql] / src / backend / replication / slot.c
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-16 Robert HaasSimplify LWLock tranche machinery by removing array_bas...
2016-12-12 Peter EisentrautAdd support for temporary replication slots
2016-08-17 Andres FreundProperly re-initialize replication slot shared memory...
2016-06-09 Robert Haaspgindent run for 9.6
2016-04-05 Peter EisentrautFix error message from wal_level value renaming
2016-03-18 Peter EisentrautMerge wal_level "archive" and "hot_standby" into new...
2016-03-10 Andres FreundIntroduce durable_rename() and durable_link_or_rename().
2016-02-18 Peter EisentrautImprove error message about active replication slot
2016-02-12 Robert HaasMake builtin lwlock tranche names consistent.
2016-02-05 Robert HaasFix typo in comment.
2016-01-29 Robert HaasMigrate replication slot I/O locks into a separate...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-10-29 Peter EisentrautMessage style improvements
2015-10-06 Robert HaasRemove more volatile qualifiers.
2015-10-03 Andres FreundImprove errhint() about replication slot naming restric...
2015-08-11 Andres FreundAllow pg_create_physical_replication_slot() to reserve...
2015-08-11 Andres FreundIntroduce macros determining if a replication slot...
2015-08-11 Andres FreundMinor cleanups in slot related code.
2015-06-11 Peter EisentrautFix typo
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasFix more typos in comments.
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-04-27 Andres FreundUse a fd opened for read/write when syncing slots durin...
2015-04-21 Andres FreundAdd 'active_in' column to pg_replication_slots.
2015-04-14 Heikki LinnakangasReorganize our CRC source files again.
2015-04-02 Simon RiggsCorrect comment to use RS_EPHEMERAL
2015-01-24 Tom LaneReplace a bunch more uses of strncpy() with safer coding.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2015-01-03 Andres FreundAdd pg_string_endswith as the start of a string helper...
2014-11-12 Andres FreundFix several weaknesses in slot and logical replication...
2014-11-12 Peter EisentrautMessage improvements
2014-11-04 Heikki LinnakangasSwitch to CRC-32C in WAL and other places.
2014-09-05 Peter EisentrautAssorted message fixes and improvements
2014-07-24 Andres FreundProperly remove ephemeral replication slots after a...
2014-06-12 Andres FreundConsistency improvements for slot and decoding code.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-07 Bruce Momjianfix ReplicationSlotsCountDBSlots for dropping unrelated...
2014-03-03 Robert HaasIntroduce logical decoding.
2014-02-02 Fujii MasaoFix typos in docs and comments.
2014-02-01 Robert HaasIntroduce replication slots.