postgresql/src/backend
Tom Lane 95ef6a3448 First phase of SCHEMA changes, concentrating on fixing the grammar and
the parsetree representation.  As yet we don't *do* anything with schema
names, just drop 'em on the floor; but you can enter schema-compatible
command syntax, and there's even a primitive CREATE SCHEMA command.
No doc updates yet, except to note that you can now extract a field
from a function-returning-row's result with (foo(...)).fieldname.
2002-03-21 16:02:16 +00:00
..
access Repair two problems with WAL logging of sequence nextvalI() ops, as 2002-03-15 19:20:36 +00:00
bootstrap Repair two problems with WAL logging of sequence nextvalI() ops, as 2002-03-15 19:20:36 +00:00
catalog First phase of SCHEMA changes, concentrating on fixing the grammar and 2002-03-21 16:02:16 +00:00
commands First phase of SCHEMA changes, concentrating on fixing the grammar and 2002-03-21 16:02:16 +00:00
executor First phase of SCHEMA changes, concentrating on fixing the grammar and 2002-03-21 16:02:16 +00:00
lib Add Assert check to catch vsnprintf overrunning its buffer. (Seen to 2002-03-04 18:34:02 +00:00
libpq Improve wording of pg_hba.conf file. 2002-03-08 20:36:58 +00:00
main New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
nodes First phase of SCHEMA changes, concentrating on fixing the grammar and 2002-03-21 16:02:16 +00:00
optimizer First phase of SCHEMA changes, concentrating on fixing the grammar and 2002-03-21 16:02:16 +00:00
parser First phase of SCHEMA changes, concentrating on fixing the grammar and 2002-03-21 16:02:16 +00:00
po Updates from Serguei Mokhov 2002-01-26 19:00:11 +00:00
port Move 2002-03-13 00:05:06 +00:00
postmaster Repair two problems with WAL logging of sequence nextvalI() ops, as 2002-03-15 19:20:36 +00:00
regex New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
rewrite First phase of SCHEMA changes, concentrating on fixing the grammar and 2002-03-21 16:02:16 +00:00
storage Change made to elog: 2002-03-06 06:10:59 +00:00
tcop First phase of SCHEMA changes, concentrating on fixing the grammar and 2002-03-21 16:02:16 +00:00
tioga Change made to elog: 2002-03-06 06:10:59 +00:00
utils First phase of SCHEMA changes, concentrating on fixing the grammar and 2002-03-21 16:02:16 +00:00
Makefile Move 2002-03-13 00:05:06 +00:00