aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
Commit message (Expand)AuthorAge
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Fix oversight in backpatch of 6cae9d2c10Alexander Korotkov2019-09-19
* Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov2019-09-19
* Fix handling of NULL distances in KNN-GiSTAlexander Korotkov2019-09-08
* Fix handling Inf and Nan values in GiST pairing heap comparatorAlexander Korotkov2019-09-08
* Fix variable initialization when using buffering build with GiSTMichael Paquier2019-07-10
* Make gistvacuumcleanup() count the actual number of index tuples.Tom Lane2018-03-02
* Change some bogus PageGetLSN calls to BufferGetLSNAtomicAlvaro Herrera2018-01-09
* Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.Tom Lane2017-05-04
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Fix outdated comments, GIST search queue is not an RBTree anymore.Heikki Linnakangas2016-09-20
* Fix GiST index build for NaN values in geometric types.Tom Lane2016-07-14
* Fix lossy KNN GiST when ordering operator returns non-float8 value.Teodor Sigaev2016-02-02
* Fix misc typos.Heikki Linnakangas2015-09-05
* pgindent run for 9.5Bruce Momjian2015-05-23
* Still more fixes for lossy-GiST-distance-functions patch.Tom Lane2015-05-23
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-15
* Fix datatype confusion with the new lossy GiST distance functions.Heikki Linnakangas2015-05-15
* Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas2015-05-15
* 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
* Fix knn-GiST queue comparison function to return heap tuples first.Heikki Linnakangas2015-02-17
* Remove dead NULL-pointer checks in GiST code.Heikki Linnakangas2015-01-28
* Update copyright for 2015Bruce Momjian2015-01-06
* Use a pairing heap for the priority queue in kNN-GiST searches.Heikki Linnakangas2014-12-22
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-18
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Remove obsolete cases from GiST update redo code.Heikki Linnakangas2014-11-07
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Check for GiST index tuples that don't fit on a page.Heikki Linnakangas2014-10-03
* Refactor per-page logic common to all redo routines to a new function.Heikki Linnakangas2014-09-02
* Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas2014-07-31
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix bogus handling of bad strategy number in GIST consistent() functions.Tom Lane2014-04-14
* Fix hot standby bug with GiST scans.Heikki Linnakangas2014-04-08
* Avoid palloc in critical section in GiST WAL-logging.Heikki Linnakangas2014-04-03
* Update copyright for 2014Bruce Momjian2014-01-07
* Don't include unused space in LOG_NEWPAGE records.Heikki Linnakangas2013-12-04
* Post-pgindent cleanupStephen Frost2013-06-01
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Fix management of fn_extra caching during repeated GiST index scans.Tom Lane2013-05-09
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22
* Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs2013-03-18
* Support unlogged GiST index.Heikki Linnakangas2013-02-11
* Further cleanup of gistsplit.c.Tom Lane2013-02-10
* Remove useless picksplit-doesn't-support-secondary-split log spam.Tom Lane2013-02-10
* Remove vestigial secondary-split support in gist_box_picksplit().Tom Lane2013-02-10
* Document and clean up gistsplit.c.Tom Lane2013-02-10