aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistutil.c
Commit message (Expand)AuthorAge
* Drop opcintype from index AM strategy translation APIPeter Eisentraut2025-02-21
* Integrate GistTranslateCompareType() into IndexAmTranslateCompareType()Peter Eisentraut2025-02-03
* Rename GistTranslateStratnum() to GistTranslateCompareType()Peter Eisentraut2025-02-01
* Change gist stratnum function to use CompareTypePeter Eisentraut2025-01-15
* Update copyright for 2025Bruce Momjian2025-01-01
* Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut2024-09-17
* Add stratnum GiST support functionPeter Eisentraut2024-09-17
* Revert temporal primary keys and foreign keysPeter Eisentraut2024-05-16
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut2024-01-24
* Add stratnum GiST support functionPeter Eisentraut2024-01-19
* Update copyright for 2024Bruce Momjian2024-01-03
* Add const to values and nulls argumentsPeter Eisentraut2023-10-10
* ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro2023-08-23
* Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()Andres Freund2023-04-05
* Pass down table relation into more index relation functionsAndres Freund2023-04-01
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-07
* Update copyright for 2023Bruce Momjian2023-01-02
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-27
* Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut2022-09-12
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-12
* Update copyright for 2022Bruce Momjian2022-01-07
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28
* Remove redundant variable pageSize in gistinitpagePeter Eisentraut2021-06-25
* Remove redundant memset(0) calls for page init of some index AMsMichael Paquier2021-04-07
* Add macro RelationIsPermanent() to report relation permanenceBruce Momjian2021-03-22
* Rename removable xid function for consistency.Peter Geoghegan2021-02-07
* Update copyright for 2021Bruce Momjian2021-01-02
* Add support for building GiST index by sorting.Heikki Linnakangas2020-09-17
* Yet more elimination of dead stores and useless initializations.Tom Lane2020-09-05
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-12
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Refactor code building relation optionsMichael Paquier2019-11-05
* Support reloptions of enum typeAlvaro Herrera2019-09-25
* Use full 64-bit XID for checking if a deleted GiST page is old enough.Heikki Linnakangas2019-07-24
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas2019-04-03
* Delete empty pages during GiST VACUUM.Heikki Linnakangas2019-03-22
* Support for INCLUDE attributes in GiST indexesAlexander Korotkov2019-03-10
* Update copyright for 2019Bruce Momjian2019-01-02
* Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov2018-09-19
* Provide separate header file for built-in float typesTomas Vondra2018-07-29
* Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera2018-07-11
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08