summaryrefslogtreecommitdiff
path: root/src/backend/commands/opclasscmds.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-021-16/+16
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-1/+2
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-141-5/+1
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-1/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-11/+11
* pgindent run for 8.3.Bruce Momjian2007-11-151-35/+37
* Ensure that typmod decoration on a datatype name is validated in all cases,Tom Lane2007-11-111-5/+5
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-3/+3
* Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane2007-01-231-22/+846
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-229/+504
* Set pg_am.amstrategies to zero for index AMs that don't have fixedTom Lane2006-12-181-9/+14
* pgindent run for 8.2.Bruce Momjian2006-10-041-10/+10
* Mark a few functions as static or NOT_USED.Bruce Momjian2006-07-181-1/+3
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-161-10/+29
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-021-16/+12
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-021-3/+3
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-9/+9
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Document that CREATE OPERATOR CLASS amounts to granting public executeTom Lane2006-01-131-12/+40
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-5/+5
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-211-17/+60
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-39/+37
* Fix wrong dependency on owner created by ALTER OPCLASS OWNER.Tom Lane2005-08-231-2/+3
* Fix unwanted denial of ALTER OWNER rights to superusers. There was someTom Lane2005-08-221-15/+19
* Adjust permissions checking for ALTER OWNER commands: instead ofTom Lane2005-07-141-6/+16
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-071-1/+7
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-5/+5
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-17/+17
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-4/+4
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-4/+4
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-16/+23
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Support renaming of tablespaces, and changing the owners ofTom Lane2004-06-251-1/+90
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-6/+6
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-72/+217
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-8/+12
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-261-3/+3
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-2/+2
* Fix missed message update, per Alvaro Herrera.Tom Lane2003-09-111-2/+2
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-171-2/+4
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-9/+9
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-011-8/+14