]> granicus.if.org Git - postgresql/history - src/backend/replication/logical/logicalfuncs.c
Teach xlogreader to follow timeline switches
[postgresql] / src / backend / replication / logical / logicalfuncs.c
2017-03-22 Simon RiggsTeach xlogreader to follow timeline switches
2017-01-21 Peter EisentrautMove some things from builtins.h to new header files
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-09-06 Peter EisentrautAdd location field to DefElem
2016-09-05 Simon RiggsDirty replication slots when using sql interface
2016-05-04 Alvaro HerreraRevert timeline following in replication slots
2016-05-02 Alvaro HerreraFix code comments regarding logical decoding
2016-04-15 Andres FreundFix trivial typo.
2016-04-06 Simon RiggsGeneric Messages for Logical Decoding
2016-03-30 Alvaro HerreraEnable logical slots to follow timeline switches
2016-03-30 Alvaro HerreraXLogReader general code cleanup
2016-01-21 Simon RiggsRefactor to create generic WAL page read callback
2016-01-09 Tom LaneClean up some lack-of-STRICT issues in the core code...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-10-29 Peter EisentrautMessage style improvements
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-23 Alvaro HerreraRevert "Use a bitmask to represent role attributes"
2014-12-23 Alvaro HerreraUse a bitmask to represent role attributes
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-10-01 Andres FreundImprove documentation about binary/textual output mode...
2014-09-01 Andres FreundFix s/pluggins/plugins/ typo in two comments.
2014-06-30 Andres FreundCheck interrupts during logical decoding more frequently.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-04 Robert HaasMinor corrections to logical decoding patch.
2014-03-03 Robert HaasIntroduce logical decoding.