You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
24 years ago
..
catalog.h
Create the pg_namespace system catalog. Doesn't do much yet, but it's
24 years ago
catname.h
Create the pg_namespace system catalog. Doesn't do much yet, but it's
24 years ago
catversion.h
pg_type has a typnamespace column; system now supports creating types
24 years ago
duplicate_oids
Measure the current transaction time to milliseconds.
25 years ago
heap.h
Reimplement temp tables using schemas. The temp table map is history;
24 years ago
index.h
Reimplement temp tables using schemas. The temp table map is history;
24 years ago
indexing.h
pg_type has a typnamespace column; system now supports creating types
24 years ago
namespace.h
Create a new GUC variable search_path to control the namespace search
24 years ago
pg_aggregate.h
pg_type has a typnamespace column; system now supports creating types
24 years ago
pg_am.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
pg_amop.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
pg_amproc.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
pg_attrdef.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
pg_attribute.h
pg_type has a typnamespace column; system now supports creating types
24 years ago
pg_class.h
pg_type has a typnamespace column; system now supports creating types
24 years ago
pg_control.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
pg_database.h
User and database-specific session defaults for run-time configuration
24 years ago
pg_description.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
pg_group.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
pg_index.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
pg_inherits.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
pg_language.h
Privileges on functions and procedural languages
24 years ago
pg_largeobject.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
pg_listener.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
pg_namespace.h
Create a new GUC variable search_path to control the namespace search
24 years ago
pg_opclass.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
pg_operator.h
pg_type has a typnamespace column; system now supports creating types
24 years ago
pg_proc.h
pg_type has a typnamespace column; system now supports creating types
24 years ago
pg_relcheck.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
pg_rewrite.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
pg_shadow.h
User and database-specific session defaults for run-time configuration
24 years ago
pg_statistic.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
pg_trigger.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
pg_type.h
pg_type has a typnamespace column; system now supports creating types
24 years ago
pg_version.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
unused_oids
Make OIDs optional, per discussions in pghackers. WITH OIDS is still the
25 years ago