summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_opclass.sgml
AgeCommit message (Expand)Author
2024-08-09Remove obsolete RECHECK keyword completelyPeter Eisentraut
2021-06-11Use the correct article for abbreviationsDavid Rowley
2021-04-04Fix confusion in SP-GiST between attribute type and leaf storage type.Tom Lane
2020-09-17Remove support for postfix (right-unary) operators.Tom Lane
2020-02-26Add equalimage B-Tree support functions.Peter Geoghegan
2018-08-22doc: Update uses of the word "procedure"Peter Eisentraut
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-20Convert SGML IDs to lower casePeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2016-09-26Replace the built-in GIN array opclasses with a single polymorphic opclass.Tom Lane
2016-03-10Document BRIN a bit more thoroughlyAlvaro Herrera
2016-01-19Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2011-12-17Add SP-GiST (space-partitioned GiST) index access method.Tom Lane
2011-12-07Create a "sort support" interface API for faster sorting.Tom Lane
2011-05-18Spell checking and markup refinementPeter Eisentraut
2011-01-26Update contrib documention mentions to point to actual documentationBruce Momjian
2010-11-24Create the system catalog infrastructure needed for KNNGIST.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-17Spell and markup checkingPeter Eisentraut
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2009-09-19Make the placeholder naming in the synopses of the SQL help more consistentPeter Eisentraut
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2008-04-14Push index operator lossiness determination down to GIST/GIN opclassTom Lane
2007-12-03Entity-ify a passel of & < > characters. Per gripe from Devrim.Tom Lane
2007-01-31Update reference documentation on may/can/might:Bruce Momjian
2007-01-23Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane
2006-10-16Remove use of '<' and '>' in SGML, use '&' escapes.Bruce Momjian
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian
2006-09-14GIN documentation and slightly improving GiST docs.Teodor Sigaev
2006-09-10Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane
2006-01-13Document that CREATE OPERATOR CLASS amounts to granting public executeTom Lane
2005-01-14Incorporate examples and doc patches from Mark Kirkwood and David Fetter.Tom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-22Make the SQL command synopses appear less random.Peter Eisentraut
2003-09-09Remove a bunch of content-free Diagnostics sections, as per previousTom Lane
2003-08-31Add/edit index entries.Peter Eisentraut
2003-06-27First batch of object rename commands.Peter Eisentraut
2003-04-22More editing of reference pages.Peter Eisentraut
2003-03-25Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut
2003-01-19This patch includes a lot of minor cleanups to the SGML documentation,Bruce Momjian
2002-10-04Restrict CREATE OPERATOR CLASS to superusers, per discussion some weeksTom Lane
2002-09-21Add more appropriate markup.Peter Eisentraut
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2002-07-29Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane