| Commit message (Expand) | Author | Age |
* | Modify RelationGetBufferForTuple() so that we only do lseek and lock | Tom Lane | 2001-05-12 |
* | Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt was | Tom Lane | 2001-05-10 |
* | Small cleanup. | Bruce Momjian | 2001-05-08 |
* | > Occasionally and without warning I get this from my daily vacuum | Bruce Momjian | 2001-05-07 |
* | Check for failure of malloc() and realloc() when allocating space for | Tom Lane | 2001-04-03 |
* | open(2) flags saved for re-opening a virtual file should probably not | Tom Lane | 2001-04-03 |
* | _mdfd_getrelnfd() should include kernel error code in failure message. | Tom Lane | 2001-04-02 |
* | Spell __volatile__ correctly. | Tom Lane | 2001-03-27 |
* | Fix unportable assumptions about alignment of local char[n] variables. | Tom Lane | 2001-03-25 |
* | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian | 2001-03-23 |
* | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Check bufHdr->cntxDirty and call StartBufferIO in BufferSync() | Vadim B. Mikheev | 2001-03-21 |
* | Remove NEXTXID xlog record type to avoid three-way deadlock risk. | Tom Lane | 2001-03-18 |
* | When we add 'waiting' to the ps_status display, there should be a | Tom Lane | 2001-03-18 |
* | 'waiting' status display had extra space, removed. | Bruce Momjian | 2001-03-14 |
* | XLOG (and related) changes: | Tom Lane | 2001-03-13 |
* | Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur | Tom Lane | 2001-02-26 |
* | At least on HPUX, select with delay.tv_sec = 0 and delay.tv_usec = 1000000 | Tom Lane | 2001-02-24 |
* | As long as we're fixing this space calculation, let's actually do it | Tom Lane | 2001-02-23 |
* | Bruce Momjian <pgman@candle.pha.pa.us> writes: | Bruce Momjian | 2001-02-23 |
* | More comment cleanups. | Bruce Momjian | 2001-02-22 |
* | More comment improvements. | Bruce Momjian | 2001-02-22 |
* | Change s_lock to not use any zero-delay select() calls; these are just a | Tom Lane | 2001-02-18 |
* | Add current seek position to FDDEBUG output for FileRead, | Tom Lane | 2001-02-17 |
* | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 |
* | PageAddItem in overwrite mode: must *NOT* check itemid' flag if | Vadim B. Mikheev | 2001-02-06 |
* | Special case in ProcSleep() wasn't sufficiently general: must check to | Tom Lane | 2001-01-26 |
* | Whoops, forgot to do ProcLockWakeup() after deadlock checker | Tom Lane | 2001-01-25 |
* | Re-implement deadlock detection and resolution, per design notes posted | Tom Lane | 2001-01-25 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Fix all the places that called heap_update() and heap_delete() without | Tom Lane | 2001-01-23 |
* | Clean up lockmanager data structures some more, in preparation for planned | Tom Lane | 2001-01-22 |
* | Back out patch for BLOB operations until approval. | Bruce Momjian | 2001-01-21 |
* | Hello, | Bruce Momjian | 2001-01-21 |
* | Make critical sections (elog->crash) and interrupt holdoff sections | Tom Lane | 2001-01-19 |
* | cleanup. | Bruce Momjian | 2001-01-19 |
* | Remove ; and add \n to ASM code. | Bruce Momjian | 2001-01-19 |
* | Oops, I had managed to break query-cancel-while-waiting-for-lock. | Tom Lane | 2001-01-16 |
* | Rename fields of lock and lockholder structures to something a tad less | Tom Lane | 2001-01-16 |
* | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane | 2001-01-14 |
* | Add more critical-section calls: all code sections that hold spinlocks | Tom Lane | 2001-01-12 |
* | Removed a no longer needed SetWaitingForLock() call in | Hiroshi Inoue | 2001-01-10 |
* | Disable query cancel during HandleDeadLock(). | Hiroshi Inoue | 2001-01-09 |
* | LockBuffer should not elog while holding buffer's cntx_lock. | Tom Lane | 2001-01-08 |
* | Clear QueryCancel and ProcDiePending at start of proc_exit, to ensure | Tom Lane | 2001-01-07 |
* | Clean up non-reentrant interface for hash_seq/HashTableWalk, so that | Tom Lane | 2001-01-02 |
* | 1. WAL needs in zero-ed content of newly initialized page. | Vadim B. Mikheev | 2000-12-30 |
* | Paranoia about possible values of errno after a shmget/semget failure. | Tom Lane | 2000-12-30 |
* | Fix failure in CreateCheckPoint on some Alpha boxes --- it's not OK to | Tom Lane | 2000-12-29 |