aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage
Commit message (Expand)AuthorAge
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-10
* Take the statistics collector out of the loop for monitoring backends'Tom Lane2006-06-19
* Prepare code to be built by MSVC:Bruce Momjian2006-06-07
* Fix Solaris/ASM test for x86.Bruce Momjian2006-05-19
* Use unsigned into for slock_t for pre-sparcv8plus.Bruce Momjian2006-05-18
* Mention that gcc/sparc generates sparcv7 binaries.Bruce Momjian2006-05-18
* Add comments that Solaris Sun compiler only supports sparc9 ASM,Bruce Momjian2006-05-17
* Rewrite btree vacuuming to fold the former bulkdelete and cleanup operationsTom Lane2006-05-08
* Add Win32 semaphore implementation, rather than mimicking SysVBruce Momjian2006-04-29
* Solaris tas() uses 'int' now.Bruce Momjian2006-04-29
* Remove "volatile" from tas function, per TOm.Bruce Momjian2006-04-28
* Rewrite Solaris compiler tas() assembly routines, merge i386 and x86_64Bruce Momjian2006-04-27
* Revise large-object access routines to avoid running with CurrentMemoryContextTom Lane2006-04-26
* Recognize __ppc64__, which seems to be Apple's spelling of the predefinedTom Lane2006-04-19
* Repair a low-probability race condition identified by Qingqing Zhou.Tom Lane2006-04-14
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-31
* Clean up and document the API for XLogOpenRelation and XLogReadBuffer.Tom Lane2006-03-29
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-24
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Declare the arguments of AllocateFile() as const char *, not char *.Tom Lane2006-03-04
* Add contrib/pg_freespacemap to display free space map information.Bruce Momjian2006-02-12
* It turns out that TablespaceCreateDbspace fails badly if a relcache flushTom Lane2006-01-19
* Remove QNX port.Bruce Momjian2006-01-05
* Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane2006-01-04
* Add support for Solaris x86_64 using Sun's compiler.Bruce Momjian2005-12-30
* Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinctionTom Lane2005-12-29
* Fix typo.Bruce Momjian2005-12-17
* Update s_lock.c comments.Bruce Momjian2005-12-17
* Update ASM comments.Bruce Momjian2005-12-17
* Rethink prior patch to filter out dead backend entries from the pgstatsTom Lane2005-12-16
* Divide the lock manager's shared state into 'partitions', so as toTom Lane2005-12-11
* Simplify lock manager data structures by making a clear separation betweenTom Lane2005-12-09
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* DropRelFileNodeBuffers failed to fix the state of the lookup hash tableTom Lane2005-11-17
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Add a comment describing the requirement that pointers into shared memoryNeil Conway2005-10-13
* Do all accesses to shared buffer headers through volatile-qualifiedTom Lane2005-10-12
* Add infrastructure for making spins_per_delay variable depending onTom Lane2005-10-11
* Don't use a non-locked pre-test of the spinlock on x86_64 machines.Tom Lane2005-10-11
* This patch cleans up the access to members of ItemIdData.Bruce Momjian2005-09-22
* Print proper cause of statement cancel, user interaction or timeout.Bruce Momjian2005-09-19
* Sigh, looks like you need '.set mips2' before you can access MIPSTom Lane2005-08-29
* Add a SYNC instruction to the S_UNLOCK sequence for MIPS.Tom Lane2005-08-28
* Get the MIPS assembler syntax right. Also add a separate sync command;Tom Lane2005-08-27
* Another try at the inlined MIPS spinlock code. Can't test this myself,Tom Lane2005-08-26
* Adjust m68k spinlock code to avoid duplicate in-line and not-in-lineTom Lane2005-08-26
* Replace out-of-line tas() assembly code for MIPS with a properlyTom Lane2005-08-25
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Add BackendXidGetPid().Tatsuo Ishii2005-08-20
* Remove BufferBlockPointers array in favor of a base + (bufnum) * BLCKSZTom Lane2005-08-12