]> granicus.if.org Git - postgresql/history - src/backend/catalog/namespace.c
has_table_privilege spawns scions has_database_privilege, has_function_privilege,
[postgresql] / src / backend / catalog / namespace.c
2002-08-09 Tom Lanehas_table_privilege spawns scions has_database_privileg...
2002-08-08 Tom LaneCause schema-qualified FROM items and schema-qualified...
2002-08-06 Tatsuo IshiiAdd SQL99 CONVERT() function.
2002-07-29 Tom LaneCentralize code for interpreting schema references...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-16 Tatsuo IshiiAdd FindDefaultConversionProc
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-05-17 Tom LaneSupport temporary setting of search path during CREATE...
2002-05-17 Tom LaneMerge the last few variable.c configuration variables...
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-05-01 Tom LaneAdd routines in namespace.c to determine whether object...
2002-04-30 Tom LaneClean up loose ends remaining from schema privileges...
2002-04-29 Tom LaneImplement checking of USAGE rights on namespaces.
2002-04-27 Tom LaneRestructure aclcheck error reporting to make permission...
2002-04-26 Tom LaneAdd current_schema() and current_schemas() inquiry...
2002-04-25 Tom LaneImplement types regprocedure, regoper, regoperator...
2002-04-17 Tom LaneOpclasses live in namespaces. I also took the opportun...
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2002-04-15 Tom LaneAdjust rules for search_path so that pg_catalog is...
2002-04-12 Tom LaneChecking to decide whether relations are system relatio...
2002-04-09 Tom LaneFunctions live in namespaces. Qualified function names...
2002-04-06 Tom LaneImplement partial-key searching of syscaches, per recen...
2002-04-01 Tom LaneCreate a new GUC variable search_path to control the...
2002-03-31 Tom LaneReimplement temp tables using schemas. The temp table...
2002-03-30 Tom LaneFurther cleanups for relations in schemas: teach nextva...
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...