summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/README
AgeCommit message (Expand)Author
2022-02-07Reduce non-leaf keys overlap in GiST indexes produced by a sorted buildAlexander Korotkov
2021-03-10C comments: improve description of GiST NSN and GistBuildLSNBruce Momjian
2021-02-13README/C-comment: document GiST's NSN valueBruce Momjian
2020-01-13Delete empty pages in each pass during GIST VACUUM.Amit Kapila
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-03-22Delete empty pages during GiST VACUUM.Heikki Linnakangas
2017-02-06Fix typos in comments.Heikki Linnakangas
2014-04-03Avoid palloc in critical section in GiST WAL-logging.Heikki Linnakangas
2011-09-08Buffering GiST index build algorithm.Heikki Linnakangas
2010-12-23Rewrite the GiST insertion logic so that we don't need the post-recoveryHeikki Linnakangas
2010-12-04Add external documentation 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-04-14Typo fix. Kevin Grittner.Robert Haas
2008-03-20Make source code READMEs more consistent. Add CVS tags to all README files.Bruce Momjian
2005-09-16Small fixesTeodor Sigaev
2005-09-15Copy-editing for GiST README.Neil Conway
2005-09-15Readme about GiST's algorithmsTeodor Sigaev