CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.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.