]> granicus.if.org Git - postgresql/history - src/backend/storage
Fix recently-understood problems with handling of XID freezing, particularly
[postgresql] / src / backend / storage /
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-10-22 Tom LaneRemove an unnecessary HOLD_INTERRUPTS/RESUME_INTERRUPTS...
2006-10-15 Tom LaneRedesign the patch for allocation of shmem space and...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-27 Tom LaneReplace strncpy with strlcpy in selected places that...
2006-09-25 Tom LaneAdd a check to prevent overwriting valid data if smgrnb...
2006-09-22 Tom LaneFix pg_locks view to call advisory locks advisory locks...
2006-09-21 Tom LaneFix free space map to correctly track the total amount...
2006-09-18 Tom LaneAdd built-in userlock manipulation functions to replace...
2006-09-17 Tom LaneMarginal cleanup in arrangements for ensuring StrategyH...
2006-09-07 Bruce MomjianSpecify lo_write() to take a _const_ buffer, to match...
2006-09-03 Tom LaneArrange for GetSnapshotData to copy live-subtransaction...
2006-08-27 Tom LaneAdd a function GetLockConflicts() to lock.c to report...
2006-08-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-08-24 Tom LaneAdd some debug logging code to AllocateFile's failure...
2006-08-19 Tom LaneAdd a 'waiting' column to pg_stat_activity to carry...
2006-08-18 Tom LaneNow that we've rearranged relation open to get a lock...
2006-08-07 Tom LanePut back another improperly-removed #include.
2006-08-04 Tom LaneFix missing 'static' keywords --- some compilers gripe...
2006-08-01 Bruce MomjianAdd support for loadable modules to allocated shared...
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-07-30 Tom LaneFix a couple of comments.
2006-07-30 Alvaro HerreraModify snapshot definition so that lazy vacuums are...
2006-07-24 Peter EisentrautDTrace support, with a small initial set of probes
2006-07-23 Tom LaneConvert the lock manager to use the new dynahash.c...
2006-07-23 Tom LaneFix oversight in sizing of shared buffer lookup hashtab...
2006-07-23 Tom LaneSplit the buffer mapping table into multiple separately...
2006-07-22 Tom LaneAdd support to dynahash.c for partitioning shared hasht...
2006-07-22 Tom LaneHmm, seems --disable-spinlocks has been broken for...
2006-07-16 Tom LanePut back another not-so-unnecessary #include, per repor...
2006-07-15 Tom LanePut back some more not-so-unused-as-all-that #includes...
2006-07-14 Tom LaneFix another passel of include-file breakage. Kris...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-06-27 Bruce MomjianAdd GUC update_process_title to control whether 'ps...
2006-06-20 Tom LaneRemove redundant gettimeofday() calls to the extent...
2006-06-19 Tom LaneTake the statistics collector out of the loop for monit...
2006-06-08 Tom LaneRemove obsolete comment about VACUUM FULL: it takes...
2006-05-30 Bruce MomjianFix printf mask for SizeVfdCache
2006-05-12 Tom LaneUpon closer inspection, the sparc code in s_lock.c...
2006-05-11 Tom LaneRemove unnecessary .seg/.section directives, per Alan...
2006-05-08 Tom LaneRewrite btree vacuuming to fold the former bulkdelete...
2006-05-04 Tom LaneRethink the locking mechanisms used for CREATE/DROP...
2006-04-28 Bruce MomjianFix s_lock_test to use tas.o file, if needed.
2006-04-26 Tom LaneRevise large-object access routines to avoid running...
2006-04-21 Tom LaneAdd some optional code (conditionally compiled under...
2006-04-14 Tom LaneMake the world safe for full_page_writes. Allow XLOG...
2006-04-14 Tom LaneRepair a low-probability race condition identified...
2006-03-31 Tom LaneClean up WAL/buffer interactions as per my recent propo...
2006-03-30 Tom LaneSuppress attempts to report dropped tables to the stats...
2006-03-29 Tom LaneClean up and document the API for XLogOpenRelation...
2006-03-24 Tom LaneArrange to emit a description of the current XLOG recor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-04 Tom LaneDeclare the arguments of AllocateFile() as const char...
2006-03-03 Tom LaneArrange to call AbsorbFsyncRequests every so often...
2006-02-12 Bruce MomjianAdd contrib/pg_freespacemap to display free space map...
2006-02-03 Bruce MomjianUpdate random() usage so ranges are inclusive/exclusive...
2006-01-18 Tom LaneModify pgstats code to reduce performance penalties...
2006-01-17 Tom LaneFix fsync code to test whether F_FULLFSYNC is available...
2006-01-13 Tom LaneRemove logic in XactLockTableWait() that attempted...
2006-01-06 Tom LaneFix ReadBuffer() to correctly handle the case where...
2006-01-05 Bruce MomjianRemove BEOS port.
2006-01-04 Tom LaneRearrange backend startup sequence so that ShmemIndexLo...
2005-12-29 Tom LaneGet rid of the SpinLockAcquire/SpinLockAcquire_NoHoldof...
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-12-08 Tom LaneFix thinko in comment.
2005-12-06 Tom LaneGet rid of slru.c's hardwired insistence on a fixed...
2005-12-03 Tom LaneTweak indexscan machinery to avoid taking an AccessShar...
2005-12-01 Tom LaneRetry in FileRead and FileWrite if Windows returns...
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-11-05 Tom LaneRepair an error introduced by log_line_prefix patch...
2005-10-29 Peter EisentrautMessage corrections
2005-10-27 Tom LaneTweak buffer manager so that 'internal' accesses to...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-13 Neil ConwayRemove an antiquated comment.
2005-10-12 Tom LaneFix another recently-changed place that was messing...
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-07 Tom LaneFix LWLockAssign() so that it can safely be executed...
2005-10-07 Tom LaneAllocate a few extra LWLocks for possible use by add...
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-09-16 Tom LaneForce the size and alignment of LWLock array entries...
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-17 Bruce MomjianFix FSM warning to mention increasing max_fsm_pages...
2005-08-12 Bruce MomjianReverse out Assert addition.
2005-08-12 Bruce MomjianImprove documention on loading large data sets into...
2005-08-12 Tom LaneRemove BufferBlockPointers array in favor of a base...
2005-08-12 Tom LaneSolve the problem of OID collisions by probing for...
2005-08-08 Tom LaneAvoid useless loop overhead in AtEOXact routines when...
2005-08-08 Tom LaneCause ShutdownPostgres to do a normal transaction abort...
2005-08-07 Tom LaneFix count_usable_fds() to stop trying to open files...
2005-08-02 Tom LaneTweak BgBufferSync() so that a persistent write error...
next