summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogutils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It isAlvaro Herrera2008-06-081-2/+2
* Put back bufmgr.h in bufpage.h -- it is needed by some macros.Alvaro Herrera2008-05-121-2/+1
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* During WAL recovery, when reading a page that we intend to overwrite completelyTom Lane2007-05-021-3/+8
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-4/+4
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-2/+2
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-2/+2
* Make the world safe for full_page_writes. Allow XLOG records that try toTom Lane2006-04-141-18/+209
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-311-5/+5
* Clean up and document the API for XLogOpenRelation and XLogReadBuffer.Tom Lane2006-03-291-23/+85
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-111-6/+6
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-14/+14
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-061-2/+2
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-291-4/+1
* Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane2005-01-101-7/+5
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-9/+10
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane2004-07-211-146/+10
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-2/+2
* Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, toTom Lane2004-02-111-1/+32
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-101-17/+24
* I posted some bufmgr cleanup a few weeks ago, but it conflicted withNeil Conway2003-12-141-10/+19
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2