]> granicus.if.org Git - postgresql/history - src/backend/catalog/namespace.c
Update copyright for 2016
[postgresql] / src / backend / catalog / namespace.c
2006-04-25 Bruce MomjianAdd RESET CONNECTION, to reset all aspects of a session.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-10 Tom LaneChange search for default operator classes so that...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-06 Tom LaneMarginal speedup in RelationIsVisible and TypeIsVisible...
2005-08-01 Tom LaneAdd ALTER object SET SCHEMA capability for a limited...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-28 Tom LaneFix subtransaction behavior for large objects, temp...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-05-28 Tom LaneFix thinko in recent patch to change temp-table permiss...
2004-05-26 Bruce Momjian*) inet_(client|server)_(addr|port)() and necessary...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-02-13 Tom LaneTry to make 'cross-database references are not implemen...
2004-01-19 Tom LaneRepair problem identified by Olivier Prenant: ALTER...
2003-12-29 Tom LaneTweak OpernameGetCandidates() to reduce palloc overhead...
2003-12-12 Peter EisentrautThis patch properly sets the prototype for the on_shmem...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-21 Tom LaneError message editing in backend/catalog.
2003-06-27 Tom LaneFix compile warnings.
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2003-03-20 Bruce MomjianAdd start time to pg_stat_activity
2003-03-06 Tom LaneTweak dependency code to suppress NOTICEs generated...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2003-02-07 Tom LaneRevise mechanism for getting rid of temp tables at...
2003-01-12 Peter EisentrautReplace RelidGetNamespaceId() by get_rel_namespace().
2003-01-10 Peter EisentrautRead-only transactions, as defined in SQL.
2003-01-07 Tom LaneApply the proper version of Christopher Kings-Lynne...
2002-12-12 Bruce MomjianTODO marked as done:
2002-12-04 Bruce MomjianMake usesysid consistently int4, not oid.
2002-11-11 Tom LaneCode review for ON COMMIT patch. Make the actual on...
2002-11-09 Bruce MomjianAdd code to handle [ON COMMIT { PRESERVE ROWS | DELETE...
2002-11-02 Tom LaneRemove encoding lookups from grammar stage, push them...
2002-11-02 Tom LaneFix permissions-checking bugs and namespace-search...
2002-09-23 Tom LaneDisallow VACUUM, ANALYZE, TRUNCATE on temp tables belon...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-30 Tom LaneAUTOCOMMIT mode is now an available backend GUC variabl...
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-08-15 Bruce MomjianTom Lane wrote:
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...