postgresql/src/backend/storage
Tom Lane d8b04d5fac In ReadOrZeroBuffer (and related entry points), don't bother to call
PageHeaderIsValid when we zero the buffer instead of reading the page in.
The actual performance improvement is probably marginal since this function
isn't very heavily used, but a cycle saved is a cycle earned.

Zdenek Kotala
2008-08-05 15:09:04 +00:00
..
buffer In ReadOrZeroBuffer (and related entry points), don't bother to call 2008-08-05 15:09:04 +00:00
file Remove the recently added USE_SEGMENTED_FILES option, and indeed remove all 2008-05-02 01:08:27 +00:00
freespace Reduce memory consumption during VACUUM of large relations, by using 2008-03-10 02:04:10 +00:00
ipc Improve CREATE/DROP/RENAME DATABASE so that when failing because the source 2008-08-04 18:03:46 +00:00
large_object Improve our #include situation by moving pointer types away from the 2008-06-19 00:46:06 +00:00
lmgr Add a few more DTrace probes to the backend. 2008-08-01 13:16:09 +00:00
page Change the PageGetContents() macro to guarantee its result is maxalign'd, 2008-07-13 21:50:04 +00:00
smgr Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation 2008-06-12 09:12:31 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00