aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/smgr.h
Commit message (Expand)AuthorAge
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix dangling smgr_owner pointer when a fake relcache entry is freed.Heikki Linnakangas2014-03-07
* Update copyright for 2014Bruce Momjian2014-01-07
* Accelerate end-of-transaction dropping of relationsAlvaro Herrera2013-01-17
* Update copyrights for 2013Bruce Momjian2013-01-01
* Close un-owned SMgrRelations at transaction end.Tom Lane2012-10-17
* Revert "Use "transient" files for blind writes, take 2".Tom Lane2012-10-17
* Improve coding around the fsync request queue.Tom Lane2012-07-17
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Scan the buffer pool just once, not once per fork, during relation drop.Tom Lane2012-06-07
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Use "transient" files for blind writes, take 2Alvaro Herrera2011-06-10
* Revert "Use "transient" files for blind writes"Alvaro Herrera2011-06-09
* Use "transient" files for blind writesAlvaro Herrera2011-06-09
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-13
* pgindent run for 9.0Bruce Momjian2010-02-26
* Fix up rickety handling of relation-truncation interlocks.Tom Lane2010-02-09
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Fix some serious bugs in archive recovery, now that bgwriter is activeHeikki Linnakangas2009-06-25
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Implement prefetching via posix_fadvise() for bitmap index scans. A newTom Lane2009-01-12
* Update copyright for 2009.Bruce Momjian2009-01-01
* Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas2008-11-19
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-11
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Prevent re-use of a deleted relation's relfilenode until after the nextTom Lane2007-11-15
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-05
* Extend yesterday's patch so that the bgwriter is also told to forgetTom Lane2007-01-17
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead ofTom Lane2007-01-03
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-24
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-06
* Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane2005-01-10
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-17
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Adjust btree index build to not use shared buffers, thereby avoiding theTom Lane2004-06-02
* Additional mop-up for sync-to-fsync changes: avoid issuing fsyncs forTom Lane2004-05-31
* Per previous discussions, get rid of use of sync(2) in favor ofTom Lane2004-05-31
* Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, toTom Lane2004-02-11
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-10