aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogreader.c
Commit message (Expand)AuthorAge
* pgindent run for 9.6Robert Haas2016-06-09
* Revert timeline following in replication slotsAlvaro Herrera2016-05-04
* Silence compiler warningAlvaro Herrera2016-04-04
* Enable logical slots to follow timeline switchesAlvaro Herrera2016-03-30
* XLogReader general code cleanupAlvaro Herrera2016-03-30
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix message punctuation according to style guidePeter Eisentraut2015-10-01
* Another attempt at fixing memory leak in xlogreader.Heikki Linnakangas2015-07-28
* Fix memory leak in xlogreader facility.Heikki Linnakangas2015-07-27
* pgindent run for 9.5Bruce Momjian2015-05-23
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-14
* Fix error handling of XLogReaderAllocate in case of OOMFujii Masao2015-04-03
* Rework handling of OOM when allocating record buffer in XLOG reader.Fujii Masao2015-04-03
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Add GUC to enable compression of full page images stored in WAL.Fujii Masao2015-03-11
* Add missing "goto err" statements in xlogreader.c.Fujii Masao2015-03-09
* Update copyright for 2015Bruce Momjian2015-01-06
* Remove superflous variable from xlogreader's XLogFindNextRecord().Andres Freund2015-01-04
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Switch to CRC-32C in WAL and other places.Heikki Linnakangas2014-11-04
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix typos in comments.Heikki Linnakangas2013-10-24
* Minor spelling fixesStephen Frost2013-06-01
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Remove duplicate initialization in XLogReadRecord.Robert Haas2013-04-09
* Use the right timeline when beginning to stream from master.Heikki Linnakangas2013-01-18
* When xlogreader asks the callback function to read a page, make sure weHeikki Linnakangas2013-01-17
* Fix a couple of error-handling bugs in the xlogreader patch.Heikki Linnakangas2013-01-17
* Split out XLog reading as an independent facilityAlvaro Herrera2013-01-16