aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage
Commit message (Expand)AuthorAge
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-22
* Add support to lock manager for conditionally locking a lock (ie,Tom Lane2001-06-22
* Clean up some longstanding problems in shared-cache invalidation.Tom Lane2001-06-19
* Allow removal of system-named pg_* temp tables. Rename temp file/dir asBruce Momjian2001-06-18
* Tweak startup sequence so that running out of PROC array slots isTom Lane2001-06-16
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-12
* Move temporary files into 'pg_tempfiles' subdirectory of each databaseTom Lane2001-06-11
* Remove RelationGetBufferWithBuffer(), which is horribly confused aboutTom Lane2001-06-09
* Adjust WAL code so that checkpoints truncate the xlog at the previousTom Lane2001-06-06
* Guard against malloc failure. Also, don't examine segP->lastBackendTom Lane2001-06-01
* Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian2001-05-30
* Oops, only wanted python change in the last commit. Backing out.Bruce Momjian2001-05-25
* While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian2001-05-25
* Small code cleanups,formatting.Bruce Momjian2001-05-18
* 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