aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
Commit message (Expand)AuthorAge
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Fix GiST index build for NaN values in geometric types.Tom Lane2016-07-14
* Fix misc typos.Heikki Linnakangas2015-09-05
* Check for GiST index tuples that don't fit on a page.Heikki Linnakangas2014-10-03
* 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
* Reduce log level of picksplit-doesn't-support-secondary-split whining.Tom Lane2013-02-09
* Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.Tom Lane2013-02-08
* 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
* Make GiST indexes on-disk compatible with 9.2 again.Heikki Linnakangas2013-01-17
* Update copyrights for 2013Bruce Momjian2013-01-01
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-28
* Split out rmgr rm_desc functions into their own filesAlvaro Herrera2012-11-28
* Fix multiple problems in WAL replay.Tom Lane2012-11-12
* Improve coding of gistchoose and gistRelocateBuildBuffersOnSplit.Tom Lane2012-08-30
* Fix logic bug in gistchoose and gistRelocateBuildBuffersOnSplit.Robert Haas2012-08-30
* Fix GiST buffering build bug, which caused "failed to re-find parent" errors.Heikki Linnakangas2012-08-16
* Remove unreachable codePeter Eisentraut2012-07-16
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-24
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Change the way parent pages are tracked during buffered GiST build.Heikki Linnakangas2012-05-30
* Delete the temporary file used in buffered GiST build, after the build.Heikki Linnakangas2012-05-30
* Fix integer overflow bug in GiST buffering build calculations.Heikki Linnakangas2012-05-29
* Fix bug in gistRelocateBuildBuffersOnSplit().Heikki Linnakangas2012-05-18
* Fix obsolescent C declaration syntaxPeter Eisentraut2012-05-12
* On GiST page split, release the locks on child pages before recursing up.Heikki Linnakangas2012-05-11
* More duplicate word removal.Robert Haas2012-05-02
* When a GiST page is split during index build, it might not have a buffer.Heikki Linnakangas2012-03-02
* Add const qualifiers where they are accidentally cast awayPeter Eisentraut2012-02-28
* Add some enumeration commas, for consistencyPeter Eisentraut2012-02-24
* Throw error sooner for unlogged GiST indexes.Tom Lane2012-02-08
* 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
* Clean up a couple of box gist helper functions.Heikki Linnakangas2011-10-09