]> granicus.if.org Git - postgresql/history - src/backend/storage
Divide the lock manager's shared state into 'partitions', so as to
[postgresql] / src / backend / storage /
2005-12-11 Tom LaneDivide the lock manager's shared state into 'partitions...
2005-12-09 Tom LaneSimplify lock manager data structures by making a clear...
2005-12-08 Tom LaneFix thinko in comment.
2005-12-06 Tom LaneGet rid of slru.c's hardwired insistence on a fixed...
2005-12-03 Tom LaneTweak indexscan machinery to avoid taking an AccessShar...
2005-12-01 Tom LaneRetry in FileRead and FileWrite if Windows returns...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-17 Tom LaneDropRelFileNodeBuffers failed to fix the state of the...
2005-11-05 Tom LaneRepair an error introduced by log_line_prefix patch...
2005-10-29 Peter EisentrautMessage corrections
2005-10-27 Tom LaneTweak buffer manager so that 'internal' accesses to...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-13 Neil ConwayRemove an antiquated comment.
2005-10-12 Tom LaneFix another recently-changed place that was messing...
2005-10-12 Tom LaneDo all accesses to shared buffer headers through volati...
2005-10-11 Tom LaneAdd infrastructure for making spins_per_delay variable...
2005-10-07 Tom LaneFix LWLockAssign() so that it can safely be executed...
2005-10-07 Tom LaneAllocate a few extra LWLocks for possible use by add...
2005-09-22 Bruce MomjianThis patch cleans up the access to members of ItemIdData.
2005-09-19 Bruce MomjianPrint proper cause of statement cancel, user interactio...
2005-09-16 Tom LaneForce the size and alignment of LWLock array entries...
2005-08-26 Tom LaneAdjust m68k spinlock code to avoid duplicate in-line...
2005-08-25 Tom LaneReplace out-of-line tas() assembly code for MIPS with...
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-08-20 Tatsuo IshiiAdd BackendXidGetPid().
2005-08-17 Bruce MomjianFix FSM warning to mention increasing max_fsm_pages...
2005-08-12 Bruce MomjianReverse out Assert addition.
2005-08-12 Bruce MomjianImprove documention on loading large data sets into...
2005-08-12 Tom LaneRemove BufferBlockPointers array in favor of a base...
2005-08-12 Tom LaneSolve the problem of OID collisions by probing for...
2005-08-08 Tom LaneAvoid useless loop overhead in AtEOXact routines when...
2005-08-08 Tom LaneCause ShutdownPostgres to do a normal transaction abort...
2005-08-07 Tom LaneFix count_usable_fds() to stop trying to open files...
2005-08-02 Tom LaneTweak BgBufferSync() so that a persistent write error...
2005-08-01 Tom LaneAdd NOWAIT option to SELECT FOR UPDATE/SHARE.
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
2005-07-30 Bruce MomjianSUNOS4_CC -> SUNOS_CC.
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-20 Tom LaneAvoid WAL-logging individual tuple insertions during...
2005-06-19 Tom LaneSimplify uses of readdir() by creating a function ReadD...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-14 Tom LaneSimplify shared-memory lock data structures as per...
2005-06-13 Tom LaneAdjust lo_open() so that specifying INV_READ without...
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-06-02 Tom LaneChange CRCs in WAL records from 64bit to 32bit for...
2005-05-29 Tom LaneImprove LockAcquire API per my recent proposal. All...
2005-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-05-20 Bruce MomjianAdd support for wal_fsync_writethrough for Darwin,...
2005-05-19 Tom LaneUpdate comment that I missed the first time around.
2005-05-19 Tom LaneFactor out lock cleanup code that is needed in several...
2005-05-19 Tom LaneSplit the shared-memory array of PGPROC pointers out...
2005-05-11 Neil ConwayCode cleanup: in C89, there is no point casting the...
2005-04-30 Tom LaneUse the standard lock manager to establish priority...
2005-04-29 Tom LaneRestructure LOCKTAG as per discussions of a couple...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-24 Bruce MomjianUpdate VACUUM VERBOSE FSM message, per Tom.
2005-04-23 Bruce MomjianUpdate VACUUM VERBOSE update, per Alvaro.
2005-04-23 Bruce MomjianUpdate working of VACUUM VERBOSE.
2005-04-23 Bruce MomjianMake VACUUM VERBOSE FSM output all output in a single...
2005-04-23 Bruce MomjianModify output of VACUUM VERBOSE to be clearer.
2005-04-15 Neil ConwayRemove an unused variable "waitingForSignal". From...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-13 Tom LaneSimplify initdb-time assignment of OIDs as I proposed...
2005-04-08 Tom LaneIf we're going to have a non-panic check for held_lwloc...
2005-04-08 Tom LaneUse an always-there test, not an Assert, to check for...
2005-04-04 Neil ConwayRemove an unused variable `ShmemBootstrap', and remove...
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-19 Tom LaneUpgrade localbuf.c to use a hash table instead of linea...
2005-03-18 Tom LaneNeed to reset local buffer pin counts, not only shared...
2005-03-18 Tom LaneAvoid infinite loop in InvalidateBuffer if we ourselves...
2005-03-14 Bruce MomjianIssue free space notices to both the user and the serve...
2005-03-12 Bruce MomjianAdd warning about the need to increase "max_fsm_relatio...
2005-03-11 Neil ConwaySlight refactoring and optimization of some code in...
2005-03-04 Tom LaneReplace the BufMgrLock with separate locks on the looku...
2005-03-01 Tom LaneRelease proclock immediately in RemoveFromWaitQueue...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-02-04 Neil ConwayRefactor some duplicated code in lock.c: create UnGrant...
2005-02-03 Tom LaneEnsure that all details of the ARC algorithm are hidden...
2005-01-27 Neil ConwayChange heap_modifytuple() to require a TupleDesc rather...
2005-01-10 Tom LanePhase 1 of fix for 'SMgrRelation hashtable corrupted...
2005-01-03 Tom LaneRepair bufmgr deadlock problem reported by Michael...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-29 Tom LaneSupport Sun's compiler on SunOS4 (a/k/a Solaris 9)...
2004-12-29 Tom LaneRefactor EXEC_BACKEND code so that postmaster child...
2004-12-18 Bruce MomjianAllow NetBSD, m64k to compile the ASM spinlock code.
2004-11-24 Neil ConwayAssert that BufferIsPinned() in IncrBufferRefCount...
2004-11-20 Tom LaneReduce the default size of the local lock hash table...
2004-11-05 Peter EisentrautSmall message clarifications
2004-10-25 Neil ConwayModify hash_create() to elog(ERROR) if an error occurs...
2004-10-17 Tom LaneAllow background writing to be shut down by setting...
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-07 Neil ConwayAllow the spinlock test to be compiled successfully...
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-16 Tom LaneRecentXmin is too recent to use as the cutoff point...
next