index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
Commit message (
Expand
)
Author
Age
*
Remove redundant gettimeofday() calls to the extent practical without
Tom Lane
2006-06-20
*
Take the statistics collector out of the loop for monitoring backends'
Tom Lane
2006-06-19
*
Remove obsolete comment about VACUUM FULL: it takes buffer content locks
Tom Lane
2006-06-08
*
Fix printf mask for SizeVfdCache
Bruce Momjian
2006-05-30
*
Upon closer inspection, the sparc code in s_lock.c is dead code, and
Tom Lane
2006-05-12
*
Remove unnecessary .seg/.section directives, per Alan Stange.
Tom Lane
2006-05-11
*
Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations
Tom Lane
2006-05-08
*
Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE.
Tom Lane
2006-05-04
*
Fix s_lock_test to use tas.o file, if needed.
Bruce Momjian
2006-04-28
*
Revise large-object access routines to avoid running with CurrentMemoryContext
Tom Lane
2006-04-26
*
Add some optional code (conditionally compiled under #ifdef LWLOCK_STATS)
Tom Lane
2006-04-21
*
Make the world safe for full_page_writes. Allow XLOG records that try to
Tom Lane
2006-04-14
*
Repair a low-probability race condition identified by Qingqing Zhou.
Tom Lane
2006-04-14
*
Clean up WAL/buffer interactions as per my recent proposal. Get rid of the
Tom Lane
2006-03-31
*
Suppress attempts to report dropped tables to the stats collector from a
Tom Lane
2006-03-30
*
Clean up and document the API for XLogOpenRelation and XLogReadBuffer.
Tom Lane
2006-03-29
*
Arrange to emit a description of the current XLOG record as error context
Tom Lane
2006-03-24
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Declare the arguments of AllocateFile() as const char *, not char *.
Tom Lane
2006-03-04
*
Arrange to call AbsorbFsyncRequests every so often while performing a
Tom Lane
2006-03-03
*
Add contrib/pg_freespacemap to display free space map information.
Bruce Momjian
2006-02-12
*
Update random() usage so ranges are inclusive/exclusive as required.
Bruce Momjian
2006-02-03
*
Modify pgstats code to reduce performance penalties from oversized stats data
Tom Lane
2006-01-18
*
Fix fsync code to test whether F_FULLFSYNC is available, instead of
Tom Lane
2006-01-17
*
Remove logic in XactLockTableWait() that attempted to mark a crashed
Tom Lane
2006-01-13
*
Fix ReadBuffer() to correctly handle the case where it's trying to extend
Tom Lane
2006-01-06
*
Remove BEOS port.
Bruce Momjian
2006-01-05
*
Rearrange backend startup sequence so that ShmemIndexLock can become
Tom Lane
2006-01-04
*
Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinction
Tom Lane
2005-12-29
*
Rethink prior patch to filter out dead backend entries from the pgstats
Tom Lane
2005-12-16
*
Divide the lock manager's shared state into 'partitions', so as to
Tom Lane
2005-12-11
*
Simplify lock manager data structures by making a clear separation between
Tom Lane
2005-12-09
*
Fix thinko in comment.
Tom Lane
2005-12-08
*
Get rid of slru.c's hardwired insistence on a fixed number of slots per
Tom Lane
2005-12-06
*
Tweak indexscan machinery to avoid taking an AccessShareLock on an index
Tom Lane
2005-12-03
*
Retry in FileRead and FileWrite if Windows returns ERROR_NO_SYSTEM_RESOURCES.
Tom Lane
2005-12-01
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
DropRelFileNodeBuffers failed to fix the state of the lookup hash table
Tom Lane
2005-11-17
*
Repair an error introduced by log_line_prefix patch: it is not acceptable
Tom Lane
2005-11-05
*
Message corrections
Peter Eisentraut
2005-10-29
*
Tweak buffer manager so that 'internal' accesses to a buffer do not
Tom Lane
2005-10-27
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Remove an antiquated comment.
Neil Conway
2005-10-13
*
Fix another recently-changed place that was messing with spinlock-
Tom Lane
2005-10-12
*
Do all accesses to shared buffer headers through volatile-qualified
Tom Lane
2005-10-12
*
Add infrastructure for making spins_per_delay variable depending on
Tom Lane
2005-10-11
*
Fix LWLockAssign() so that it can safely be executed after postmaster
Tom Lane
2005-10-07
*
Allocate a few extra LWLocks for possible use by add-on modules.
Tom Lane
2005-10-07
*
This patch cleans up the access to members of ItemIdData.
Bruce Momjian
2005-09-22
*
Print proper cause of statement cancel, user interaction or timeout.
Bruce Momjian
2005-09-19
[next]