| From: | Tom Lane <tgl(at)hub(dot)org> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql/ oc/src/sgml/runtime.sgml rc/backend/acc ... |
| Date: | 2001-06-27 23:31:40 |
| Message-ID: | 200106272331.f5RNVej80831@hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/06/27 19:31:40
Modified files:
doc/src/sgml : runtime.sgml
src/backend/access/hash: hashpage.c
src/backend/access/heap: heapam.c hio.c
src/backend/access/nbtree: nbtpage.c
src/backend/catalog: heap.c index.c
src/backend/commands: vacuum.c
src/backend/storage: Makefile
src/backend/storage/ipc: ipci.c spin.c
src/backend/storage/lmgr: lock.c
src/backend/storage/smgr: md.c mm.c smgr.c
src/backend/utils/cache: relcache.c
src/backend/utils/misc: guc.c postgresql.conf.sample
src/include/commands: vacuum.h
src/include/storage: ipc.h lock.h smgr.h
src/include/utils: rel.h
Added files:
src/backend/storage/freespace: Makefile freespace.c
src/include/storage: freespace.h
Log message:
Install infrastructure for shared-memory free space map. Doesn't actually
do anything yet, but it has the necessary connections to initialization
and so forth. Make some gestures towards allowing number of blocks in
a relation to be BlockNumber, ie, unsigned int, rather than signed int.
(I doubt I got all the places that are sloppy about it, yet.) On the
way, replace the hardwired NLOCKS_PER_XACT fudge factor with a GUC
variable.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian - CVS | 2001-06-28 15:19:11 | pgsql/doc/TODO.detail thread |
| Previous Message | Tom Lane | 2001-06-27 23:21:01 | pgsql/src/backend/storage/freespace |