summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistbuild.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro2023-04-081-4/+5
* Pass down table relation into more index relation functionsAndres Freund2023-04-011-1/+1
* Fix dereference of dangling pointer in GiST index buffering build.Tom Lane2023-03-291-4/+13
* Remove useless casts to (void *) in hash_search() callsPeter Eisentraut2023-02-061-2/+2
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-191-2/+3
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-061-2/+2
* Adjust tuplesort API to have bitwise option flagsDavid Rowley2022-04-041-1/+1
* Fix data loss on crash after sorted GiST index build.Heikki Linnakangas2022-02-241-0/+12
* Reduce non-leaf keys overlap in GiST indexes produced by a sorted buildAlexander Korotkov2022-02-071-99/+172
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2021-07-121-8/+6
* 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