postgresql/src/backend
Tom Lane 98e8b48053 Create 'default_tablespace' GUC variable that supplies a TABLESPACE
clause implicitly whenever one is not given explicitly.  Remove concept
of a schema having an associated tablespace, and simplify the rules for
selecting a default tablespace for a table or index.  It's now just
(a) explicit TABLESPACE clause; (b) default_tablespace if that's not an
empty string; (c) database's default.  This will allow pg_dump to use
SET commands instead of tablespace clauses to determine object locations
(but I didn't actually make it do so).  All per recent discussions.
2004-11-05 19:17:13 +00:00
..
access Small message clarifications 2004-11-05 17:11:34 +00:00
bootstrap Cosmetic improvements/code cleanup: 2004-10-10 23:37:45 +00:00
catalog Create 'default_tablespace' GUC variable that supplies a TABLESPACE 2004-11-05 19:17:13 +00:00
commands Create 'default_tablespace' GUC variable that supplies a TABLESPACE 2004-11-05 19:17:13 +00:00
executor Modify hash_create() to elog(ERROR) if an error occurs, rather than 2004-10-25 00:46:43 +00:00
lib Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
libpq Add some code to ensure that we don't lose communication sync due to 2004-10-18 23:23:19 +00:00
main Small message clarifications 2004-11-05 17:11:34 +00:00
nodes Create 'default_tablespace' GUC variable that supplies a TABLESPACE 2004-11-05 19:17:13 +00:00
optimizer Avoid overflow in cost_sort when work_mem exceeds 1Gb. 2004-10-23 00:05:27 +00:00
parser Create 'default_tablespace' GUC variable that supplies a TABLESPACE 2004-11-05 19:17:13 +00:00
po Translation update 2004-11-05 17:08:11 +00:00
port Fix tyop in comment. 2004-10-25 03:23:02 +00:00
postmaster Small message clarifications 2004-11-05 17:11:34 +00:00
regex Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
rewrite Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
storage Small message clarifications 2004-11-05 17:11:34 +00:00
tcop Have log_duration only output when log_statement has printed the query. 2004-10-15 16:50:31 +00:00
utils Create 'default_tablespace' GUC variable that supplies a TABLESPACE 2004-11-05 19:17:13 +00:00
Makefile Add Win32 version info to client binaries. 2004-10-05 19:30:25 +00:00
nls.mk Add translation from 7.4 branch to head. 2004-08-11 09:00:27 +00:00