]> granicus.if.org Git - postgresql/history - src/include/storage
A visit from the message-style police ...
[postgresql] / src / include / storage /
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.
2003-06-24 Bruce MomjianSmall patch to link to the proper place in the "runtime...
2003-06-11 Bruce MomjianThis patch extracts page buffer pooling and the simple
2003-06-05 Peter EisentrautSupport for Intel compiler on Linux
2003-05-08 Bruce MomjianPass shared memory address on command line to exec...
2003-05-06 Bruce MomjianPass shared memory id and socket descriptor number...
2003-05-03 Bruce MomjianHandle clog structure in shared memory in exec() case...
2003-05-02 Bruce MomjianBack out last commit --- wrong patch.
2003-05-02 Bruce MomjianDump/read non-default GUC values for use by exec'ed...
2003-04-29 Tom LaneCode review for holdable-cursors patch. Fix error...
2003-04-20 Tom LaneApple's assembler likes the inlined TAS syntax too...
2003-04-04 Tom LaneTighten up register usage for inline PPC version of...
2003-04-04 Tom LanePut the isync where it's supposed to be.
2003-03-28 Tom LaneAdd code to apply some simple sanity checks to the...
2003-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2003-03-06 Tom LaneAdd code to dump contents of free space map into $PGDAT...
2003-03-04 Tom LaneReimplement free-space-map management as per recent...
2003-02-19 Bruce MomjianBack out LOCKTAG changes by Rod Taylor, pending code...
2003-02-19 Bruce Momjian- Modifies LOCKTAG to include a 'classId'. Relation...
2003-02-18 Bruce MomjianRename 'holder' references to 'proclock' for PROCLOCK...
2003-01-16 Tom LaneAdd code to print information about a detected deadlock...
2002-11-22 Tom LaneTAS code originally written for s390 (32-bit) does...
2002-11-10 Bruce Momjian> > I'll re-check that with the ppc architecture guy...
2002-10-31 Tom LaneCode review for statement_timeout patch. Fix some...
2002-10-22 Peter EisentrautAdd DLLIMPORT declarations required by contrib with...
2002-10-21 Peter EisentrautAdd DLLIMPORT declarations needed by contrib modules.
2002-09-21 Tom LaneFix PPC s_lock operations to work correctly on multi...
2002-09-20 Tom LanePerformance improvement for MultiRecordFreeSpace on...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianI tried to build PostgreSQL with the following step...
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-31 Tom LaneCode review for pg_locks feature. Make shmemoffset...
2002-08-29 Bruce MomjianThis patch reserves the last superuser_reserved_connect...
2002-08-17 Bruce Momjian[ Newest version of patch applied.]
2002-08-11 Tom LaneCode review of CLUSTER patch. Clean up problems with...
2002-08-06 Tom LaneRemove no-longer-used PageManagerMode enum.
2002-08-06 Tom LaneRestructure local-buffer handling per recent pghackers...
2002-08-01 Bruce Momjian* -Remove LockMethodTable.prio field, not used (Bruce)
2002-07-19 Bruce MomjianComplete TODO item:
2002-07-18 Bruce MomjianComplete TODO item:
2002-07-13 Bruce MomjianAdd SET statement_timeout capability. Timeout is in...
2002-07-02 Bruce Momjian>the extra level of struct naming for pd_opaque has...
2002-07-02 Bruce MomjianThere already was a macro PageGetItemId; this is now...
2002-07-02 Bruce MomjianMinor code cleanup in bufmgr.c and bufmgr.h, mainly...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-15 Bruce MomjianWriteBuffer return value:
2002-06-15 Bruce MomjianRemove some pre-WAL relics:
2002-06-11 Jan WieckKatherine Ward wrote:
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-04-15 Bruce MomjianThe patch I sent to -patches a little while ago wasn...
2002-03-03 Tom LaneCatcaches can now store negative entries as well as...
2002-02-19 Tom LaneA bunch of changes aimed at reducing backend startup...
2002-01-29 Tom LaneMake S/390 TAS spell __inline__ the same way as the...
2002-01-15 Tom LaneAdd more sanity-checking to PageAddItem and PageIndexTu...
2001-12-11 Tom LaneMake sure that inlined S_UNLOCK is marked as an update...
2001-11-10 Tom LaneClean up usage-statistics display code (ShowUsage and...
2001-11-06 Tom LaneThe extra semaphore that proc.c now allocates for check...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-11-04 Tom LaneMerge three existing ways of signaling postmaster from...
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-30 Tom LaneCreate a GUC parameter max_files_per_process that is...
2001-09-30 Bruce MomjianBack out change. Too many place to change too close...
2001-09-29 Bruce MomjianDo this TODO item:
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-09-27 Tom LaneRemove useless LockDisable() function and associated...
2001-09-24 Peter EisentrautTreat __s390x__ the same as __s390__. (taken from...
2001-09-21 Tom LaneAdd an overall timeout on the client authentication...
2001-09-07 Tom LaneGet rid of PID entries in shmem hash table; there is...
2001-08-26 Tom LaneTransaction IDs wrap around, per my proposal of 13...
2001-08-25 Tom LaneReplace implementation of pg_log as a relation accessed...
2001-07-09 Tom LaneAdd SHARE UPDATE EXCLUSIVE lock mode, coming soon to...
2001-07-06 Tom LaneImplement LockBufferForCleanup(), which will allow...
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-27 Tom LaneRemove another unused include file with obsolete, useless,
2001-06-22 Tom LaneAdd support to lock manager for conditionally locking...
2001-06-21 Tom LaneRemove unused include file for long-dead flavors of...
2001-06-19 Tom LaneClean up some longstanding problems in shared-cache...
2001-06-18 Bruce MomjianThe attached patch enables the contrib subtree to build...
2001-06-16 Tom LaneTweak startup sequence so that running out of PROC...
2001-06-11 Tom LaneMove temporary files into 'pg_tempfiles' subdirectory...
2001-06-09 Tom LaneRemove RelationGetBufferWithBuffer(), which is horribly...
2001-05-25 Bruce MomjianOops, only wanted python change in the last commit...
2001-05-25 Bruce MomjianWhile changing Cygwin Python to build its core as a...
2001-05-24 Bruce MomjianI haven't tried building postgres with the Watcom compi...
2001-05-14 Bruce MomjianSmall include file fix for pg_variabie.h
2001-05-12 Tom LaneModify RelationGetBufferForTuple() so that we only...
2001-05-10 Tom LaneAvoid unnecessary lseek() calls by cleanups in md.c...
2001-04-13 Tom LaneSuppress compiler warnings in Vax and NS32K assembly...
2001-03-30 Tom LaneAdd appropriately ifdef'd hack to make ARM compiler...
2001-03-25 Tom LaneRe-order declarations to un-break the non-HAS_TEST_AND_...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
next