summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogutils.c
AgeCommit message (Expand)Author
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-12Replace "transaction log" with "write-ahead log"Peter Eisentraut
2017-04-16Fix typo in commentPeter Eisentraut
2017-03-22Teach xlogreader to follow timeline switchesSimon Riggs
2017-03-18Create and use wait events for read, write, and fsync operations.Robert Haas
2017-02-09Rename user-facing tools with "xlog" in the name to say "wal".Robert Haas
2017-02-08Add WAL consistency checking facility.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-18Refactor to create generic WAL page read callbackSimon Riggs
2016-05-12Fix bogus commentsAlvaro Herrera
2016-05-04Revert timeline following in replication slotsAlvaro Herrera
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-03-30Enable logical slots to follow timeline switchesAlvaro Herrera
2016-03-30XLogReader general code cleanupAlvaro Herrera
2016-01-21Refactor to create generic WAL page read callbackSimon Riggs
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-10Fix bug leading to restoring unlogged relations from empty files.Andres Freund
2015-07-20Sanity-check that a page zeroed by redo routine is marked with WILL_INIT.Heikki Linnakangas
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-18Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-13Fix race condition between hot standby and restoring a full-page image.Heikki Linnakangas
2014-11-13Fix XLogReadBufferForRedoExtended to get cleanup lock when asked to do so.Heikki Linnakangas
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-09-02Refactor per-page logic common to all redo routines to a new function.Heikki Linnakangas
2014-04-30Rationalize common/relpath.[hc].Tom Lane
2014-03-07Fix dangling smgr_owner pointer when a fake relcache entry is freed.Heikki Linnakangas
2014-02-12In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages.Tom Lane
2014-01-14Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-02-22Move relpath() to libpgcommonAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-09-14Properly set relpersistence for fake relcache entries.Robert Haas
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-09Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery,Heikki Linnakangas
2011-12-02During recovery, if we reach consistent state and still have entries in theHeikki Linnakangas
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-08-26Add missing includes after pgrminclude run.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-30Fix oversight in RelFileNodeBackend patch: CreateFakeRelcacheEntry needs toTom Lane
2010-08-13Include the backend ID in the relpath of temporary relations.Robert Haas
2010-07-08Update obsolete comment. Noted by Josh Tolley.Tom Lane