]> granicus.if.org Git - postgresql/history - src/backend/access/transam/xlogreader.c
Reduce pinning and buffer content locking for btree scans.
[postgresql] / src / backend / access / transam / xlogreader.c
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-03-11 Fujii MasaoAdd GUC to enable compression of full page images store...
2015-03-09 Fujii MasaoAdd missing "goto err" statements in xlogreader.c.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2015-01-04 Andres FreundRemove superflous variable from xlogreader's XLogFindNe...
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-11-04 Heikki LinnakangasSwitch to CRC-32C in WAL and other places.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-10-24 Heikki LinnakangasFix typos in comments.
2013-06-01 Stephen FrostMinor spelling fixes
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-10 Robert HaasRemove duplicate initialization in XLogReadRecord.
2013-01-18 Heikki LinnakangasUse the right timeline when beginning to stream from...
2013-01-17 Heikki LinnakangasWhen xlogreader asks the callback function to read...
2013-01-17 Heikki LinnakangasFix a couple of error-handling bugs in the xlogreader...
2013-01-16 Alvaro HerreraSplit out XLog reading as an independent facility