postgresql/doc/src
Tom Lane 391eb5e5b6 Reimplement free-space-map management as per recent discussions.
Adjustable threshold is gone in favor of keeping track of total requested
page storage and doling out proportional fractions to each relation
(with a minimum amount per relation, and some quantization of the results
to avoid thrashing with small changes in page counts).  Provide special-
case code for indexes so as not to waste space storing useless page
free space counts.  Restructure internal data storage to be a flat array
instead of list-of-chunks; this may cost a little more work in data
copying when reorganizing, but allows binary search to be used during
lookup_fsm_page_entry().
2003-03-04 21:51:22 +00:00
..
FAQ Add SQL 200X standards URL. 2003-02-19 01:38:41 +00:00
graphics
sgml Reimplement free-space-map management as per recent discussions. 2003-03-04 21:51:22 +00:00
Makefile Make install and clean targets behave more normally. 2002-11-30 00:22:39 +00:00