aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/smgr.h
Commit message (Expand)AuthorAge
* 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
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-06
* Update copyright to 2002.Bruce Momjian2002-06-20
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-29
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-27
* Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt wasTom Lane2001-05-10
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-30
* Put external declarations into header files.Peter Eisentraut2000-11-21
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* WALVadim B. Mikheev2000-10-28
* New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev2000-10-16
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Tweak smgrblindwrt per advice from Vadim: add parameter indicatingTom Lane2000-04-10
* Buffer manager modifications to keep a local buffer-dirtied bit as wellTom Lane2000-04-09
* Add:Bruce Momjian2000-01-26
* More cleanupBruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-24