postgresql/src/include/catalog
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
..
catalog.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
catname.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
catversion.h Create 'default_tablespace' GUC variable that supplies a TABLESPACE 2004-11-05 19:17:13 +00:00
dependency.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
duplicate_oids Un-break duplicate_oids script. 2002-09-17 01:28:36 +00:00
heap.h Fix unintended assignment of sequences to the containing schema's 2004-08-31 17:10:36 +00:00
index.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
indexing.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
namespace.h Restructure subtransaction handling to reduce resource consumption, 2004-09-16 16:58:44 +00:00
pg_aggregate.h Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
pg_am.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
pg_amop.h Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
pg_amproc.h Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
pg_attrdef.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
pg_attribute.h Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
pg_cast.h Remove arithmetic operators on the 1-byte-char datatype, as per proposals 2004-10-04 22:49:59 +00:00
pg_class.h Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
pg_constraint.h Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
pg_control.h Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
pg_conversion.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
pg_database.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
pg_depend.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
pg_description.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
pg_group.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
pg_index.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
pg_inherits.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
pg_language.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
pg_largeobject.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
pg_listener.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
pg_namespace.h Create 'default_tablespace' GUC variable that supplies a TABLESPACE 2004-11-05 19:17:13 +00:00
pg_opclass.h Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
pg_operator.h Remove arithmetic operators on the 1-byte-char datatype, as per proposals 2004-10-04 22:49:59 +00:00
pg_proc.h Fix problems with SQL functions returning rowtypes that have dropped 2004-10-07 18:38:51 +00:00
pg_rewrite.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
pg_shadow.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
pg_statistic.h Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
pg_tablespace.h Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
pg_trigger.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
pg_type.h Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
pg_version.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
unused_oids $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00