pgsql/src backend/commands/dbcommands.c backen ...

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/commands/dbcommands.c backen ...
Date: 2001-07-02 20:50:47
Message-ID: 200107022050.f62KolO32917@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/07/02 16:50:46

Modified files:
src/backend/commands: dbcommands.c vacuum.c
src/backend/storage/freespace: freespace.c
src/backend/storage/smgr: smgr.c
src/include/storage: block.h freespace.h

Log message:
First non-stub implementation of shared free space map. It's not super
useful as yet, since its primary source of information is (full) VACUUM,
which makes a concerted effort to get rid of free space before telling
the map about it ... next stop is concurrent VACUUM ...

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-07-03 02:42:19 pgsql/doc/src/sgml func.sgml
Previous Message Tom Lane 2001-07-02 19:34:42 pgsql/src/test/regress/expected Tag: REL7_1_ST ...