summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogreader.c
AgeCommit message (Expand)Author
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-09Remove 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