summaryrefslogtreecommitdiff
path: root/doc/src/sgml/gist.sgml
AgeCommit message (Collapse)Author
2009-06-12Improve documentation about GiST opclass support functions.Tom Lane
Dimitri Fontaine
2008-04-14Push index operator lossiness determination down to GIST/GIN opclassTom Lane
"consistent" functions, and remove pg_amop.opreqcheck, as per recent discussion. The main immediate benefit of this is that we no longer need 8.3's ugly hack of requiring @@@ rather than @@ to test weight-using tsquery searches on GIN indexes. In future it should be possible to optimize some other queries better than is done now, by detecting at runtime whether the index match is exact or not. Tom Lane, after an idea of Heikki's, and with some help from Teodor.
2007-11-13Clean up some stray references to tsearch2.Tom Lane
2007-01-31Update documentation on may/can/might:Bruce Momjian
Standard English uses "may", "can", and "might" in different ways: may - permission, "You may borrow my rake." can - ability, "I can lift that log." might - possibility, "It might rain today." Unfortunately, in conversational English, their use is often mixed, as in, "You may use this variable to do X", when in fact, "can" is a better choice. Similarly, "It may crash" is better stated, "It might crash". Also update two error messages mentioned in the documenation to match.
2006-10-23Spellchecking and suchPeter Eisentraut
2006-03-10Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian
2005-11-07R-tree is dead ... long live GiST.Tom Lane
2005-11-04Spellchecking run, final cleanupsPeter Eisentraut
2005-10-21Update obsolete URL, per Chris.Tom Lane
2005-10-21Clean up some obsolete statements about GiST indexes, and add a sectionTom Lane
documenting GiST crash recovery procedures, as requested some time ago by Teodor. (The GiST chapter doesn't seem quite the right place for the latter, but I'm not sure what else to do with it.)
2005-07-02Remove GIST concurrency limitations section.Bruce Momjian
Christopher Kings-Lynne
2005-06-29Improved words spacing.Bruce Momjian
Victor Y. Yegorov
2005-06-20Remove statement that GiST indexes aren't WAL-logged.Tom Lane
2005-05-17GiST improvements:Neil Conway
- make sure we always invoke user-supplied GiST methods in a short-lived memory context. This means the backend isn't exposed to any memory leaks that be in those methods (in fact, it is probably a net loss for most GiST methods to bother manually freeing memory now). This also means we can do away with a lot of ugly manual memory management in the GiST code itself. - keep the current page of a GiST index scan pinned, rather than doing a ReadBuffer() for each tuple produced by the scan. Since ReadBuffer() is expensive, this is a perf. win - implement dead tuple killing for GiST indexes (which is easy to do, now that we keep a pin on the current scan page). Now all the builtin indexes implement dead tuple killing. - cleanup a lot of ugly code in GiST
2005-04-09We don't put URL's in ulink's because the URL is always generated, butBruce Momjian
we can put words in ulink and the URL will still be printed. per Peter
2005-03-31Adjust SGML ulink tags to the URL is always displayed in our printed docs.Bruce Momjian
2005-01-08Some more small improvements in response to 7.4 interactive docs comments.Tom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-10-31Rewrite GiST documentation into something actually useful.Tom Lane
Christopher Kings-Lynne
2003-09-29This patch makes a few incremental improvements to geqo.sgml andBruce Momjian
arch-dev.sgml Neil Conway
2002-01-09Make spelling of operating system names match official version closely.Peter Eisentraut
And listing QNX 6 as both supported and unsupported is probably not helpful.
2001-11-21Deprecate 'current' for date/time input.Thomas G. Lockhart
Fix up references to "PostgreSQL" rather than "Postgres". Was roughly evenly split between the two before. ref/ files not yet done.
2001-10-12Uppercase keywords where appropriate.Bruce Momjian
2001-05-17Change "indices" to "indexes", per OED.Peter Eisentraut
2001-01-24UpdateBruce Momjian
2000-12-22Make use of <email> tag for marking up email addresses.Peter Eisentraut
1998-12-29Clean up to ensure tag completion as required by the newest versionsThomas G. Lockhart
of Norm's Modular Style Sheets and jade/docbook. From Vince Vielhaber <[email protected]>.
1998-07-29Add id field to chapter and book tags to allow output file namesThomas G. Lockhart
to be meaningful.
1998-04-04Clean up formatting.Thomas G. Lockhart
Add more URL links for GiST information.
1998-03-01Fix a few typos. Try <Note><Title>Author</Title>... for author credit.Thomas G. Lockhart
1998-03-01SGML source for new documentation.Thomas G. Lockhart