| From: | tgl(at)postgresql(dot)org (Tom Lane) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql/ ontrib/pgstattuple/README.pgstattuple o ... |
| Date: | 2002-03-30 01:02:42 |
| Message-ID: | 20020330010242.8EA9347610F@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/03/29 20:02:42
Modified files:
contrib/pgstattuple: README.pgstattuple pgstattuple.c
pgstattuple.sql.in
src/backend/catalog: namespace.c
src/backend/commands: command.c sequence.c
src/backend/parser: parse_type.c
src/backend/utils/adt: not_in.c tid.c varlena.c
src/include/catalog: namespace.h pg_namespace.h
src/include/utils: builtins.h
src/test/regress/output: constraints.source
Log message:
Further cleanups for relations in schemas: teach nextval and other
sequence functions how to cope with qualified names. Same code is
also used for int4notin, currtid_byrelname, pgstattuple. Also,
move TOAST tables into special pg_toast namespace.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2002-03-31 06:26:33 | pgsql/src backend/access/transam/xact.c backen ... |
| Previous Message | Peter Eisentraut - PostgreSQL | 2002-03-30 00:59:52 | pgsql/ /configure /configure.in onfig/c-library.m4 |