summaryrefslogtreecommitdiff
path: root/src/include/storage
Commit message (Expand)AuthorAgeFilesLines
* Specify lo_write() to take a _const_ buffer, to match documentation.Bruce Momjian2006-09-071-2/+2
* Add a function GetLockConflicts() to lock.c to report xacts holdingTom Lane2006-08-271-8/+11
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-251-1/+2
* Now that we've rearranged relation open to get a lock before touchingTom Lane2006-08-181-1/+2
* Add support for loadable modules to allocated shared memory andBruce Momjian2006-08-013-3/+17
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-312-7/+11
* Modify snapshot definition so that lazy vacuums are ignored by otherAlvaro Herrera2006-07-302-5/+8
* Convert the lock manager to use the new dynahash.c support for partitionedTom Lane2006-07-232-16/+31
* Split the buffer mapping table into multiple separately lockableTom Lane2006-07-233-18/+37
* Allow include files to compile own their own.Bruce Momjian2006-07-136-15/+7
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-101-1/+2
* Take the statistics collector out of the loop for monitoring backends'Tom Lane2006-06-191-2/+1
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-1/+19
* Fix Solaris/ASM test for x86.Bruce Momjian2006-05-191-2/+2
* Use unsigned into for slock_t for pre-sparcv8plus.Bruce Momjian2006-05-181-1/+6
* Mention that gcc/sparc generates sparcv7 binaries.Bruce Momjian2006-05-181-2/+3
* Add comments that Solaris Sun compiler only supports sparc9 ASM,Bruce Momjian2006-05-171-1/+5
* Rewrite btree vacuuming to fold the former bulkdelete and cleanup operationsTom Lane2006-05-081-1/+2
* Add Win32 semaphore implementation, rather than mimicking SysVBruce Momjian2006-04-291-1/+6
* Solaris tas() uses 'int' now.Bruce Momjian2006-04-291-2/+2
* Remove "volatile" from tas function, per TOm.Bruce Momjian2006-04-281-2/+2
* Rewrite Solaris compiler tas() assembly routines, merge i386 and x86_64Bruce Momjian2006-04-271-14/+5
* Revise large-object access routines to avoid running with CurrentMemoryContextTom Lane2006-04-261-2/+2
* Recognize __ppc64__, which seems to be Apple's spelling of the predefinedTom Lane2006-04-191-3/+3
* Repair a low-probability race condition identified by Qingqing Zhou.Tom Lane2006-04-141-3/+2
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-312-5/+5
* Clean up and document the API for XLogOpenRelation and XLogReadBuffer.Tom Lane2006-03-291-2/+2
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-241-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-0532-64/+64
* Declare the arguments of AllocateFile() as const char *, not char *.Tom Lane2006-03-041-2/+2
* Add contrib/pg_freespacemap to display free space map information.Bruce Momjian2006-02-121-1/+98
* It turns out that TablespaceCreateDbspace fails badly if a relcache flushTom Lane2006-01-191-1/+2
* Remove QNX port.Bruce Momjian2006-01-051-20/+1
* Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane2006-01-044-10/+15
* Add support for Solaris x86_64 using Sun's compiler.Bruce Momjian2005-12-301-2/+3
* Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinctionTom Lane2005-12-292-39/+17
* Fix typo.Bruce Momjian2005-12-171-2/+2
* Update s_lock.c comments.Bruce Momjian2005-12-171-12/+14
* Update ASM comments.Bruce Momjian2005-12-171-12/+13
* Rethink prior patch to filter out dead backend entries from the pgstatsTom Lane2005-12-161-1/+2
* Divide the lock manager's shared state into 'partitions', so as toTom Lane2005-12-113-16/+27
* Simplify lock manager data structures by making a clear separation betweenTom Lane2005-12-092-75/+69
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-2/+2
* DropRelFileNodeBuffers failed to fix the state of the lookup hash tableTom Lane2005-11-171-1/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-1514-84/+75
* Add a comment describing the requirement that pointers into shared memoryNeil Conway2005-10-131-7/+17
* Do all accesses to shared buffer headers through volatile-qualifiedTom Lane2005-10-121-3/+8
* Add infrastructure for making spins_per_delay variable depending onTom Lane2005-10-112-2/+10
* Don't use a non-locked pre-test of the spinlock on x86_64 machines.Tom Lane2005-10-111-4/+50
* This patch cleans up the access to members of ItemIdData.Bruce Momjian2005-09-222-5/+5