postgresql/src/backend/storage
Alvaro Herrera 10af02b912 Arrange for SIGINT in autovacuum workers to cancel the current table and
continue with the schedule.  Change current uses of SIGINT to abort a worker
into SIGTERM, which keeps the old behaviour of terminating the process.

Patch from ITAGAKI Takahiro, with some editorializing of my own.
2007-06-29 17:07:39 +00:00
..
buffer Implement "distributed" checkpoints in which the checkpoint I/O is spread 2007-06-28 00:02:40 +00:00
file Rework temp_tablespaces patch so that temp tablespaces are assigned separately 2007-06-07 19:19:57 +00:00
freespace Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
ipc Arrange for SIGINT in autovacuum workers to cancel the current table and 2007-06-29 17:07:39 +00:00
large_object Add some simple defenses against null fields in pg_largeobject, and add 2007-06-12 19:46:24 +00:00
lmgr Only log 'process acquired lock' if we actually did get the lock. This 2007-06-19 22:01:15 +00:00
page Suppress useless searches for unused line pointers in PageAddItem. To do 2007-03-02 00:48:44 +00:00
smgr Rearrange mdsync() looping logic to avoid the problem that a sufficiently 2007-04-12 17:10:55 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00