postgresql/src/backend/storage
Tom Lane f0828b2fc3 Provide a build-time option to store large relations as single files, rather
than dividing them into 1GB segments as has been our longtime practice.  This
requires working support for large files in the operating system; at least for
the time being, it won't be the default.

Zdenek Kotala
2008-03-10 20:06:27 +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 Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +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