summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogutils.c
Commit message (Expand)AuthorAgeFilesLines
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-081-3/+5
* Enable logical slots to follow timeline switchesAlvaro Herrera2016-03-301-23/+221
* XLogReader general code cleanupAlvaro Herrera2016-03-301-6/+15
* Refactor to create generic WAL page read callbackSimon Riggs2016-01-201-0/+166
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Fix bug leading to restoring unlogged relations from empty files.Andres Freund2015-12-101-0/+9
* Sanity-check that a page zeroed by redo routine is marked with WILL_INIT.Heikki Linnakangas2015-07-201-6/+13
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-181-2/+1
* Revamp the WAL record format.Heikki Linnakangas2014-11-201-164/+73
* Fix race condition between hot standby and restoring a full-page image.Heikki Linnakangas2014-11-131-17/+27
* Fix XLogReadBufferForRedoExtended to get cleanup lock when asked to do so.Heikki Linnakangas2014-11-131-1/+4
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-061-0/+121
* Refactor per-page logic common to all redo routines to a new function.Heikki Linnakangas2014-09-021-0/+81
* Rationalize common/relpath.[hc].Tom Lane2014-04-301-1/+0
* Fix dangling smgr_owner pointer when a fake relcache entry is freed.Heikki Linnakangas2014-03-071-0/+3
* In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages.Tom Lane2014-02-121-3/+9
* Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane2014-01-141-0/+6
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Move relpath() to libpgcommonAlvaro Herrera2013-02-211-0/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Properly set relpersistence for fake relcache entries.Robert Haas2012-09-141-0/+5
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-4/+4
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery,Heikki Linnakangas2011-12-091-1/+1
* During recovery, if we reach consistent state and still have entries in theHeikki Linnakangas2011-12-021-20/+43
* Clean up the #include mess a little.Tom Lane2011-09-041-0/+2
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-3/+0
* Add missing includes after pgrminclude run.Bruce Momjian2011-08-261-0/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Fix oversight in RelFileNodeBackend patch: CreateFakeRelcacheEntry needs toTom Lane2010-08-301-1/+3
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-131-8/+8
* Update obsolete comment. Noted by Josh Tolley.Tom Lane2010-07-081-6/+4
* Fix up rickety handling of relation-truncation interlocks.Tom Lane2010-02-091-4/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-20/+24
* Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock shouldHeikki Linnakangas2009-01-201-16/+29
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Introduce visibility map. The visibility map is a bitmap with one bit perHeikki Linnakangas2008-12-031-1/+2
* Rely on relcache invalidation to update the cached size of the FSM.Heikki Linnakangas2008-11-261-2/+2
* Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas2008-11-191-2/+2
* Change error messages to print the physical path, likeHeikki Linnakangas2008-11-111-19/+34
* Fix mistakes in comment headersAlvaro Herrera2008-11-031-3/+3
* Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas2008-10-311-30/+32
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-301-1/+2
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-111-22/+37
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-131-2/+2
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-1/+2
* Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas2008-06-121-219/+85