pgsql/src backend/commands/Makefile backend/co ... - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src backend/commands/Makefile backend/co ...
Date
Msg-id 200107132256.f6DMu0v16616@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.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.


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src/backend/access/heap hio.c
Next
From: Bruce Momjian - CVS
Date:
Subject: pgsql/src/interfaces/jdbc/org/postgresql Conne ...