summaryrefslogtreecommitdiff
path: root/src/include/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Print proper cause of statement cancel, user interaction or timeout.Bruce Momjian2005-09-191-1/+3
* Sigh, looks like you need '.set mips2' before you can access MIPSTom Lane2005-08-291-3/+9
* Add a SYNC instruction to the S_UNLOCK sequence for MIPS.Tom Lane2005-08-281-1/+9
* Get the MIPS assembler syntax right. Also add a separate sync command;Tom Lane2005-08-271-4/+6
* Another try at the inlined MIPS spinlock code. Can't test this myself,Tom Lane2005-08-261-12/+12
* Adjust m68k spinlock code to avoid duplicate in-line and not-in-lineTom Lane2005-08-261-6/+6
* Replace out-of-line tas() assembly code for MIPS with a properlyTom Lane2005-08-251-8/+36
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-2011-27/+28
* Add BackendXidGetPid().Tatsuo Ishii2005-08-201-1/+2
* Remove BufferBlockPointers array in favor of a base + (bufnum) * BLCKSZTom Lane2005-08-121-3/+3
* Add files to do read I/O on the cluster directory:Bruce Momjian2005-08-121-1/+2
* Cause ShutdownPostgres to do a normal transaction abort during backendTom Lane2005-08-082-3/+4
* Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane2005-08-011-1/+4
* Add per-user and per-database connection limit options.Tom Lane2005-07-312-2/+5
* Remove MMCacheLock -- it is no longer used. Per ITAGAKI Takahiro.Neil Conway2005-07-271-2/+1
* Bring syntax of role-related commands into SQL compliance. To avoidTom Lane2005-06-281-2/+2
* Simplify uses of readdir() by creating a function ReadDir() thatTom Lane2005-06-191-1/+2
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-177-32/+44
* Simplify shared-memory lock data structures as per recent discussion:Tom Lane2005-06-142-25/+35
* Adjust lo_open() so that specifying INV_READ without INV_WRITE createsTom Lane2005-06-131-3/+8
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-061-2/+1
* Improve LockAcquire API per my recent proposal. All error conditionsTom Lane2005-05-291-2/+11
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-251-2/+2