postgresql/src/backend/utils
Tom Lane 838fe25a95 Create a new GUC variable search_path to control the namespace search
path.  The default behavior if no per-user schemas are created is that
all users share a 'public' namespace, thus providing behavior backwards
compatible with 7.2 and earlier releases.  Probably the semantics and
default setting will need to be fine-tuned, but this is a start.
2002-04-01 03:34:27 +00:00
..
adt Create a new GUC variable search_path to control the namespace search 2002-04-01 03:34:27 +00:00
cache Reimplement temp tables using schemas. The temp table map is history; 2002-03-31 06:26:32 +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 Create a new GUC variable search_path to control the namespace search 2002-04-01 03:34:27 +00:00
mb Add missing Unicode multibyte files. 2002-03-06 06:12:59 +00:00
misc Create a new GUC variable search_path to control the namespace search 2002-04-01 03:34:27 +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