]> granicus.if.org Git - postgresql/history - src/backend/storage
message refinements
[postgresql] / src / backend / storage /
2001-08-04 Bruce MomjianThis patch is because Hurd does not support NOFILE...
2001-07-19 Tom LaneMinor performance improvement in MultiRecordFreeSpace.
2001-07-16 Tom LaneImprove documentation about reasoning behind the order...
2001-07-12 Tom LaneCreate a new HeapTupleSatisfiesVacuum() routine in...
2001-07-09 Tom LaneAdd SHARE UPDATE EXCLUSIVE lock mode, coming soon to...
2001-07-06 Tom LaneImplement LockBufferForCleanup(), which will allow...
2001-07-02 Tom LaneFirst non-stub implementation of shared free space...
2001-07-02 Tom LaneMake the found-a-buffer-when-we-were-expecting-to-exten...
2001-06-29 Tom LaneFurther work on connecting the free space map (which...
2001-06-27 Tom LaneInstall infrastructure for shared-memory free space...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-06-22 Tom LaneAdd support to lock manager for conditionally locking...
2001-06-19 Tom LaneClean up some longstanding problems in shared-cache...
2001-06-18 Bruce MomjianAllow removal of system-named pg_* temp tables. Rename...
2001-06-16 Tom LaneTweak startup sequence so that running out of PROC...
2001-06-12 Tom LaneClean up various to-do items associated with system...
2001-06-11 Tom LaneMove temporary files into 'pg_tempfiles' subdirectory...
2001-06-09 Tom LaneRemove RelationGetBufferWithBuffer(), which is horribly...
2001-06-06 Tom LaneAdjust WAL code so that checkpoints truncate the xlog...
2001-06-01 Tom LaneGuard against malloc failure. Also, don't examine...
2001-05-30 Bruce MomjianRemove SEP_CHAR, replace with / or '/' as appropriate.
2001-05-25 Bruce MomjianOops, only wanted python change in the last commit...
2001-05-25 Bruce MomjianWhile changing Cygwin Python to build its core as a...
2001-05-18 Bruce MomjianSmall code cleanups,formatting.
2001-05-12 Tom LaneModify RelationGetBufferForTuple() so that we only...
2001-05-10 Tom LaneAvoid unnecessary lseek() calls by cleanups in md.c...
2001-05-08 Bruce MomjianSmall cleanup.
2001-05-07 Bruce Momjian> Occasionally and without warning I get this from...
2001-04-03 Tom LaneCheck for failure of malloc() and realloc() when alloca...
2001-04-03 Tom Laneopen(2) flags saved for re-opening a virtual file shoul...
2001-04-02 Tom Lane_mdfd_getrelnfd() should include kernel error code...
2001-03-27 Tom LaneSpell __volatile__ correctly.
2001-03-25 Tom LaneFix unportable assumptions about alignment of local...
2001-03-23 Bruce MomjianFix comments that were mis-wrapped, for Tom Lane.
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-21 Vadim B. MikheevCheck bufHdr->cntxDirty and call StartBufferIO in Buffe...
2001-03-18 Tom LaneRemove NEXTXID xlog record type to avoid three-way...
2001-03-18 Tom LaneWhen we add 'waiting' to the ps_status display, there...
2001-03-14 Bruce Momjian'waiting' status display had extra space, removed.
2001-03-13 Tom LaneXLOG (and related) changes:
2001-02-26 Tom LaneImplement COMMIT_SIBLINGS parameter to allow pre-commit...
2001-02-24 Tom LaneAt least on HPUX, select with delay.tv_sec = 0 and...
2001-02-23 Tom LaneAs long as we're fixing this space calculation, let...
2001-02-23 Bruce MomjianBruce Momjian <pgman@candle.pha.pa.us> writes:
2001-02-22 Bruce MomjianMore comment cleanups.
2001-02-22 Bruce MomjianMore comment improvements.
2001-02-18 Tom LaneChange s_lock to not use any zero-delay select() calls...
2001-02-17 Tom LaneAdd current seek position to FDDEBUG output for FileRead,
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-02-06 Vadim B. MikheevPageAddItem in overwrite mode: must *NOT* check itemid...
2001-01-26 Tom LaneSpecial case in ProcSleep() wasn't sufficiently general...
2001-01-25 Tom LaneWhoops, forgot to do ProcLockWakeup() after deadlock...
2001-01-25 Tom LaneRe-implement deadlock detection and resolution, per...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-23 Tom LaneFix all the places that called heap_update() and heap_d...
2001-01-22 Tom LaneClean up lockmanager data structures some more, in...
2001-01-21 Bruce MomjianBack out patch for BLOB operations until approval.
2001-01-21 Bruce MomjianHello,
2001-01-19 Tom LaneMake critical sections (elog->crash) and interrupt...
2001-01-19 Bruce Momjiancleanup.
2001-01-19 Bruce MomjianRemove ; and add \n to ASM code.
2001-01-16 Tom LaneOops, I had managed to break query-cancel-while-waiting...
2001-01-16 Tom LaneRename fields of lock and lockholder structures to...
2001-01-14 Tom LaneRestructure backend SIGINT/SIGTERM handling so that...
2001-01-12 Tom LaneAdd more critical-section calls: all code sections...
2001-01-10 Hiroshi InoueRemoved a no longer needed SetWaitingForLock() call in
2001-01-09 Hiroshi InoueDisable query cancel during HandleDeadLock().
2001-01-08 Tom LaneLockBuffer should not elog while holding buffer's cntx_...
2001-01-07 Tom LaneClear QueryCancel and ProcDiePending at start of proc_e...
2001-01-02 Tom LaneClean up non-reentrant interface for hash_seq/HashTable...
2000-12-30 Vadim B. Mikheev1. WAL needs in zero-ed content of newly initialized...
2000-12-30 Tom LaneParanoia about possible values of errno after a shmget...
2000-12-29 Tom LaneFix failure in CreateCheckPoint on some Alpha boxes...
2000-12-28 Vadim B. MikheevNew WAL version - CRC and data blocks backup.
2000-12-22 Vadim B. MikheevAvoid XLogFlush for clean buffers in BufferSync.
2000-12-22 Tom LaneRevise lock manager to support "session level" locks...
2000-12-20 Tom LaneRemove multi.c and single.c, which have been dead code for
2000-12-18 Tom LaneEnsure that 'errno' is saved and restored by all signal...
2000-12-18 Tom LaneClean up backend-exit-time cleanup behavior. Use on_sh...
2000-12-11 Tom LaneTweak Darwin patch to get right include order.
2000-12-11 Tom LaneDarwin porting patches from Peter Bierman <bierman...
2000-12-08 Tom LaneResurrect -F switch: it controls fsyncs again, though...
2000-12-03 Tom LaneDon't use 'private' as a parameter name in visible...
2000-11-30 Vadim B. Mikheevmisc
2000-11-30 Vadim B. MikheevHope that this is valid localbuf.c version
2000-11-30 Vadim B. MikheevNo more #ifdef XLOG.
2000-11-30 Tom LaneIt seems some platforms declare kill(2) in signal.h...
2000-11-30 Tom LaneRearrange bufmgr header files so that buf_internals...
2000-11-28 Tom LaneSignificant cleanups in SysV IPC handling (shared mem...
2000-11-23 Vadim B. MikheevSet fdstate in fileNameOpenFile.
2000-11-22 Hiroshi Inoueavoid opening view files.
2000-11-21 Peter EisentrautPut external declarations into header files.
2000-11-20 Peter EisentrautInclude postgres.h before checking #ifdef XLOG.
2000-11-16 Bruce MomjianMake pgsql compile on FreeBSD-alpha.
2000-11-13 Hiroshi Inoueprevent open failure of VIEW
2000-11-12 Tom LaneKeep track of the last active slot in the shared ProcSt...
2000-11-10 Vadim B. Mikheevpg_fsync is fsync in WAL version.
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-11-05 Vadim B. MikheevNew CHECKPOINT command.
next