aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage
Commit message (Expand)AuthorAge
* tas() support for Renesas' M32R processor. Kazuhiro InaokaTom Lane2007-05-04
* During WAL recovery, when reading a page that we intend to overwrite completelyTom Lane2007-05-02
* Add a multi-worker capability to autovacuum. This allows multiple workerAlvaro Herrera2007-04-16
* Remove the CheckpointStartLock in favor of having backends show whether theyTom Lane2007-04-03
* Cleanup the bootstrap code a little, and rename "dummy procs" in the codeAlvaro Herrera2007-03-07
* Add lo_truncate() to backend and libpq for large object truncation.Bruce Momjian2007-03-03
* Add GUC log_lock_waits to log long wait times.Bruce Momjian2007-03-03
* Suppress useless searches for unused line pointers in PageAddItem. To doTom Lane2007-03-02
* btree source code cleanups:Bruce Momjian2007-02-21
* Restructure autovacuum in two processes: a dummy process, which runsAlvaro Herrera2007-02-15
* Combine cmin and cmax fields of HeapTupleHeaders into a single field, byTom Lane2007-02-09
* Extend yesterday's patch so that the bgwriter is also told to forgetTom Lane2007-01-17
* Arrange for autovacuum to be killed when another operation wants to be aloneAlvaro Herrera2007-01-16
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead ofTom Lane2007-01-03
* Update lock comments for concurrent index creation, analyze.Bruce Momjian2006-11-23
* Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane2006-10-19
* Redesign the patch for allocation of shmem space and LWLocks for add-onTom Lane2006-10-15
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Fix pg_locks view to call advisory locks advisory locks, while preservingTom Lane2006-09-22
* Fix free space map to correctly track the total amount of FSM space neededTom Lane2006-09-21
* Add built-in userlock manipulation functions to replace the formerTom Lane2006-09-18
* Specify lo_write() to take a _const_ buffer, to match documentation.Bruce Momjian2006-09-07
* Add a function GetLockConflicts() to lock.c to report xacts holdingTom Lane2006-08-27
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-25
* Now that we've rearranged relation open to get a lock before touchingTom Lane2006-08-18
* Add support for loadable modules to allocated shared memory andBruce Momjian2006-08-01
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-31
* Modify snapshot definition so that lazy vacuums are ignored by otherAlvaro Herrera2006-07-30
* Convert the lock manager to use the new dynahash.c support for partitionedTom Lane2006-07-23
* Split the buffer mapping table into multiple separately lockableTom Lane2006-07-23
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* 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