]> granicus.if.org Git - postgresql/history - src/include/storage
First phase of project to use fixed OIDs for all system catalogs and
[postgresql] / src / include / storage /
2005-03-22 Tom LaneCreate a routine PageIndexMultiDelete() that replaces...
2005-03-20 Tom LaneRemove unnecessary calls of FlushRelationBuffers: there...
2005-03-19 Tom LaneAdd temp_buffers GUC variable to allow users to determi...
2005-03-18 Tom LaneNeed to reset local buffer pin counts, not only shared...
2005-03-10 Bruce MomjianAdd spinlock support for Itanium processor with Intel...
2005-03-04 Tom LaneReplace the BufMgrLock with separate locks on the looku...
2005-02-03 Tom LaneEnsure that all details of the ARC algorithm are hidden...
2005-01-10 Tom LaneSeparate the functions of relcache entry flush and...
2005-01-10 Tom LanePhase 1 of fix for 'SMgrRelation hashtable corrupted...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-29 Tom LaneRefactor EXEC_BACKEND code so that postmaster child...
2004-11-09 Tom LanePut in place some defenses against being fooled by...
2004-10-16 Tom LaneGive the ResourceOwner mechanism full responsibility...
2004-10-16 Tom LaneRemove BufferLocks[] array in favor of a single pointer...
2004-10-15 Tom LaneRepair possible failure to update hint bits back to...
2004-10-06 Neil ConwayDocument what the "rep; nop" x86 assembler sequence...
2004-09-29 Tom LaneMinor adjustments to improve the accuracy of our comput...
2004-09-28 Tom LaneArrange to preallocate all required space for the buffe...
2004-09-24 Tom LaneGet rid of /*-inside-comment warning. My fault.
2004-09-24 Tom LaneFix TAS assembly stuff for Solaris/386. (I'm not in...
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-09-02 Tom LaneAdd s_lock support for HPUX on IA64, per Shinji Teragaito.
2004-08-30 Tom Laneslock_t must be int not char for MIPS. 7.4 got this...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-27 Tom LaneIntroduce local hash table for lock state, as per recen...
2004-08-26 Tom LaneImprove some comments.
2004-08-23 Tom LaneRearrange pg_subtrans handling as per recent discussion...
2004-08-11 Tom LaneFix failure to guarantee that a checkpoint will write...
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-08-01 Tom LaneSome mop-up work for savepoints (nested transactions...
2004-07-28 Tom LaneFix subtransaction behavior for large objects, temp...
2004-07-21 Tom LaneInvent WAL timelines, as per recent discussion, to...
2004-07-21 Bruce MomjianBack out pg_autovacuum commit after cvs clean failure...
2004-07-21 Bruce Momjianlease find enclosed a patch that matches the PL/Perl...
2004-07-19 Tom LaneXLOG file archiving and point-in-time recovery. There...
2004-07-17 Tom LaneInvent ResourceOwner mechanism as per my recent proposa...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-06-19 Tom LaneAdjust TAS assembly as per recent discussions: use...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-11 Tom LaneAdd some code to Assert that when we release pin on...
2004-06-05 Tom LaneAdjust PageGetMaxOffsetNumber to ensure sane behavior...
2004-06-02 Bruce MomjianPer previous discussions, here are two functions to...
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 LaneMinor code rationalization: FlushRelationBuffers just...
2004-05-31 Tom LanePer previous discussions, get rid of use of sync(2...
2004-05-29 Tom LaneSeparate out bgwriter code into a logically separate...
2004-05-28 Tom LaneCode review for EXEC_BACKEND changes. Reduce the numbe...
2004-05-23 Tom LaneHandle impending sinval queue overflow by means of...
2004-05-08 Tom LaneGet rid of rd_nblocks field in relcache entries. Turns...
2004-04-25 Neil ConwayTiny assorted fixes: correct a typo in a comment in...
2004-04-22 Neil ConwayMake LocalRefCount and PrivateRefCount arrays of int32...
2004-04-21 Tom LaneAnother round of code cleanup on bufmgr. Use BM_VALID...
2004-04-19 Tom LaneCode review for ARC patch. Eliminate static variables...
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-02-25 Bruce MomjianFor application to HEAD, following community review.
2004-02-23 Tom LaneReplace opendir/closedir calls throughout the backend...
2004-02-23 Tom LaneDo a direct probe during postmaster startup to determin...
2004-02-12 Jan WieckFixed bug where FlushRelationBuffers() did call Strateg...
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-02-04 Jan WieckBacking out the background writer sync() option.
2004-01-26 Tom LaneEnsure that close() and fclose() are checked for errors...
2004-01-24 Jan WieckAdded GUC variable bgwriter_flush_method controlling...
2004-01-15 Jan WieckAdjusted calculation of shared memory requirements...
2004-01-03 Tom LaneMust test for __hppa__ as well as __hppa to make linux...
2003-12-27 Tom LaneImprove spinlock code for recent x86 processors: insert...
2003-12-23 Tom LaneUse inlined TAS() on PA-RISC, if we are compiling with...
2003-12-23 Tom LaneMop-up for HAS_TEST_AND_SET refactoring. Un-break...
2003-12-23 Bruce MomjianHave configure --without-spinlocks actually not use...
2003-12-23 Bruce MomjianMove slock_t typdefs into s_lock.h from include/port...
2003-12-23 Bruce MomjianRemove NEED_I386_TAS_ASM and just test for compiler...
2003-12-22 Bruce MomjianTest for __alpha and __alpha__.
2003-12-20 Bruce MomjianThis patch is the next step towards (re)allowing fork...
2003-12-14 Neil ConwayI posted some bufmgr cleanup a few weeks ago, but it...
2003-12-12 Peter EisentrautThis patch properly sets the prototype for the on_shmem...
2003-12-11 Tom LaneFix thinko in comment.
2003-12-01 Tom LaneAvoid assuming that type key_t is 32 bits, since it...
2003-12-01 Bruce MomjianTry to reduce confusion about what is a lock method...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-19 Jan WieckBackground writer process
2003-11-13 Jan Wieck2nd try for the ARC strategy.
2003-11-13 Jan WieckARC strategy backed out ... sorry
2003-11-13 Jan WieckReplacement of the buffer replacement strategy with...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-11-07 Tom LaneCause stats processes to detach from shared memory...
2003-11-04 Peter EisentrautImprove message wording for spinlocks-missing compilati...
2003-10-10 Bruce MomjianRename __arm__/__arm__ to __arm__/__arm, found by Neil...
2003-09-29 Bruce MomjianFix #error message to mention renamed option --disable...
2003-09-12 Bruce MomjianImplement compiler #error if spinlock code not found...
2003-09-04 Tom LaneReimplement hash index locking algorithms, per my recen...
2003-08-10 Tom LaneRepair potential deadlock created by recent changes...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneSince HPUX now exists for Itanium, we should decouple...
2003-07-27 Tom Laneelog mop-up.
2003-07-20 Bruce MomjianAdd Opteron/Itanium comment.
2003-06-24 Bruce MomjianAdd x86_64 support for spinlocks.
next