Commits

DateSubjectAuthorReleases
2006-05-01 Provide a namespace.c function for lookup of an operator with exact Tom Lane 8.2.0
2006-02-10 Change search for default operator classes so that it examines all opclasses Tom Lane 8.0.7
2006-02-10 Change search for default operator classes so that it examines all opclasses Tom Lane 8.1.3
2006-02-10 Change search for default operator classes so that it examines all opclasses Tom Lane 8.2.0
2005-08-01 Add ALTER object SET SCHEMA capability for a limited but useful set of Tom Lane 8.1.0
2004-09-16 Restructure subtransaction handling to reduce resource consumption, Tom Lane 8.0.0
2004-07-28 Fix subtransaction behavior for large objects, temp namespace, files, Tom Lane 8.0.0
2004-01-19 Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path Tom Lane 8.0.0
2003-11-12 Cross-data-type comparisons are now indexable by btrees, pursuant to my Tom Lane 8.0.0
2003-01-07 Apply the proper version of Christopher Kings-Lynne's describe patch Tom Lane 7.4.1
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