aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/opclasscmds.c
Commit message (Expand)AuthorAge
* Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.Robert Haas2011-01-03
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Add more ALTER <object> .. SET SCHEMA commands.Robert Haas2010-11-26
* Object access hook framework, with post-creation hook.Robert Haas2010-11-25
* Create the system catalog infrastructure needed for KNNGIST.Tom Lane2010-11-24
* Refactor typenameTypeId()Peter Eisentraut2010-10-25
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Standardize get_whatever_oid functions for other object types.Robert Haas2010-08-05
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-05
* Remove duplicate code in DefineOpFamily().Tom Lane2010-07-16
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Allow REASSIGNED OWNED to handle opclasses and opfamilies.Robert Haas2010-07-03
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-02
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-14
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-26
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Ensure that typmod decoration on a datatype name is validated in all cases,Tom Lane2007-11-11
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane2007-01-23
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* Set pg_am.amstrategies to zero for index AMs that don't have fixedTom Lane2006-12-18
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Mark a few functions as static or NOT_USED.Bruce Momjian2006-07-18
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-16
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-02
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-02
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Document that CREATE OPERATOR CLASS amounts to granting public executeTom Lane2006-01-13
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-21
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix wrong dependency on owner created by ALTER OPCLASS OWNER.Tom Lane2005-08-23
* Fix unwanted denial of ALTER OWNER rights to superusers. There was someTom Lane2005-08-22
* Adjust permissions checking for ALTER OWNER commands: instead ofTom Lane2005-07-14
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-07
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-29
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31