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