summaryrefslogtreecommitdiff
path: root/src/include/storage
AgeCommit message (Expand)Author
2002-07-02>the extra level of struct naming for pd_opaque has no obviousBruce Momjian
2002-07-02There already was a macro PageGetItemId; this is now used in (almost)Bruce Momjian
2002-07-02Minor code cleanup in bufmgr.c and bufmgr.h, mainly by moving repeatedBruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-15WriteBuffer return value:Bruce Momjian
2002-06-15Remove some pre-WAL relics:Bruce Momjian
2002-06-11Katherine Ward wrote:Jan Wieck
2002-05-05Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane
2002-04-15The patch I sent to -patches a little while ago wasn't applied: itBruce Momjian
2002-03-03Catcaches can now store negative entries as well as positive ones, toTom Lane
2002-02-19A bunch of changes aimed at reducing backend startup time...Tom Lane
2002-01-29Make S/390 TAS spell __inline__ the same way as the other eight GCCTom Lane
2002-01-15Add more sanity-checking to PageAddItem and PageIndexTupleDelete,Tom Lane
2001-12-11Make sure that inlined S_UNLOCK is marked as an update of a 'volatile'Tom Lane
2001-11-10Clean up usage-statistics display code (ShowUsage and friends). StatFpTom Lane
2001-11-06The extra semaphore that proc.c now allocates for checkpoint processesTom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-11-04Merge three existing ways of signaling postmaster from child processes,Tom Lane
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-05Further cleanup of dynahash.c API, in pursuit of portability andTom Lane
2001-10-01Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane
2001-09-30Create a GUC parameter max_files_per_process that is a configurableTom Lane
2001-09-30Back out change. Too many place to change too close to beta:Bruce Momjian
2001-09-29Do this TODO item:Bruce Momjian
2001-09-29Implement new 'lightweight lock manager' that's intermediate betweenTom Lane
2001-09-27Remove useless LockDisable() function and associated overhead, per myTom Lane
2001-09-24Treat __s390x__ the same as __s390__. (taken from RPM patch set)Peter Eisentraut
2001-09-21Add an overall timeout on the client authentication cycle, so thatTom Lane
2001-09-07Get rid of PID entries in shmem hash table; there is no longer any needTom Lane
2001-08-26Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane
2001-08-25Replace implementation of pg_log as a relation accessed through theTom Lane
2001-07-09Add SHARE UPDATE EXCLUSIVE lock mode, coming soon to a VACUUM near you.Tom Lane
2001-07-06Implement LockBufferForCleanup(), which will allow concurrent VACUUMTom Lane
2001-07-02First non-stub implementation of shared free space map. It's not superTom Lane
2001-06-29Further work on connecting the free space map (which is still just aTom Lane
2001-06-27Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane
2001-06-27Remove another unused include file with obsolete, useless,Tom Lane
2001-06-22Add support to lock manager for conditionally locking a lock (ie,Tom Lane
2001-06-21Remove unused include file for long-dead flavors of locking.Tom Lane
2001-06-19Clean up some longstanding problems in shared-cache invalidation.Tom Lane
2001-06-18The attached patch enables the contrib subtree to build cleanly underBruce Momjian
2001-06-16Tweak startup sequence so that running out of PROC array slots isTom Lane
2001-06-11Move temporary files into 'pg_tempfiles' subdirectory of each databaseTom Lane
2001-06-09Remove RelationGetBufferWithBuffer(), which is horribly confused aboutTom Lane
2001-05-25Oops, only wanted python change in the last commit. Backing out.Bruce Momjian
2001-05-25While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian
2001-05-24I haven't tried building postgres with the Watcom compiler for 7.1 becauseBruce Momjian
2001-05-14Small include file fix for pg_variabie.hBruce Momjian
2001-05-12Modify RelationGetBufferForTuple() so that we only do lseek and lockTom Lane