aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogutils.c
Commit message (Expand)AuthorAge
* Update copyright for 2015Bruce Momjian2015-01-06
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-18
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Fix race condition between hot standby and restoring a full-page image.Heikki Linnakangas2014-11-13
* Fix XLogReadBufferForRedoExtended to get cleanup lock when asked to do so.Heikki Linnakangas2014-11-13
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Refactor per-page logic common to all redo routines to a new function.Heikki Linnakangas2014-09-02
* Rationalize common/relpath.[hc].Tom Lane2014-04-30
* Fix dangling smgr_owner pointer when a fake relcache entry is freed.Heikki Linnakangas2014-03-07
* In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages.Tom Lane2014-02-12
* Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane2014-01-14
* Update copyright for 2014Bruce Momjian2014-01-07
* Move relpath() to libpgcommonAlvaro Herrera2013-02-21
* Update copyrights for 2013Bruce Momjian2013-01-01
* Properly set relpersistence for fake relcache entries.Robert Haas2012-09-14
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery,Heikki Linnakangas2011-12-09
* During recovery, if we reach consistent state and still have entries in theHeikki Linnakangas2011-12-02
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Add missing includes after pgrminclude run.Bruce Momjian2011-08-26
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix oversight in RelFileNodeBackend patch: CreateFakeRelcacheEntry needs toTom Lane2010-08-30
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-13
* Update obsolete comment. Noted by Josh Tolley.Tom Lane2010-07-08
* Fix up rickety handling of relation-truncation interlocks.Tom Lane2010-02-09
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock shouldHeikki Linnakangas2009-01-20
* Update copyright for 2009.Bruce Momjian2009-01-01
* Introduce visibility map. The visibility map is a bitmap with one bit perHeikki Linnakangas2008-12-03
* Rely on relcache invalidation to update the cached size of the FSM.Heikki Linnakangas2008-11-26
* Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas2008-11-19
* Change error messages to print the physical path, likeHeikki Linnakangas2008-11-11
* Fix mistakes in comment headersAlvaro Herrera2008-11-03
* Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas2008-10-31
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-30
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-11
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-13
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas2008-06-12
* Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It isAlvaro Herrera2008-06-08
* Put back bufmgr.h in bufpage.h -- it is needed by some macros.Alvaro Herrera2008-05-12
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* During WAL recovery, when reading a page that we intend to overwrite completelyTom Lane2007-05-02
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04