summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistbuild.c
AgeCommit message (Expand)Author
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-18Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-01-07Update copyright for 2014Bruce Momjian
2013-06-01Post-pgindent cleanupStephen Frost
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-03-18Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs
2013-02-11Support unlogged GiST index.Heikki Linnakangas
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-16Fix GiST buffering build bug, which caused "failed to re-find parent" errors.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-02-24Add some enumeration commas, for consistencyPeter Eisentraut
2012-02-08Throw error sooner for unlogged GiST indexes.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-30Support GiST index support functions that want to cache data across calls.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