postgresql/src/backend/tcop
Tom Lane 2fb6cc9045 Remove not-really-standard implementation of CREATE TABLE's UNDER clause,
and revert documentation to describe the existing INHERITS clause
instead, per recent discussion in pghackers.  Also fix implementation
of SQL_inheritance SET variable: it is not cool to look at this var
during the initial parsing phase, only during parse_analyze().  See
recent bug report concerning misinterpretation of date constants just
after a SET TIMEZONE command.  gram.y really has to be an invariant
transformation of the query string to a raw parsetree; anything that
can vary with time must be done during parse analysis.
2001-01-05 06:34:23 +00:00
..
dest.c Make tuple receive/print routines TOAST-aware. Formerly, printtup would 2000-12-01 22:10:31 +00:00
fastpath.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
postgres.c Prevent freshly-started backend from ignoring SIGUSR1, per race condition 2000-12-20 21:51:52 +00:00
pquery.c Restructure handling of inheritance queries so that they work with outer 2000-11-12 00:37:02 +00:00
utility.c Remove not-really-standard implementation of CREATE TABLE's UNDER clause, 2001-01-05 06:34:23 +00:00