postgresql/src/backend/utils
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
..
adt First phase of SCHEMA changes, concentrating on fixing the grammar and 2002-03-21 16:02:16 +00:00
cache Code review for DOMAIN patch. 2002-03-20 19:45:13 +00:00
error Change made to elog: 2002-03-06 06:10:59 +00:00
fmgr I attach a version of my toast-slicing patch, against current CVS 2002-03-05 05:33:31 +00:00
hash Code review for improved-hashing patch. Fix some portability issues 2002-03-09 17:35:37 +00:00
init Change made to elog: 2002-03-06 06:10:59 +00:00
mb Add missing Unicode multibyte files. 2002-03-06 06:12:59 +00:00
misc Wording improvements to runtime.sgml. Add mention in postgresql.conf 2002-03-09 05:11:38 +00:00
mmgr Change made to elog: 2002-03-06 06:10:59 +00:00
sort Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments 2002-01-06 00:37:44 +00:00
time Fix misstatements added by Bruce. 2002-01-16 23:51:56 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Privileges on functions and procedural languages 2002-02-18 23:11:58 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00