summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistbuild.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-20Introduce CompactAttribute array in TupleDesc, take 2David Rowley
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-02-23Introduce a new smgr bulk loading facility.Heikki Linnakangas
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-02gist: fix typo "split(t)ed" -> "split"Robert Haas
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-04-08Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro
2023-04-02Pass down table relation into more index relation functionsAndres Freund
2023-03-29Fix dereference of dangling pointer in GiST index buffering build.Tom Lane
2023-02-06Remove useless casts to (void *) in hash_search() callsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-04-04Adjust tuplesort API to have bitwise option flagsDavid Rowley
2022-02-24Fix data loss on crash after sorted GiST index build.Heikki Linnakangas
2022-02-07Reduce non-leaf keys overlap in GiST indexes produced by a sorted buildAlexander Korotkov
2022-01-08Update copyright for 2022Bruce Momjian
2021-07-12Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane
2021-04-19Fix typos and grammar in comments and docsMichael Paquier
2021-04-17Use correct format placeholder for block numbersPeter Eisentraut
2021-04-07Revert "Add sortsupport for gist_btree opclasses, for faster index builds."Heikki Linnakangas
2021-04-07Add sortsupport for gist_btree opclasses, for faster index builds.Heikki Linnakangas
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-12Re-allow testing of GiST buffered builds.Tom Lane
2020-10-01Set right-links during sorted GiST index build.Heikki Linnakangas
2020-09-21Fix checksum calculation in the new sorting GiST build.Heikki Linnakangas
2020-09-20Fix new GIST build code to work under CLOBBER_CACHE_ALWAYS.Tom Lane
2020-09-17Add support for building GiST index by sorting.Heikki Linnakangas
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-11-08Pass ItemPointer not HeapTuple to IndexBuildCallback.Andres Freund
2019-09-25Support reloptions of enum typeAlvaro Herrera
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-04-03Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas
2019-04-02Report progress of CREATE INDEX operationsAlvaro Herrera
2019-03-28tableam: Support for an index build's initial table scan(s).Andres Freund
2019-01-29Refactor planner's header files.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-20Check for conflicting queries during replay of gistvacuumpage()Alexander Korotkov
2018-02-02Support parallel btree index builds.Robert Haas
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-02-14Split index xlog headers from other private index headers.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian