summaryrefslogtreecommitdiff
path: root/doc/src/sgml/xindex.sgml
AgeCommit message (Expand)Author
2025-04-04Add nbtree skip scan optimization.Peter Geoghegan
2025-01-15Change gist stratnum function to use CompareTypePeter Eisentraut
2024-09-17Add stratnum GiST support functionPeter Eisentraut
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-01-19Add stratnum GiST support functionPeter Eisentraut
2023-10-25Doc fix: Interfacing Extensions to IndexesJeff Davis
2021-10-04Doc: fix minor issues in GiST support function documentation.Tom Lane
2021-04-05Support INCLUDE'd columns in SP-GiST.Tom Lane
2020-09-09Doc: adjust documentation related to index support functions.Tom Lane
2020-06-21Language fixes for docs related to opclass optionsAlexander Korotkov
2020-06-20Add documentation for opclass optionsAlexander Korotkov
2020-05-06Doc: further fooling-about with rendering of tables in PDF output.Tom Lane
2020-02-26Add equalimage B-Tree support functions.Peter Geoghegan
2019-09-08doc: Clean up title case usePeter Eisentraut
2018-09-18Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov
2018-08-22doc: Update uses of the word "procedure"Peter Eisentraut
2018-02-07Support all SQL:2011 options for window frame clauses.Tom Lane
2018-02-06Doc: move info for btree opclass implementors into main documentation.Tom Lane
2018-02-04Doc: minor clarifications in xindex.sgml.Tom Lane
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
2017-09-13Distinguish selectivity of < from <= and > from >=.Tom Lane
2017-09-01Introduce 64-bit hash functions with a 64-bit seed.Robert Haas
2016-09-26Replace the built-in GIN array opclasses with a single polymorphic opclass.Tom Lane
2016-05-02doc: Fix typoPeter Eisentraut
2016-03-10Document BRIN a bit more thoroughlyAlvaro Herrera
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2015-12-06Update xindex.sgml for recent additions to GIST opclass API.Tom Lane
2014-07-17doc: Spell checkingPeter Eisentraut
2014-03-12Allow opclasses to provide tri-valued GIN consistent functions.Heikki Linnakangas
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-07-18Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas
2010-12-04Add external documentation for KNNGIST.Tom Lane
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-02-24Revert removal of pre-7.4 documenation behavior mentions.Bruce Momjian
2010-02-24Remove pre-7.4 documentaiton mentions, now that 8.0 is the oldestBruce Momjian
2008-12-07Desultorily enclose programlisting tags in CDATA, to get rid of some obnoxiousAlvaro Herrera
2008-05-16Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane
2008-04-14Push index operator lossiness determination down to GIST/GIN opclassTom Lane
2007-12-02Mention hash opclasses in 'System Dependencies on Operator Classes',Tom Lane
2007-04-25Minor consistency tweak for SGML docs.Neil Conway
2007-02-06Docs updates for cross-type hashing.Tom Lane
2007-02-01Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian
2007-01-31Update documentation on may/can/might:Bruce Momjian
2007-01-23Update xindex.sgml to discuss operator families.Tom Lane