summaryrefslogtreecommitdiff
path: root/src/include/access/gist_private.h
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
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-10-10Add const to values and nulls argumentsPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-02Pass down table relation into more index relation functionsAndres Freund
2023-01-11Remove function declarations from headers for some undefined functionsMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-17Standardize rmgrdesc recovery conflict XID output.Peter Geoghegan
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-13Pass down "logically unchanged index" hint.Peter Geoghegan
2021-01-02Update copyright for 2021Bruce Momjian
2020-09-17Add support for building GiST index by sorting.Heikki Linnakangas
2020-08-01Invent "amadjustmembers" AM method for validating opclass members.Tom Lane
2020-04-04Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
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-09-25Support reloptions of enum typeAlvaro Herrera
2019-09-19Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov
2019-09-08Fix handling of NULL distances in KNN-GiSTAlexander Korotkov
2019-08-16Remove fmgr.h includes from headers that don't really need it.Andres Freund
2019-07-31Remove superfluous newlines in function prototypes.Andres Freund
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-07-24Use full 64-bit XID for checking if a deleted GiST page is old enough.Heikki Linnakangas
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-14Detect internal GiST page splits correctly during index build.Heikki Linnakangas
2019-04-22Convert gist to compute page level xid horizon on primary.Andres Freund
2019-04-03Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas
2019-03-22Delete empty pages during GiST VACUUM.Heikki Linnakangas
2019-03-10Support for INCLUDE attributes in GiST indexesAlexander Korotkov
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-20Check for conflicting queries during replay of gistvacuumpage()Alexander Korotkov
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-02-27Allow index AMs to return either HeapTuple or IndexTuple format during IOS.Tom Lane
2017-02-14Split index xlog headers from other private index headers.Robert Haas
2017-02-09Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane
2017-02-08Add WAL consistency checking facility.Robert Haas
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-09-20Fix outdated comments, GIST search queue is not an RBTree anymore.Heikki Linnakangas
2016-08-13Add SQL-accessible functions for inspecting index AM properties.Tom Lane
2016-06-28Remove unused arguments in two GiST subroutinesAlvaro Herrera