| Commit message (Expand) | Author | Age | Files | Lines |
| * | Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the | Tom Lane | 2001-07-12 | 1 | -27/+31 |
| * | Add SHARE UPDATE EXCLUSIVE lock mode, coming soon to a VACUUM near you. | Tom Lane | 2001-07-09 | 2 | -17/+30 |
| * | Implement LockBufferForCleanup(), which will allow concurrent VACUUM | Tom Lane | 2001-07-06 | 6 | -207/+373 |
| * | First non-stub implementation of shared free space map. It's not super | Tom Lane | 2001-07-02 | 2 | -34/+927 |
| * | Make the found-a-buffer-when-we-were-expecting-to-extend-the-rel path | Tom Lane | 2001-07-02 | 1 | -6/+15 |
| * | Further work on connecting the free space map (which is still just a | Tom Lane | 2001-06-29 | 3 | -36/+79 |
| * | Install infrastructure for shared-memory free space map. Doesn't actually | Tom Lane | 2001-06-27 | 9 | -97/+329 |
| * | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 | 2 | -5/+15 |
| * | Add support to lock manager for conditionally locking a lock (ie, | Tom Lane | 2001-06-22 | 2 | -61/+85 |
| * | Clean up some longstanding problems in shared-cache invalidation. | Tom Lane | 2001-06-19 | 3 | -48/+17 |
| * | Allow removal of system-named pg_* temp tables. Rename temp file/dir as | Bruce Momjian | 2001-06-18 | 1 | -3/+3 |
| * | Tweak startup sequence so that running out of PROC array slots is | Tom Lane | 2001-06-16 | 3 | -45/+35 |
| * | Clean up various to-do items associated with system indexes: | Tom Lane | 2001-06-12 | 1 | -6/+2 |
| * | Move temporary files into 'pg_tempfiles' subdirectory of each database | Tom Lane | 2001-06-11 | 1 | -16/+120 |
| * | Remove RelationGetBufferWithBuffer(), which is horribly confused about | Tom Lane | 2001-06-09 | 1 | -50/+26 |
| * | Adjust WAL code so that checkpoints truncate the xlog at the previous | Tom Lane | 2001-06-06 | 2 | -2/+13 |
| * | Guard against malloc failure. Also, don't examine segP->lastBackend | Tom Lane | 2001-06-01 | 1 | -4/+13 |
| * | Remove SEP_CHAR, replace with / or '/' as appropriate. | Bruce Momjian | 2001-05-30 | 1 | -3/+3 |
| * | Oops, only wanted python change in the last commit. Backing out. | Bruce Momjian | 2001-05-25 | 2 | -16/+7 |
| * | While changing Cygwin Python to build its core as a DLL (like Win32 | Bruce Momjian | 2001-05-25 | 2 | -7/+16 |
| * | Small code cleanups,formatting. | Bruce Momjian | 2001-05-18 | 1 | -2/+2 |
| * | Modify RelationGetBufferForTuple() so that we only do lseek and lock | Tom Lane | 2001-05-12 | 2 | -58/+70 |
| * | Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt was | Tom Lane | 2001-05-10 | 4 | -98/+120 |
| * | Small cleanup. | Bruce Momjian | 2001-05-08 | 1 | -2/+1 |
| * | > Occasionally and without warning I get this from my daily vacuum | Bruce Momjian | 2001-05-07 | 1 | -3/+3 |
| * | Check for failure of malloc() and realloc() when allocating space for | Tom Lane | 2001-04-03 | 1 | -7/+16 |
| * | open(2) flags saved for re-opening a virtual file should probably not | Tom Lane | 2001-04-03 | 1 | -3/+5 |
| * | _mdfd_getrelnfd() should include kernel error code in failure message. | Tom Lane | 2001-04-02 | 1 | -2/+2 |
| * | Spell __volatile__ correctly. | Tom Lane | 2001-03-27 | 1 | -2/+2 |
| * | Fix unportable assumptions about alignment of local char[n] variables. | Tom Lane | 2001-03-25 | 1 | -7/+10 |
| * | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian | 2001-03-23 | 2 | -7/+9 |
| * | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 2 | -124/+110 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 22 | -580/+700 |
| * | Check bufHdr->cntxDirty and call StartBufferIO in BufferSync() | Vadim B. Mikheev | 2001-03-21 | 1 | -73/+83 |
| * | Remove NEXTXID xlog record type to avoid three-way deadlock risk. | Tom Lane | 2001-03-18 | 1 | -2/+2 |
| * | When we add 'waiting' to the ps_status display, there should be a | Tom Lane | 2001-03-18 | 1 | -5/+6 |
| * | 'waiting' status display had extra space, removed. | Bruce Momjian | 2001-03-14 | 1 | -2/+2 |
| * | XLOG (and related) changes: | Tom Lane | 2001-03-13 | 1 | -1/+39 |
| * | Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur | Tom Lane | 2001-02-26 | 1 | -6/+47 |
| * | At least on HPUX, select with delay.tv_sec = 0 and delay.tv_usec = 1000000 | Tom Lane | 2001-02-24 | 1 | -3/+3 |
| * | As long as we're fixing this space calculation, let's actually do it | Tom Lane | 2001-02-23 | 1 | -3/+3 |
| * | Bruce Momjian <pgman@candle.pha.pa.us> writes: | Bruce Momjian | 2001-02-23 | 1 | -3/+2 |
| * | More comment cleanups. | Bruce Momjian | 2001-02-22 | 1 | -13/+15 |
| * | More comment improvements. | Bruce Momjian | 2001-02-22 | 1 | -89/+89 |
| * | Change s_lock to not use any zero-delay select() calls; these are just a | Tom Lane | 2001-02-18 | 3 | -23/+68 |
| * | Add current seek position to FDDEBUG output for FileRead, | Tom Lane | 2001-02-17 | 1 | -7/+10 |
| * | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 | 1 | -2/+3 |
| * | PageAddItem in overwrite mode: must *NOT* check itemid' flag if | Vadim B. Mikheev | 2001-02-06 | 1 | -6/+9 |
| * | Special case in ProcSleep() wasn't sufficiently general: must check to | Tom Lane | 2001-01-26 | 2 | -31/+39 |
| * | Whoops, forgot to do ProcLockWakeup() after deadlock checker | Tom Lane | 2001-01-25 | 1 | -1/+4 |