summaryrefslogtreecommitdiff
path: root/src/include/catalog/namespace.h
Commit message (Expand)AuthorAgeFilesLines
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-3/+3
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Replace RelidGetNamespaceId() by get_rel_namespace().Peter Eisentraut2003-01-121-2/+1
* Read-only transactions, as defined in SQL.Peter Eisentraut2003-01-101-1/+2
* Apply the proper version of Christopher Kings-Lynne's describe patchTom Lane2003-01-071-2/+3
* TODO marked as done:Bruce Momjian2002-12-121-1/+3
* Remove encoding lookups from grammar stage, push them back to placesTom Lane2002-11-021-1/+2
* Disallow VACUUM, ANALYZE, TRUNCATE on temp tables belonging to otherTom Lane2002-09-231-1/+2
* pgindent run.Bruce Momjian2002-09-041-9/+9
* Cause schema-qualified FROM items and schema-qualified variable referencesTom Lane2002-08-081-2/+2
* Add SQL99 CONVERT() function.Tatsuo Ishii2002-08-061-1/+2
* Centralize code for interpreting schema references, which had gottenTom Lane2002-07-291-1/+6
* Add FindDefaultConversionProcTatsuo Ishii2002-07-161-1/+3
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Support temporary setting of search path during CREATE SCHEMA; thisTom Lane2002-05-171-3/+9
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-171-3/+3
* Add routines in namespace.c to determine whether objects are visibleTom Lane2002-05-011-7/+7
* Add current_schema() and current_schemas() inquiry functions.Tom Lane2002-04-261-1/+3
* Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane2002-04-251-2/+2
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-171-1/+20
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-161-1/+3
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-091-1/+3
* Implement partial-key searching of syscaches, per recent suggestionTom Lane2002-04-061-1/+19
* Create a new GUC variable search_path to control the namespace searchTom Lane2002-04-011-1/+8
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-311-1/+3
* Further cleanups for relations in schemas: teach nextval and otherTom Lane2002-03-301-1/+3
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-1/+5
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-261-0/+26