]> granicus.if.org Git - postgresql/history - src/include/storage
Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
[postgresql] / src / include / storage /
2006-01-19 Tom LaneIt turns out that TablespaceCreateDbspace fails badly...
2006-01-05 Bruce MomjianRemove QNX port.
2006-01-04 Tom LaneRearrange backend startup sequence so that ShmemIndexLo...
2005-12-30 Bruce MomjianAdd support for Solaris x86_64 using Sun's compiler.
2005-12-29 Tom LaneGet rid of the SpinLockAcquire/SpinLockAcquire_NoHoldof...
2005-12-17 Bruce MomjianFix typo.
2005-12-17 Bruce MomjianUpdate s_lock.c comments.
2005-12-17 Bruce MomjianUpdate ASM comments.
2005-12-16 Tom LaneRethink prior patch to filter out dead backend entries...
2005-12-11 Tom LaneDivide the lock manager's shared state into 'partitions...
2005-12-09 Tom LaneSimplify lock manager data structures by making a clear...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-17 Tom LaneDropRelFileNodeBuffers failed to fix the state of the...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-13 Neil ConwayAdd a comment describing the requirement that pointers...
2005-10-12 Tom LaneDo all accesses to shared buffer headers through volati...
2005-10-11 Tom LaneAdd infrastructure for making spins_per_delay variable...
2005-10-11 Tom LaneDon't use a non-locked pre-test of the spinlock on...
2005-09-22 Bruce MomjianThis patch cleans up the access to members of ItemIdData.
2005-09-19 Bruce MomjianPrint proper cause of statement cancel, user interactio...
2005-08-29 Tom LaneSigh, looks like you need '.set mips2' before you can...
2005-08-28 Tom LaneAdd a SYNC instruction to the S_UNLOCK sequence for...
2005-08-27 Tom LaneGet the MIPS assembler syntax right. Also add a separa...
2005-08-26 Tom LaneAnother try at the inlined MIPS spinlock code. Can...
2005-08-26 Tom LaneAdjust m68k spinlock code to avoid duplicate in-line...
2005-08-25 Tom LaneReplace out-of-line tas() assembly code for MIPS with...
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-08-20 Tatsuo IshiiAdd BackendXidGetPid().
2005-08-12 Tom LaneRemove BufferBlockPointers array in favor of a base...
2005-08-12 Bruce MomjianAdd files to do read I/O on the cluster directory:
2005-08-08 Tom LaneCause ShutdownPostgres to do a normal transaction abort...
2005-08-01 Tom LaneAdd NOWAIT option to SELECT FOR UPDATE/SHARE.
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
2005-07-27 Neil ConwayRemove MMCacheLock -- it is no longer used. Per ITAGAKI...
2005-06-28 Tom LaneBring syntax of role-related commands into SQL complian...
2005-06-19 Tom LaneSimplify uses of readdir() by creating a function ReadD...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-14 Tom LaneSimplify shared-memory lock data structures as per...
2005-06-13 Tom LaneAdjust lo_open() so that specifying INV_READ without...
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
2005-05-29 Tom LaneImprove LockAcquire API per my recent proposal. All...
2005-05-25 Bruce MomjianAdd parentheses to macros when args are used in computa...
2005-05-20 Bruce MomjianAdd support for wal_fsync_writethrough for Darwin,...
2005-05-19 Tom LaneFactor out lock cleanup code that is needed in several...
2005-05-19 Tom LaneSplit the shared-memory array of PGPROC pointers out...
2005-04-30 Tom LaneUse the standard lock manager to establish priority...
2005-04-29 Tom LaneRestructure LOCKTAG as per discussions of a couple...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-03-22 Tom LaneCreate a routine PageIndexMultiDelete() that replaces...
2005-03-20 Tom LaneRemove unnecessary calls of FlushRelationBuffers: there...
2005-03-19 Tom LaneAdd temp_buffers GUC variable to allow users to determi...
2005-03-18 Tom LaneNeed to reset local buffer pin counts, not only shared...
2005-03-10 Bruce MomjianAdd spinlock support for Itanium processor with Intel...
2005-03-04 Tom LaneReplace the BufMgrLock with separate locks on the looku...
2005-02-03 Tom LaneEnsure that all details of the ARC algorithm are hidden...
2005-01-10 Tom LaneSeparate the functions of relcache entry flush and...
2005-01-10 Tom LanePhase 1 of fix for 'SMgrRelation hashtable corrupted...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-29 Tom LaneRefactor EXEC_BACKEND code so that postmaster child...
2004-11-09 Tom LanePut in place some defenses against being fooled by...
2004-10-16 Tom LaneGive the ResourceOwner mechanism full responsibility...
2004-10-16 Tom LaneRemove BufferLocks[] array in favor of a single pointer...
2004-10-15 Tom LaneRepair possible failure to update hint bits back to...
2004-10-06 Neil ConwayDocument what the "rep; nop" x86 assembler sequence...
2004-09-29 Tom LaneMinor adjustments to improve the accuracy of our comput...
2004-09-28 Tom LaneArrange to preallocate all required space for the buffe...
2004-09-24 Tom LaneGet rid of /*-inside-comment warning. My fault.
2004-09-24 Tom LaneFix TAS assembly stuff for Solaris/386. (I'm not in...
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-09-02 Tom LaneAdd s_lock support for HPUX on IA64, per Shinji Teragaito.
2004-08-30 Tom Laneslock_t must be int not char for MIPS. 7.4 got this...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-27 Tom LaneIntroduce local hash table for lock state, as per recen...
2004-08-26 Tom LaneImprove some comments.
2004-08-23 Tom LaneRearrange pg_subtrans handling as per recent discussion...
2004-08-11 Tom LaneFix failure to guarantee that a checkpoint will write...
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-08-01 Tom LaneSome mop-up work for savepoints (nested transactions...
2004-07-28 Tom LaneFix subtransaction behavior for large objects, temp...
2004-07-21 Tom LaneInvent WAL timelines, as per recent discussion, to...
2004-07-21 Bruce MomjianBack out pg_autovacuum commit after cvs clean failure...
2004-07-21 Bruce Momjianlease find enclosed a patch that matches the PL/Perl...
2004-07-19 Tom LaneXLOG file archiving and point-in-time recovery. There...
2004-07-17 Tom LaneInvent ResourceOwner mechanism as per my recent proposa...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-06-19 Tom LaneAdjust TAS assembly as per recent discussions: use...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-11 Tom LaneAdd some code to Assert that when we release pin on...
2004-06-05 Tom LaneAdjust PageGetMaxOffsetNumber to ensure sane behavior...
2004-06-02 Bruce MomjianPer previous discussions, here are two functions to...
2004-06-02 Tom LaneAdjust btree index build to not use shared buffers...
2004-05-31 Tom LaneAdditional mop-up for sync-to-fsync changes: avoid...
2004-05-31 Tom LaneMinor code rationalization: FlushRelationBuffers just...
2004-05-31 Tom LanePer previous discussions, get rid of use of sync(2...
2004-05-29 Tom LaneSeparate out bgwriter code into a logically separate...
2004-05-28 Tom LaneCode review for EXEC_BACKEND changes. Reduce the numbe...
2004-05-23 Tom LaneHandle impending sinval queue overflow by means of...
2004-05-08 Tom LaneGet rid of rd_nblocks field in relcache entries. Turns...
2004-04-25 Neil ConwayTiny assorted fixes: correct a typo in a comment in...
next