summaryrefslogtreecommitdiff
path: root/src/backend/access/gist
AgeCommit message (Expand)Author
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-03Don't include unused space in LOG_NEWPAGE records.Heikki Linnakangas
2013-06-01Post-pgindent cleanupStephen Frost
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-10Fix management of fn_extra caching during repeated GiST index scans.Tom Lane
2013-03-22Allow I/O reliability checks using 16-bit checksumsSimon Riggs
2013-03-18Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs
2013-02-11Support unlogged GiST index.Heikki Linnakangas
2013-02-10Further cleanup of gistsplit.c.Tom Lane
2013-02-10Remove useless picksplit-doesn't-support-secondary-split log spam.Tom Lane
2013-02-10Remove vestigial secondary-split support in gist_box_picksplit().Tom Lane
2013-02-10Document and clean up gistsplit.c.Tom Lane
2013-02-09Reduce log level of picksplit-doesn't-support-secondary-split whining.Tom Lane
2013-02-08Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.Tom Lane
2013-02-07Repair bugs in GiST page splitting code for multi-column indexes.Tom Lane
2013-01-25Add some randomness to the choice of which GiST page to insert to.Heikki Linnakangas
2013-01-17Make GiST indexes on-disk compatible with 9.2 again.Heikki Linnakangas
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-28Remove obsolete XLogRecPtr macrosAlvaro Herrera
2012-11-28Split out rmgr rm_desc functions into their own filesAlvaro Herrera
2012-11-13Fix multiple problems in WAL replay.Tom Lane
2012-08-31Improve coding of gistchoose and gistRelocateBuildBuffersOnSplit.Tom Lane
2012-08-30Fix logic bug in gistchoose and gistRelocateBuildBuffersOnSplit.Robert Haas
2012-08-16Fix GiST buffering build bug, which caused "failed to re-find parent" errors.Heikki Linnakangas
2012-07-16Remove unreachable codePeter Eisentraut
2012-06-24Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-30Change the way parent pages are tracked during buffered GiST build.Heikki Linnakangas
2012-05-30Delete the temporary file used in buffered GiST build, after the build.Heikki Linnakangas
2012-05-29Fix integer overflow bug in GiST buffering build calculations.Heikki Linnakangas
2012-05-18Fix bug in gistRelocateBuildBuffersOnSplit().Heikki Linnakangas
2012-05-12Fix obsolescent C declaration syntaxPeter Eisentraut
2012-05-11On GiST page split, release the locks on child pages before recursing up.Heikki Linnakangas
2012-05-02More duplicate word removal.Robert Haas
2012-03-02When a GiST page is split during index build, it might not have a buffer.Heikki Linnakangas
2012-02-28Add const qualifiers where they are accidentally cast awayPeter Eisentraut
2012-02-24Add some enumeration commas, for consistencyPeter Eisentraut
2012-02-08Throw error sooner for unlogged GiST indexes.Tom Lane
2012-01-30Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-27Use IEEE infinity, not 1e10, for null-and-not-null case in gistpenalty().Tom Lane
2011-10-09Clean up a couple of box gist helper functions.Heikki Linnakangas
2011-10-06Replace the "New Linear" GiST split algorithm for boxes and points with aHeikki Linnakangas
2011-09-30Support GiST index support functions that want to cache data across calls.Tom Lane
2011-09-16gistendscan() forgot to free so->giststate.Tom Lane
2011-09-12In the final emptying phase of the new GiST buffering build, set theHeikki Linnakangas
2011-09-08round() is not portable. Use rint().Tom Lane
2011-09-08Buffering GiST index build algorithm.Heikki Linnakangas
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-07-15Change the way the offset of downlink is stored in GISTInsertStack.Heikki Linnakangas