summaryrefslogtreecommitdiff
path: root/src/backend/storage
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 8.2.Bruce Momjian2006-10-0415-204/+205
* Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane2006-09-271-9/+6
* Add a check to prevent overwriting valid data if smgrnblocks() gives aTom Lane2006-09-251-4/+21
* Fix pg_locks view to call advisory locks advisory locks, while preservingTom Lane2006-09-222-3/+12
* Fix free space map to correctly track the total amount of FSM space neededTom Lane2006-09-211-34/+87
* Add built-in userlock manipulation functions to replace the formerTom Lane2006-09-183-20/+11
* Marginal cleanup in arrangements for ensuring StrategyHintVacuum is clearedTom Lane2006-09-171-4/+1
* Specify lo_write() to take a _const_ buffer, to match documentation.Bruce Momjian2006-09-071-2/+2
* Arrange for GetSnapshotData to copy live-subtransaction XIDs from theTom Lane2006-09-031-10/+59
* Add a function GetLockConflicts() to lock.c to report xacts holdingTom Lane2006-08-271-1/+99
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-251-2/+30
* Add some debug logging code to AllocateFile's failure path to log theTom Lane2006-08-241-1/+15
* Add a 'waiting' column to pg_stat_activity to carry the same informationTom Lane2006-08-191-2/+7
* Now that we've rearranged relation open to get a lock before touchingTom Lane2006-08-181-3/+18
* Put back another improperly-removed #include.Tom Lane2006-08-071-1/+2
* Fix missing 'static' keywords --- some compilers gripe about this.Tom Lane2006-08-041-3/+3
* Add support for loadable modules to allocated shared memory andBruce Momjian2006-08-013-10/+244
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-313-62/+176
* Fix a couple of comments.Tom Lane2006-07-301-6/+4
* Modify snapshot definition so that lazy vacuums are ignored by otherAlvaro Herrera2006-07-302-13/+34
* DTrace support, with a small initial set of probesPeter Eisentraut2006-07-242-2/+17
* Convert the lock manager to use the new dynahash.c support for partitionedTom Lane2006-07-234-218/+274
* Fix oversight in sizing of shared buffer lookup hashtable. BecauseTom Lane2006-07-231-4/+11
* Split the buffer mapping table into multiple separately lockableTom Lane2006-07-234-47/+148
* Add support to dynahash.c for partitioning shared hashtables accordingTom Lane2006-07-222-32/+9
* Hmm, seems --disable-spinlocks has been broken for awhile and nobodyTom Lane2006-07-221-3/+5
* Put back another not-so-unnecessary #include, per report from Hiroshi Saito.Tom Lane2006-07-161-1/+2
* Put back some more not-so-unused-as-all-that #includes. This un-breaksTom Lane2006-07-151-1/+2
* Fix another passel of include-file breakage. Kris Jurka, Tom LaneTom Lane2006-07-142-2/+5
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-1418-51/+18
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-144-9/+4
* Allow include files to compile own their own.Bruce Momjian2006-07-135-6/+14
* Add GUC update_process_title to control whether 'ps' display is updatedBruce Momjian2006-06-271-11/+17
* Remove redundant gettimeofday() calls to the extent practical withoutTom Lane2006-06-201-33/+40
* Take the statistics collector out of the loop for monitoring backends'Tom Lane2006-06-192-38/+5
* Remove obsolete comment about VACUUM FULL: it takes buffer content locksTom Lane2006-06-081-6/+8
* Fix printf mask for SizeVfdCacheBruce Momjian2006-05-301-2/+2
* Upon closer inspection, the sparc code in s_lock.c is dead code, andTom Lane2006-05-121-20/+1
* Remove unnecessary .seg/.section directives, per Alan Stange.Tom Lane2006-05-111-10/+1
* Rewrite btree vacuuming to fold the former bulkdelete and cleanup operationsTom Lane2006-05-081-1/+8
* Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE.Tom Lane2006-05-041-1/+4
* Fix s_lock_test to use tas.o file, if needed.Bruce Momjian2006-04-281-2/+6
* Revise large-object access routines to avoid running with CurrentMemoryContextTom Lane2006-04-261-6/+21
* Add some optional code (conditionally compiled under #ifdef LWLOCK_STATS)Tom Lane2006-04-211-1/+58
* Make the world safe for full_page_writes. Allow XLOG records that try toTom Lane2006-04-141-1/+5
* Repair a low-probability race condition identified by Qingqing Zhou.Tom Lane2006-04-143-49/+40
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-313-115/+70
* Suppress attempts to report dropped tables to the stats collector from aTom Lane2006-03-301-3/+9
* Clean up and document the API for XLogOpenRelation and XLogReadBuffer.Tom Lane2006-03-291-3/+3
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-241-5/+5