pgsql/src backend/commands/Makefile backend/co ...

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/commands/Makefile backend/co ...
Date: 2001-07-13 22:56:00
Message-ID: 200107132256.f6DMu0v16616@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/13 18:55:59

Modified files:
src/backend/commands: Makefile vacuum.c
src/include/commands: vacuum.h
Added files:
src/backend/commands: vacuumlazy.c

Log message:
Initial implementation of concurrent VACUUM. Ifdef'd out for the moment,
because index locking issues are not handled correctly yet. Need to go
work on the index AMs next.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-07-15 04:21:27 pgsql/src/interfaces/jdbc/org/postgresql Conne ...
Previous Message Tom Lane 2001-07-13 22:52:58 pgsql/src/backend/access/heap hio.c