summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogreader.c
AgeCommit message (Expand)Author
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-02-08Add WAL consistency checking facility.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-11-04Be more consistent about masking xl_info with ~XLR_INFO_MASK.Tom Lane
2016-08-29Fix pg_xlogdump so that it handles cross-page XLP_FIRST_IS_CONTRECORD record.Fujii Masao
2016-06-09pgindent run for 9.6Robert Haas
2016-05-04Revert timeline following in replication slotsAlvaro Herrera
2016-04-04Silence compiler warningAlvaro Herrera
2016-03-30Enable logical slots to follow timeline switchesAlvaro Herrera
2016-03-30XLogReader general code cleanupAlvaro Herrera
2016-01-02Update copyright for 2016Bruce Momjian
2015-10-02Fix message punctuation according to style guidePeter Eisentraut
2015-07-28Another attempt at fixing memory leak in xlogreader.Heikki Linnakangas
2015-07-27Fix memory leak in xlogreader facility.Heikki Linnakangas
2015-05-24pgindent run for 9.5Bruce Momjian
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-04-14Reorganize our CRC source files again.Heikki Linnakangas
2015-04-03Fix error handling of XLogReaderAllocate in case of OOMFujii Masao
2015-04-03Rework handling of OOM when allocating record buffer in XLOG reader.Fujii Masao
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-03-11Add GUC to enable compression of full page images stored in WAL.Fujii Masao
2015-03-09Add missing "goto err" statements in xlogreader.c.Fujii Masao
2015-01-06Update copyright for 2015Bruce Momjian
2015-01-04Remove superflous variable from xlogreader's XLogFindNextRecord().Andres Freund
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-11-04Switch to CRC-32C in WAL and other places.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-10-24Fix typos in comments.Heikki Linnakangas
2013-06-01Minor spelling fixesStephen Frost
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-04-10Remove duplicate initialization in XLogReadRecord.Robert Haas
2013-01-18Use the right timeline when beginning to stream from master.Heikki Linnakangas
2013-01-17When xlogreader asks the callback function to read a page, make sure weHeikki Linnakangas
2013-01-17Fix a couple of error-handling bugs in the xlogreader patch.Heikki Linnakangas
2013-01-16Split out XLog reading as an independent facilityAlvaro Herrera