summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistbuild.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos and grammar in comments and docsMichael Paquier2021-04-191-1/+1
* Use correct format placeholder for block numbersPeter Eisentraut2021-04-171-2/+2
* Revert "Add sortsupport for gist_btree opclasses, for faster index builds."Heikki Linnakangas2021-04-071-1/+0
* Add sortsupport for gist_btree opclasses, for faster index builds.Heikki Linnakangas2021-04-071-0/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Re-allow testing of GiST buffered builds.Tom Lane2020-10-121-28/+32
* Set right-links during sorted GiST index build.Heikki Linnakangas2020-10-011-0/+13
* Fix checksum calculation in the new sorting GiST build.Heikki Linnakangas2020-09-211-6/+9
* Fix new GIST build code to work under CLOBBER_CACHE_ALWAYS.Tom Lane2020-09-201-0/+1
* Add support for building GiST index by sorting.Heikki Linnakangas2020-09-171-83/+427
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-271-1/+1
* Rename files and headers related to index AMMichael Paquier2019-12-251-1/+1
* Pass ItemPointer not HeapTuple to IndexBuildCallback.Andres Freund2019-11-081-3/+3
* Support reloptions of enum typeAlvaro Herrera2019-09-251-22/+3
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-14/+14
* Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas2019-04-031-15/+14
* Report progress of CREATE INDEX operationsAlvaro Herrera2019-04-021-1/+1
* tableam: Support for an index build's initial table scan(s).Andres Freund2019-03-271-3/+5
* Refactor planner's header files.Tom Lane2019-01-291-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Check for conflicting queries during replay of gistvacuumpage()Alexander Korotkov2018-12-211-2/+5
* Support parallel btree index builds.Robert Haas2018-02-021-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Add some const decorations to prototypesPeter Eisentraut2017-11-101-1/+1
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-201-2/+2
* Phase 3 of pgindent updates.Tom Lane2017-06-211-3/+3
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Split index xlog headers from other private index headers.Robert Haas2017-02-141-0/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-201-8/+6
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-081-6/+8
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-171-6/+3
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-181-3/+1
* Revamp the WAL record format.Heikki Linnakangas2014-11-201-6/+3
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-061-0/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Post-pgindent cleanupStephen Frost2013-06-011-3/+8
* pgindent run for release 9.3Bruce Momjian2013-05-291-4/+4
* Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs2013-03-181-1/+0
* Support unlogged GiST index.Heikki Linnakangas2013-02-111-11/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Fix GiST buffering build bug, which caused "failed to re-find parent" errors.Heikki Linnakangas2012-08-161-6/+13
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-33/+36
* Change the way parent pages are tracked during buffered GiST build.Heikki Linnakangas2012-05-301-198/+302
* Delete the temporary file used in buffered GiST build, after the build.Heikki Linnakangas2012-05-301-0/+1
* Fix integer overflow bug in GiST buffering build calculations.Heikki Linnakangas2012-05-291-9/+23
* Add some enumeration commas, for consistencyPeter Eisentraut2012-02-241-1/+1