]> granicus.if.org Git - postgresql/history - src/backend/storage/smgr/smgr.c
Prevent re-use of a deleted relation's relfilenode until after the next
[postgresql] / src / backend / storage / smgr / smgr.c
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-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-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
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-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-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-09-06 Tom LaneFix incorrect ordering of smgr cleanup relative to...
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-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-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-07-24 Tom LaneError message editing in backend/storage.
2003-03-04 Tom LaneReimplement free-space-map management as per recent...
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-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
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-05-10 Tom LaneAvoid unnecessary lseek() calls by cleanups in md.c...
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-21 Peter EisentrautPut external declarations into header files.
2000-11-13 Hiroshi Inoueprevent open failure of VIEW
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-10-28 Vadim B. MikheevWAL
2000-10-21 Vadim B. MikheevWAL
2000-10-16 Vadim B. MikheevNew file naming. Database OID is used as "tablespace...
2000-10-02 Peter EisentrautMop up from caddr_t -> Datum conversion to make things...
2000-10-02 Peter EisentrautBanish caddr_t (mostly), use Datum where appropriate.
2000-06-19 Tom LaneEnsure that kernel error code is included in smgr-level...
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
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-01-26 Bruce MomjianAdd:
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-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-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-05-25 Bruce Momjianpgindent run over code.
1999-04-23 Bruce MomjianAdd disk space message to "can not extend" message.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-07-20 Bruce MomjianCleanup Name usage.
1998-06-27 Bruce MomjianFix for hang after postmaster restart. Add new proc_ex...
1998-06-23 Bruce Momjianrename MAIN_MEMORY to STABLE_MEMORY_STORAGE
1998-05-29 Bruce MomjianRemove fork()/exec() and only do fork(). Small cleanups.
1998-04-01 Marc G. FournierFrom: Maurice Gittens <mgittens@david.gits.nl>
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
next