Commits

Showing commits that first shipped in 7.3 (backpatches included). Clear

DateSubjectAuthorReleases
2002-11-02 Remove encoding lookups from grammar stage, push them back to places Tom Lane 7.3.1
2002-09-23 Disallow VACUUM, ANALYZE, TRUNCATE on temp tables belonging to other Tom Lane 7.3.1
2002-08-08 Cause schema-qualified FROM items and schema-qualified variable references Tom Lane 7.3.1
2002-07-29 Centralize code for interpreting schema references, which had gotten Tom Lane 7.3.1
2002-05-17 Support temporary setting of search path during CREATE SCHEMA; this Tom Lane 7.3.1
2002-05-17 Merge the last few variable.c configuration variables into the generic Tom Lane 7.3.1
2002-05-01 Add routines in namespace.c to determine whether objects are visible Tom Lane 7.3.1
2002-04-26 Add current_schema() and current_schemas() inquiry functions. Tom Lane 7.3.1
2002-04-25 Implement types regprocedure, regoper, regoperator, regclass, regtype Tom Lane 7.3.1
2002-04-17 Opclasses live in namespaces. I also took the opportunity to create Tom Lane 7.3.1
2002-04-16 Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take Tom Lane 7.3.1
2002-04-09 Functions live in namespaces. Qualified function names work, eg Tom Lane 7.3.1
2002-04-06 Implement partial-key searching of syscaches, per recent suggestion Tom Lane 7.3.1
2002-04-01 Create a new GUC variable search_path to control the namespace search Tom Lane 7.3.1
2002-03-31 Reimplement temp tables using schemas. The temp table map is history; Tom Lane 7.3.1
2002-03-30 Further cleanups for relations in schemas: teach nextval and other Tom Lane 7.3.1
2002-03-29 pg_type has a typnamespace column; system now supports creating types Tom Lane 7.3.1
2002-03-26 pg_class has a relnamespace column. You can create and access tables Tom Lane 7.3.1