aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistutil.c
Commit message (Expand)AuthorAge
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Refactor code building relation optionsMichael Paquier2019-11-05
* Support reloptions of enum typeAlvaro Herrera2019-09-25
* Use full 64-bit XID for checking if a deleted GiST page is old enough.Heikki Linnakangas2019-07-24
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas2019-04-03
* Delete empty pages during GiST VACUUM.Heikki Linnakangas2019-03-22
* Support for INCLUDE attributes in GiST indexesAlexander Korotkov2019-03-10
* Update copyright for 2019Bruce Momjian2019-01-02
* Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov2018-09-19
* Provide separate header file for built-in float typesTomas Vondra2018-07-29
* Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera2018-07-11
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Allow no-op GiST support functions to be omitted.Tom Lane2017-09-19
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Put back <float.h> in a few files that need it for _isnan().Tom Lane2017-03-08
* Allow index AMs to return either HeapTuple or IndexTuple format during IOS.Tom Lane2017-02-27
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Suppress compiler warnings in non-cassert builds.Tom Lane2016-08-23
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-13
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Update copyright for 2016Bruce Momjian2016-01-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix GiST index-only scans for opclasses with different storage type.Heikki Linnakangas2015-03-26
* Add support for index-only scans in GiST.Heikki Linnakangas2015-03-26
* Minor cleanup of GiST code, for readability.Heikki Linnakangas2015-03-26
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Support unlogged GiST index.Heikki Linnakangas2013-02-11
* Repair bugs in GiST page splitting code for multi-column indexes.Tom Lane2013-02-07
* Add some randomness to the choice of which GiST page to insert to.Heikki Linnakangas2013-01-25
* Update copyrights for 2013Bruce Momjian2013-01-01
* Improve coding of gistchoose and gistRelocateBuildBuffersOnSplit.Tom Lane2012-08-30
* Fix logic bug in gistchoose and gistRelocateBuildBuffersOnSplit.Robert Haas2012-08-30
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-24
* Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane2012-01-29
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Use IEEE infinity, not 1e10, for null-and-not-null case in gistpenalty().Tom Lane2011-11-27
* Buffering GiST index build algorithm.Heikki Linnakangas2011-09-08
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Protect GIST logic that assumes penalty values can't be negative.Tom Lane2011-05-31
* Make GIN and GIST pass the index collation to all their support functions.Tom Lane2011-04-22
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10