]> granicus.if.org Git - postgresql/history - src/backend/storage/smgr
Implement SQL-standard WITH clauses, including WITH RECURSIVE.
[postgresql] / src / backend / storage / smgr /
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-06-12 Heikki LinnakangasRefactor XLogOpenRelation() and XLogReadBuffer() in...
2008-05-02 Tom LaneRemove the recently added USE_SEGMENTED_FILES option...
2008-04-18 Heikki LinnakangasFix two race conditions between the pending unlink...
2008-03-21 Bruce MomjianMore README src cleanups.
2008-03-20 Bruce MomjianMake source code READMEs more consistent. Add CVS...
2008-03-10 Tom LaneProvide a build-time option to store large relations...
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-16 Tom LaneFix stupid typo in recently-added code :-(
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Tom LaneUse ftruncate() not truncate() in mdunlink. Seems...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-15 Tom LanePrevent re-use of a deleted relation's relfilenode...
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-07-20 Tom LaneFix WAL replay of truncate operations to cope with...
2007-07-08 Tom LaneRemove the pgstat_drop_relation() call from smgr_intern...
2007-07-03 Tom LaneFix incorrect comment about the timing of AbsorbFsyncRe...
2007-04-12 Tom LaneRearrange mdsync() looping logic to avoid the problem...
2007-01-20 Peter EisentrautRemove remains of old depend target.
2007-01-17 Tom LaneExtend yesterday's patch so that the bgwriter is also...
2007-01-17 Tom LaneRevise bgwriter fsync-request mechanism to improve...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2007-01-03 Tom LaneClean up smgr.c/md.c APIs as per discussion a couple...
2006-11-20 Tom LaneWhen truncating a relation in-place (eg during VACUUM...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-04-14 Tom LaneMake the world safe for full_page_writes. Allow XLOG...
2006-03-30 Tom LaneSuppress attempts to report dropped tables to the stats...
2006-03-24 Tom LaneArrange to emit a description of the current XLOG recor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-03 Tom LaneArrange to call AbsorbFsyncRequests every so often...
2006-01-18 Tom LaneModify pgstats code to reduce performance penalties...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-08 Tom LaneCause ShutdownPostgres to do a normal transaction abort...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-20 Tom LaneAvoid WAL-logging individual tuple insertions during...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-06 Tom LaneModify XLogInsert API to make callers specify whether...
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
2005-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-03-20 Tom LaneRemove unnecessary calls of FlushRelationBuffers: there...
2005-01-10 Tom LanePhase 1 of fix for 'SMgrRelation hashtable corrupted...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-05 Peter EisentrautSmall message clarifications
2004-10-25 Neil ConwayModify hash_create() to elog(ERROR) if an error occurs...
2004-09-06 Tom LaneFix incorrect ordering of smgr cleanup relative to...
2004-08-30 Tom LaneTweak md.c logic to cope with the situation where WAL...
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-15 Tom LaneDept. of further reflection: I looked around to see...
2004-07-17 Tom LaneInvent ResourceOwner mechanism as per my recent proposa...
2004-07-11 Tom LaneMove TablespaceCreateDbspace() call into smgrcreate...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-02 Tom LaneAdjust btree index build to not use shared buffers...
2004-05-31 Tom LaneAdditional mop-up for sync-to-fsync changes: avoid...
2004-05-31 Tom LanePer previous discussions, get rid of use of sync(2...
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-02-11 Tom LaneCommit the reasonably uncontroversial parts of J.R...
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2004-01-06 Neil ConwayCode cleanup, mostly in the smgr:
2003-12-12 Peter EisentrautThis patch properly sets the prototype for the on_shmem...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-24 Tom LaneError message editing in backend/storage.
2003-03-04 Tom LaneReimplement free-space-map management as per recent...
2003-01-07 Tom LaneTweak mdnblocks() to avoid doing lseek() on segments...
2002-11-12 Tom LaneImprove comment: add note that grotty special case...
2002-09-20 Tom LanePerformance improvement for MultiRecordFreeSpace on...
2002-09-04 Bruce Momjianpgindent run.
2002-08-15 Bruce MomjianTom Lane wrote:
2002-08-06 Tom LaneRestructure local-buffer handling per recent pghackers...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-03-06 Bruce MomjianChange made to elog:
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-05 Tom LaneFurther cleanup of dynahash.c API, in pursuit of portab...
2001-10-01 Tom LaneAnother round of cleanups for dynahash.c (maybe it...
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-08-24 Peter EisentrautRename config.h to pg_config.h and os.h to pg_config_os...
2001-07-02 Tom LaneFirst non-stub implementation of shared free space...
2001-06-29 Tom LaneFurther work on connecting the free space map (which...
2001-06-27 Tom LaneInstall infrastructure for shared-memory free space...
2001-06-06 Tom LaneAdjust WAL code so that checkpoints truncate the xlog...
2001-05-10 Tom LaneAvoid unnecessary lseek() calls by cleanups in md.c...
2001-04-02 Tom Lane_mdfd_getrelnfd() should include kernel error code...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-30 Vadim B. MikheevNo more #ifdef XLOG.
next