]> granicus.if.org Git - postgresql/history - src/backend/storage/smgr/md.c
Prevent re-use of a deleted relation's relfilenode until after the next
[postgresql] / src / backend / storage / smgr / md.c
2007-11-15 Tom LanePrevent re-use of a deleted relation's relfilenode...
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-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 Tom LaneFix a passel of recently-committed violations of the...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-03 Tom LaneArrange to call AbsorbFsyncRequests every so often...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-20 Tom LaneAvoid WAL-logging individual tuple insertions during...
2005-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-25 Neil ConwayModify hash_create() to elog(ERROR) if an error occurs...
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-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-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
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-01-07 Tom LaneTweak mdnblocks() to avoid doing lseek() on segments...
2002-11-12 Tom LaneImprove comment: add note that grotty special case...
2002-08-06 Tom LaneRestructure local-buffer handling per recent pghackers...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
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-08-24 Peter EisentrautRename config.h to pg_config.h and os.h to pg_config_os...
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.
2000-11-10 Vadim B. Mikheevpg_fsync is fsync in WAL version.
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-10-28 Vadim B. MikheevWAL
2000-10-20 Vadim B. Mikheevredo/undo support functions and cleanups.
2000-10-16 Vadim B. MikheevNew file naming. Database OID is used as "tablespace...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-07-10 Tom LanePrevent creating a boatload of empty segments when...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-19 Tom LaneEnsure that kernel error code is included in smgr-level...
2000-06-02 Bruce MomjianRemove NT-specific file open defines by defining our...
2000-06-02 Tom LaneCreate an fd.c entry point that is just like plain...
2000-05-25 Tom LaneAdd some elog(DEBUG)'s to help diagnose mdblindwrt...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-10 Tom LaneTweak smgrblindwrt per advice from Vadim: add parameter...
2000-04-09 Tom LaneBuffer manager modifications to keep a local buffer...
2000-02-07 Hiroshi InoueRemove ugly call ImmediateSharedRelationCacheInvalidate()
2000-01-26 Bruce MomjianAdd:
2000-01-13 Peter EisentrautFixed everything in and surrounding createdb and dropdb...
2000-01-10 Hiroshi InoueImprove cache invalidation handling. Eespecially
1999-11-16 Bruce MomjianCommit to make clearer distinction for temp names and...
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-11-04 Hiroshi InoueMake it possible to execute crashed CREATE/DROP command...
1999-10-25 Tom LaneStandardize on MAXPGPATH as the size of a file pathname...
1999-10-06 Hiroshi InoueImprove the treatment of partial(incomplete) blocks...
1999-09-28 Vadim B. MikheevMake tree compilable (+WAL).
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-09-05 Tom LanePer Tatsuo's recommendation, change mdopen so that...
1999-09-02 Tom LaneRepair a bunch of problems in md.c. This builds on...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-06-18 Bruce MomjianPatch to allow vacuum on multi-segment tables, from...
1999-06-11 Bruce MomjianChange mdtruncate to truncate and not unlink.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-17 Bruce MomjianThis is actually more of a fundamental problem with...
1999-04-05 Tom LaneReduce default file size limit to 1Gb, and move the
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-17 Bruce MomjianApply Win32 patch from Horak Daniel.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-24 Bruce Momjiano note that now pg_database has a new attribuite "encod...
1998-08-11 Bruce MomjianChange owner from oid to int4 type.
1998-07-26 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-07-24 Marc G. FournierI really hope that I haven't missed anything in this...
1998-07-20 Bruce MomjianCleanup use of 16 that should be NAMEDATALEN.
1998-07-20 Bruce MomjianCleanup Name usage.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
next