summaryrefslogtreecommitdiff
path: root/src/include/storage
Commit message (Expand)AuthorAgeFilesLines
* Extend yesterday's patch so that the bgwriter is also told to forgetTom Lane2007-01-171-1/+3
* Arrange for autovacuum to be killed when another operation wants to be aloneAlvaro Herrera2007-01-162-3/+4
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-0532-64/+64
* Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead ofTom Lane2007-01-031-13/+12
* Update lock comments for concurrent index creation, analyze.Bruce Momjian2006-11-231-3/+4
* Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane2006-10-192-5/+5
* Redesign the patch for allocation of shmem space and LWLocks for add-onTom Lane2006-10-153-16/+8
* pgindent run for 8.2.Bruce Momjian2006-10-045-16/+16
* Fix pg_locks view to call advisory locks advisory locks, while preservingTom Lane2006-09-221-4/+5
* Fix free space map to correctly track the total amount of FSM space neededTom Lane2006-09-211-7/+9
* Add built-in userlock manipulation functions to replace the formerTom Lane2006-09-181-5/+12
* 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