summaryrefslogtreecommitdiff
path: root/src/include/storage
Commit message (Expand)AuthorAgeFilesLines
* Clean up usage-statistics display code (ShowUsage and friends). StatFpTom Lane2001-11-101-2/+2
* The extra semaphore that proc.c now allocates for checkpoint processesTom Lane2001-11-061-3/+5
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-0528-61/+61
* Merge three existing ways of signaling postmaster from child processes,Tom Lane2001-11-041-0/+39
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-2828-47/+74
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-2528-113/+91
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-051-3/+3
* Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane2001-10-013-12/+11
* Create a GUC parameter max_files_per_process that is a configurableTom Lane2001-09-301-1/+6
* Back out change. Too many place to change too close to beta:Bruce Momjian2001-09-302-21/+21
* Do this TODO item:Bruce Momjian2001-09-292-21/+21
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-2911-186/+197
* Remove useless LockDisable() function and associated overhead, per myTom Lane2001-09-271-3/+1
* Treat __s390x__ the same as __s390__. (taken from RPM patch set)Peter Eisentraut2001-09-241-2/+2
* Add an overall timeout on the client authentication cycle, so thatTom Lane2001-09-211-1/+4
* Get rid of PID entries in shmem hash table; there is no longer any needTom Lane2001-09-072-11/+19
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-261-2/+2
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-251-5/+1
* Add SHARE UPDATE EXCLUSIVE lock mode, coming soon to a VACUUM near you.Tom Lane2001-07-092-10/+11
* Implement LockBufferForCleanup(), which will allow concurrent VACUUMTom Lane2001-07-064-45/+43
* First non-stub implementation of shared free space map. It's not superTom Lane2001-07-022-2/+5
* Further work on connecting the free space map (which is still just aTom Lane2001-06-291-3/+3
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-274-22/+66
* Remove another unused include file with obsolete, useless,Tom Lane2001-06-271-32/+0
* Add support to lock manager for conditionally locking a lock (ie,Tom Lane2001-06-222-8/+14
* Remove unused include file for long-dead flavors of locking.Tom Lane2001-06-211-82/+0
* Clean up some longstanding problems in shared-cache invalidation.Tom Lane2001-06-192-20/+59
* The attached patch enables the contrib subtree to build cleanly underBruce Momjian2001-06-181-2/+2
* Tweak startup sequence so that running out of PROC array slots isTom Lane2001-06-161-2/+1
* Move temporary files into 'pg_tempfiles' subdirectory of each databaseTom Lane2001-06-111-1/+2
* Remove RelationGetBufferWithBuffer(), which is horribly confused aboutTom Lane2001-06-092-17/+10
* Oops, only wanted python change in the last commit. Backing out.Bruce Momjian2001-05-252-7/+2
* While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian2001-05-252-2/+7
* I haven't tried building postgres with the Watcom compiler for 7.1 becauseBruce Momjian2001-05-241-13/+13
* Small include file fix for pg_variabie.hBruce Momjian2001-05-141-4/+4
* Modify RelationGetBufferForTuple() so that we only do lseek and lockTom Lane2001-05-121-2/+2
* Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt wasTom Lane2001-05-101-4/+5
* Suppress compiler warnings in Vax and NS32K assembly code: 'register foo'Tom Lane2001-04-131-5/+5
* Add appropriately ifdef'd hack to make ARM compiler allocate ItemPointerDataTom Lane2001-03-301-3/+17
* Re-order declarations to un-break the non-HAS_TEST_AND_SET case.Tom Lane2001-03-251-8/+11
* pgindent run. Make it all clean.Bruce Momjian2001-03-2215-81/+91
* XLOG (and related) changes:Tom Lane2001-03-131-1/+3
* Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occurTom Lane2001-02-262-3/+7
* Update comments on locks.Bruce Momjian2001-02-231-1/+9
* Bruce Momjian <pgman@candle.pha.pa.us> writes:Bruce Momjian2001-02-231-3/+4
* More comment improvements.Bruce Momjian2001-02-222-8/+9
* Change /*---- commants to /* where appropriate. pgindent will tightenBruce Momjian2001-02-221-3/+3
* Comment improvements.Bruce Momjian2001-02-211-2/+2
* Change s_lock to not use any zero-delay select() calls; these are just aTom Lane2001-02-182-9/+11
* Just noticed that use of 'volatile' in HPPA S_UNLOCK() was causing gccTom Lane2001-02-161-3/+5