summaryrefslogtreecommitdiff
path: root/src/backend/storage
Commit message (Expand)AuthorAgeFilesLines
* Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies theTom Lane2001-07-121-27/+31
* Add SHARE UPDATE EXCLUSIVE lock mode, coming soon to a VACUUM near you.Tom Lane2001-07-092-17/+30
* Implement LockBufferForCleanup(), which will allow concurrent VACUUMTom Lane2001-07-066-207/+373
* First non-stub implementation of shared free space map. It's not superTom Lane2001-07-022-34/+927
* Make the found-a-buffer-when-we-were-expecting-to-extend-the-rel pathTom Lane2001-07-021-6/+15
* Further work on connecting the free space map (which is still just aTom Lane2001-06-293-36/+79
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-279-97/+329
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-222-5/+15
* Add support to lock manager for conditionally locking a lock (ie,Tom Lane2001-06-222-61/+85
* Clean up some longstanding problems in shared-cache invalidation.Tom Lane2001-06-193-48/+17
* Allow removal of system-named pg_* temp tables. Rename temp file/dir asBruce Momjian2001-06-181-3/+3
* Tweak startup sequence so that running out of PROC array slots isTom Lane2001-06-163-45/+35
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-121-6/+2
* Move temporary files into 'pg_tempfiles' subdirectory of each databaseTom Lane2001-06-111-16/+120
* Remove RelationGetBufferWithBuffer(), which is horribly confused aboutTom Lane2001-06-091-50/+26
* Adjust WAL code so that checkpoints truncate the xlog at the previousTom Lane2001-06-062-2/+13
* Guard against malloc failure. Also, don't examine segP->lastBackendTom Lane2001-06-011-4/+13
* Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian2001-05-301-3/+3
* Oops, only wanted python change in the last commit. Backing out.Bruce Momjian2001-05-252-16/+7
* While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian2001-05-252-7/+16
* Small code cleanups,formatting.Bruce Momjian2001-05-181-2/+2
* Modify RelationGetBufferForTuple() so that we only do lseek and lockTom Lane2001-05-122-58/+70
* Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt wasTom Lane2001-05-104-98/+120
* Small cleanup.Bruce Momjian2001-05-081-2/+1
* > Occasionally and without warning I get this from my daily vacuumBruce Momjian2001-05-071-3/+3
* Check for failure of malloc() and realloc() when allocating space forTom Lane2001-04-031-7/+16
* open(2) flags saved for re-opening a virtual file should probably notTom Lane2001-04-031-3/+5
* _mdfd_getrelnfd() should include kernel error code in failure message.Tom Lane2001-04-021-2/+2
* Spell __volatile__ correctly.Tom Lane2001-03-271-2/+2
* Fix unportable assumptions about alignment of local char[n] variables.Tom Lane2001-03-251-7/+10
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-232-7/+9
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-222-124/+110
* pgindent run. Make it all clean.Bruce Momjian2001-03-2222-580/+700
* Check bufHdr->cntxDirty and call StartBufferIO in BufferSync()Vadim B. Mikheev2001-03-211-73/+83
* Remove NEXTXID xlog record type to avoid three-way deadlock risk.Tom Lane2001-03-181-2/+2
* When we add 'waiting' to the ps_status display, there should be aTom Lane2001-03-181-5/+6
* 'waiting' status display had extra space, removed.Bruce Momjian2001-03-141-2/+2
* XLOG (and related) changes:Tom Lane2001-03-131-1/+39
* Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occurTom Lane2001-02-261-6/+47
* At least on HPUX, select with delay.tv_sec = 0 and delay.tv_usec = 1000000Tom Lane2001-02-241-3/+3
* As long as we're fixing this space calculation, let's actually do itTom Lane2001-02-231-3/+3
* Bruce Momjian <pgman@candle.pha.pa.us> writes:Bruce Momjian2001-02-231-3/+2
* More comment cleanups.Bruce Momjian2001-02-221-13/+15
* More comment improvements.Bruce Momjian2001-02-221-89/+89
* Change s_lock to not use any zero-delay select() calls; these are just aTom Lane2001-02-183-23/+68
* Add current seek position to FDDEBUG output for FileRead,Tom Lane2001-02-171-7/+10
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-2/+3
* PageAddItem in overwrite mode: must *NOT* check itemid' flag ifVadim B. Mikheev2001-02-061-6/+9
* Special case in ProcSleep() wasn't sufficiently general: must check toTom Lane2001-01-262-31/+39
* Whoops, forgot to do ProcLockWakeup() after deadlock checkerTom Lane2001-01-251-1/+4