summaryrefslogtreecommitdiff
path: root/src/include/storage
Commit message (Expand)AuthorAgeFilesLines
* Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane2007-06-282-6/+5
* Remove unused BAD_LOCATION definition.Alvaro Herrera2007-06-251-2/+1
* Code review for log_lock_waits patch. Don't try to issue log messages fromTom Lane2007-06-192-6/+12
* Arrange for large sequential scans to synchronize with each other, so thatTom Lane2007-06-081-1/+2
* Rework temp_tablespaces patch so that temp tablespaces are assigned separatelyTom Lane2007-06-072-4/+8
* Create a GUC parameter temp_tablespaces that allows selection of theTom Lane2007-06-032-5/+4
* Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backendsTom Lane2007-06-011-2/+2
* Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane2007-05-303-9/+28
* Fix trivial misspelling in comment.Tom Lane2007-05-301-2/+2
* tas() support for Renesas' M32R processor. Kazuhiro InaokaTom Lane2007-05-041-1/+13
* During WAL recovery, when reading a page that we intend to overwrite completelyTom Lane2007-05-021-1/+2
* Add a multi-worker capability to autovacuum. This allows multiple workerAlvaro Herrera2007-04-162-2/+5
* Remove the CheckpointStartLock in favor of having backends show whether theyTom Lane2007-04-033-4/+8
* Cleanup the bootstrap code a little, and rename "dummy procs" in the codeAlvaro Herrera2007-03-071-4/+4
* Add lo_truncate() to backend and libpq for large object truncation.Bruce Momjian2007-03-031-1/+2
* Add GUC log_lock_waits to log long wait times.Bruce Momjian2007-03-032-3/+11
* Suppress useless searches for unused line pointers in PageAddItem. To doTom Lane2007-03-021-6/+35
* btree source code cleanups:Bruce Momjian2007-02-211-1/+2
* Restructure autovacuum in two processes: a dummy process, which runsAlvaro Herrera2007-02-153-5/+8
* Combine cmin and cmax fields of HeapTupleHeaders into a single field, byTom Lane2007-02-091-4/+5
* 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