]> granicus.if.org Git - postgresql/history - src/backend/commands/opclasscmds.c
Replace heapam.h includes with {table, relation}.h where applicable.
[postgresql] / src / backend / commands / opclasscmds.c
2019-01-21 Andres FreundReplace heapam.h includes with {table, relation}.h...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-08-22 Peter Eisentrautdoc: Update uses of the word "procedure"
2018-02-07 Tom LaneSupport all SQL:2011 options for window frame clauses.
2018-01-19 Peter EisentrautReplace AclObjectKind with ObjectType
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-30 Peter EisentrautSQL procedures
2017-11-10 Peter EisentrautAdd some const decorations to prototypes
2017-09-01 Robert HaasIntroduce 64-bit hash functions with a 64-bit seed.
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-04-10 Tom LaneImprove castNode notation by introducing list-extractio...
2017-03-06 Peter EisentrautReplace LookupFuncNameTypeNames() with LookupFuncWithArgs()
2017-03-06 Peter EisentrautUse class_args field in opclass_drop
2017-02-01 Tom LaneProvide CatalogTupleDelete() as a wrapper around simple...
2017-01-31 Alvaro HerreraTweak catalog indexing abstraction for upcoming WARM
2017-01-27 Andres FreundUse the new castNode() macro in a number of places.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-08-13 Tom LaneAdd SQL-accessible functions for inspecting index AM...
2016-04-14 Tom LaneFix broken dependency-mongering for index operator...
2016-03-24 Alvaro HerreraSupport CREATE ACCESS METHOD
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-05-11 Alvaro HerreraAllow on-the-fly capture of DDL event details
2015-03-03 Alvaro HerreraChange many routines to return ObjectAddress rather...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-23 Alvaro HerreraMake DROP IF EXISTS more consistently not fail
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-18 Robert HaasExtend object-access hook machinery to support post...
2013-03-07 Robert HaasCode beautification for object-access hook machinery.
2013-01-26 Bruce MomjianAllow CREATE TABLE IF EXIST so succeed if the schema...
2013-01-21 Alvaro HerreraRefactor ALTER some-obj RENAME implementation
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-29 Robert HaasAdjust more backend functions to return OID rather...
2012-12-23 Robert HaasAdjust many backend functions to return OID rather...
2012-10-03 Alvaro Herrerarefactor ALTER some-obj SET OWNER implementation
2012-10-02 Alvaro HerreraRefactor "ALTER some-obj SET SCHEMA" implementation
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-06-15 Peter EisentrautImprove reporting of permission errors for array types
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-03-09 Robert HaasExtend object access hook framework to support argument...
2012-01-26 Robert HaasClassify DROP operations by whether or not they are...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-07 Tom LaneCreate a "sort support" interface API for faster sorting.
2011-11-18 Robert HaasFurther consolidation of DROP statement handling.
2011-10-21 Robert HaasFix DROP OPERATOR FAMILY IF EXISTS.
2011-10-20 Robert HaasAdd "skipping" to the NOTICE produced by DROP OPERATOR...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-23 Tom LaneRethink behavior of CREATE OR REPLACE during CREATE...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-01-04 Robert HaasFix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-26 Robert HaasAdd more ALTER <object> .. SET SCHEMA commands.
2010-11-25 Robert HaasObject access hook framework, with post-creation hook.
2010-11-24 Tom LaneCreate the system catalog infrastructure needed for...
2010-10-25 Peter EisentrautRefactor typenameTypeId()
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-05 Robert HaasStandardize get_whatever_oid functions for other object...
2010-08-05 Robert HaasStandardize get_whatever_oid functions for object types...
2010-07-16 Tom LaneRemove duplicate code in DefineOpFamily().
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-07-03 Robert HaasAllow REASSIGNED OWNED to handle opclasses and opfamilies.
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-14 Tom LanePush index operator lossiness determination down to...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-11 Tom LaneEnsure that typmod decoration on a datatype name is...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-23 Tom LaneAdd CREATE/ALTER/DROP OPERATOR FAMILY commands, also...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-12-18 Tom LaneSet pg_am.amstrategies to zero for index AMs that don...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-18 Bruce MomjianMark a few functions as static or NOT_USED.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-06-16 Andrew DunstanDROP ... IF EXISTS for the following cases:
2006-05-02 Tom LaneClean up API for ambulkdelete/amvacuumcleanup as per...
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-13 Tom LaneDocument that CREATE OPERATOR CLASS amounts to granting...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-21 Alvaro HerreraImplement DROP OWNED and REASSIGN OWNED. These new...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-23 Tom LaneFix wrong dependency on owner created by ALTER OPCLASS...
2005-08-22 Tom LaneFix unwanted denial of ALTER OWNER rights to superusers...
2005-07-14 Tom LaneAdjust permissions checking for ALTER OWNER commands...
2005-07-07 Tom LaneTrack dependencies on shared objects (which is to say...
next