postgres/src/backend/storage
Alvaro Herrera cc87402d6e Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It is
more logical that way, and also it reduces the amount of unnecessary includes
in bufpage.h, which is widely used.

Zdenek Kotala.

My previous patch to bufpage.h should also have credited him as author, but I
forgot (sorry about that).
2008-06-08 22:00:48 +00:00
..
buffer Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It is 2008-06-08 22:00:48 +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 snapshot manager by keeping explicit track of snapshots. 2008-05-12 20:02:02 +00:00
large_object Improve snapshot manager by keeping explicit track of snapshots. 2008-05-12 20:02:02 +00:00
lmgr Adjust the recent patch for reporting of deadlocked queries so that we report 2008-03-24 18:22:36 +00:00
page This is the patch replace offnum++ by OffsetNumberNext, to be 2008-05-13 15:44:08 +00:00
smgr Remove the recently added USE_SEGMENTED_FILES option, and indeed remove all 2008-05-02 01:08:27 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00