| From: | tgl(at)postgresql(dot)org (Tom Lane) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql/src backend/bootstrap/bootparse.y backen ... |
| Date: | 2002-04-27 21:24:34 |
| Message-ID: | 20020427212434.B29A447590F@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 02/04/27 17:24:34
Modified files:
src/backend/bootstrap: bootparse.y bootscanner.l bootstrap.c
src/backend/catalog: README catalog.c genbki.sh heap.c index.c
src/backend/commands: cluster.c dbcommands.c tablecmds.c user.c
src/backend/executor: execMain.c
src/backend/utils/cache: relcache.c
src/backend/utils/init: globals.c miscinit.c postinit.c
src/bin/initdb : initdb.sh
src/include/bootstrap: bootstrap.h
src/include/catalog: catalog.h catname.h catversion.h heap.h
pg_database.h pg_group.h pg_shadow.h
src/include : postgres.h
Log message:
Support toasting of shared system relations, and provide toast tables for
pg_database, pg_shadow, pg_group, all of which now have potentially-long
fields. Along the way, get rid of SharedSystemRelationNames list: shared
rels are now identified in their include/pg_catalog/*.h files by a
BKI_SHARED_RELATION macro, while indexes and toast rels inherit sharedness
automatically from their parent table. Fix some bugs with failure to detoast
pg_group.grolist during ALTER GROUP.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2002-04-28 00:36:38 | pgsql/src/backend/commands user.c |
| Previous Message | Bruce Momjian - CVS | 2002-04-27 15:30:07 | pgsql/src/backend/commands user.c |