postgresql/src/backend
Tom Lane 87bd956385 Restructure smgr API as per recent proposal. smgr no longer depends on
the relcache, and so the notion of 'blind write' is gone.  This should
improve efficiency in bgwriter and background checkpoint processes.
Internal restructuring in md.c to remove the not-very-useful array of
MdfdVec objects --- might as well just use pointers.
Also remove the long-dead 'persistent main memory' storage manager (mm.c),
since it seems quite unlikely to ever get resurrected.
2004-02-10 01:55:27 +00:00
..
access Restructure smgr API as per recent proposal. smgr no longer depends on 2004-02-10 01:55:27 +00:00
bootstrap Restructure smgr API as per recent proposal. smgr no longer depends on 2004-02-10 01:55:27 +00:00
catalog Restructure smgr API as per recent proposal. smgr no longer depends on 2004-02-10 01:55:27 +00:00
commands Restructure smgr API as per recent proposal. smgr no longer depends on 2004-02-10 01:55:27 +00:00
executor Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. 2004-02-03 17:34:04 +00:00
lib make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
libpq Restructure smgr API as per recent proposal. smgr no longer depends on 2004-02-10 01:55:27 +00:00
main Briefly, 2004-02-02 00:11:31 +00:00
nodes Micro-opt: replace calls like 2004-01-31 05:09:41 +00:00
optimizer Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. 2004-02-03 17:34:04 +00:00
parser Fix oversight in check_ungrouped_columns optimization that avoids 2004-01-28 07:46:44 +00:00
po Translation updates 2004-01-24 07:30:40 +00:00
port Win32 signals cleanup. Patch by Magnus Hagander, with input from Claudio 2004-02-08 22:28:57 +00:00
postmaster Win32 signals cleanup. Patch by Magnus Hagander, with input from Claudio 2004-02-08 22:28:57 +00:00
regex $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
rewrite Restructure smgr API as per recent proposal. smgr no longer depends on 2004-02-10 01:55:27 +00:00
storage Restructure smgr API as per recent proposal. smgr no longer depends on 2004-02-10 01:55:27 +00:00
tcop Restructure smgr API as per recent proposal. smgr no longer depends on 2004-02-10 01:55:27 +00:00
utils Restructure smgr API as per recent proposal. smgr no longer depends on 2004-02-10 01:55:27 +00:00
Makefile Briefly, 2004-02-02 00:11:31 +00:00
nls.mk $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00