summaryrefslogtreecommitdiff
path: root/src/backend/storage
Commit message (Expand)AuthorAgeFilesLines
* Extend yesterday's patch so that the bgwriter is also told to forgetTom Lane2007-01-171-46/+106
* Revise bgwriter fsync-request mechanism to improve robustness when a tableTom Lane2007-01-171-94/+204
* Arrange for autovacuum to be killed when another operation wants to be aloneAlvaro Herrera2007-01-162-8/+28
* Remove trace macro call from new log_temp_files, until it gets moreBruce Momjian2007-01-091-2/+1
* Add GUC log_temp_files to log the use of temporary files.Bruce Momjian2007-01-091-2/+17
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-0529-58/+58
* Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead ofTom Lane2007-01-032-352/+368
* Modify local buffer management to request memory for local buffers in blocksTom Lane2006-12-271-6/+51
* KB -> kBPeter Eisentraut2006-11-241-2/+2
* On systems that have setsid(2) (which should be just about everything exceptTom Lane2006-11-211-1/+5
* When truncating a relation in-place (eg during VACUUM), do not try to unlinkTom Lane2006-11-201-37/+62
* Remove temporary Windows-specific debugging code; it seems the problemTom Lane2006-11-061-15/+1
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-051-2/+4
* Remove an unnecessary HOLD_INTERRUPTS/RESUME_INTERRUPTS pair.Tom Lane2006-10-221-9/+2
* Redesign the patch for allocation of shmem space and LWLocks for add-onTom Lane2006-10-153-243/+65
* 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