summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistutil.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov2018-09-191-31/+6
* Provide separate header file for built-in float typesTomas Vondra2018-07-291-1/+1
* Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera2018-07-111-1/+0
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-12/+12
* Allow no-op GiST support functions to be omitted.Tom Lane2017-09-191-4/+38
* Phase 3 of pgindent updates.Tom Lane2017-06-211-5/+5
* Put back <float.h> in a few files that need it for _isnan().Tom Lane2017-03-081-0/+1
* Allow index AMs to return either HeapTuple or IndexTuple format during IOS.Tom Lane2017-02-271-3/+3
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Suppress compiler warnings in non-cassert builds.Tom Lane2016-08-231-1/+1
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-131-0/+100
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-201-3/+3
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-081-3/+3
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-171-7/+4
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+1
* Fix GiST index-only scans for opclasses with different storage type.Heikki Linnakangas2015-03-261-1/+1
* Add support for index-only scans in GiST.Heikki Linnakangas2015-03-261-1/+63
* Minor cleanup of GiST code, for readability.Heikki Linnakangas2015-03-261-35/+15
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-4/+4
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* pgindent run for release 9.3Bruce Momjian2013-05-291-3/+3
* Support unlogged GiST index.Heikki Linnakangas2013-02-111-8/+22
* Repair bugs in GiST page splitting code for multi-column indexes.Tom Lane2013-02-071-30/+25
* Add some randomness to the choice of which GiST page to insert to.Heikki Linnakangas2013-01-251-4/+62
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Improve coding of gistchoose and gistRelocateBuildBuffersOnSplit.Tom Lane2012-08-301-53/+60
* Fix logic bug in gistchoose and gistRelocateBuildBuffersOnSplit.Robert Haas2012-08-301-2/+43
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-241-8/+2
* Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane2012-01-291-3/+3
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Use IEEE infinity, not 1e10, for null-and-not-null case in gistpenalty().Tom Lane2011-11-271-2/+5
* Buffering GiST index build algorithm.Heikki Linnakangas2011-09-081-5/+22
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-3/+0
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-091-2/+2
* Protect GIST logic that assumes penalty values can't be negative.Tom Lane2011-05-311-2/+9
* Make GIN and GIST pass the index collation to all their support functions.Tom Lane2011-04-221-18/+25
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+2
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Rewrite the GiST insertion logic so that we don't need the post-recoveryHeikki Linnakangas2010-12-231-21/+7
* The GiST scan algorithm uses LSNs to detect concurrent pages splits, butHeikki Linnakangas2010-11-161-0/+21
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-2/+3
* Change the reloptions machinery to use a table-based parser, and provideAlvaro Herrera2009-01-051-4/+3
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-301-2/+3
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-131-3/+2