postgresql/src/backend/storage
Alvaro Herrera ec6550c6c0 Modify interactions between sinval.c and sinvaladt.c. The code that actually
deals with the queue, including locking etc, is all in sinvaladt.c.  This means
that the struct definition of the queue, and the queue pointer, are now
internal "implementation details" inside sinvaladt.c.

Per my proposal dated 25-Jun-2007 and followup discussion.
2008-03-16 19:47:34 +00:00
..
buffer Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
file Provide a build-time option to store large relations as single files, rather 2008-03-10 20:06:27 +00:00
freespace Reduce memory consumption during VACUUM of large relations, by using 2008-03-10 02:04:10 +00:00
ipc Modify interactions between sinval.c and sinvaladt.c. The code that actually 2008-03-16 19:47:34 +00:00
large_object Fix another place that was assuming that a local variable declared as 2008-03-01 19:26:22 +00:00
lmgr Fix PREPARE TRANSACTION to reject the case where the transaction has dropped a 2008-03-04 19:54:06 +00:00
page Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
smgr Provide a build-time option to store large relations as single files, rather 2008-03-10 20:06:27 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00