summaryrefslogtreecommitdiff
path: root/src/include/access/amapi.h
AgeCommit message (Expand)Author
2025-04-04Add nbtree skip scan optimization.Peter Geoghegan
2025-03-07Rename amcancrosscomparePeter Eisentraut
2025-02-27Generalize hash and ordering support in amapiPeter Eisentraut
2025-02-21Drop opcintype from index AM strategy translation APIPeter Eisentraut
2025-02-02Convert strategies to and from compare typesPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-07Ensure that pg_amop/amproc entries depend on their lefttype/righttype.Tom Lane
2024-09-10Add amgettreeheight index AM API routinePeter Eisentraut
2024-04-19Add missing index_insert_cleanup callsTomas Vondra
2024-04-06Enhance nbtree ScalarArrayOp execution.Peter Geoghegan
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-08Allow parallel CREATE INDEX for BRIN indexesTomas Vondra
2023-11-25Reuse BrinDesc and BrinRevmap in brininsertTomas Vondra
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-03-20Ignore BRIN indexes when checking for HOT updatesTomas Vondra
2023-01-02Update copyright for 2023Bruce Momjian
2022-06-16Revert changes in HOT handling of BRIN indexesTomas Vondra
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-30Ignore BRIN indexes when checking for HOT udpatesTomas Vondra
2021-01-13Pass down "logically unchanged index" hint.Peter Geoghegan
2021-01-02Update copyright for 2021Bruce Momjian
2020-08-01Invent "amadjustmembers" AM method for validating opclass members.Tom Lane
2020-03-30Implement operator class parametersAlexander Korotkov
2020-01-15Introduce IndexAM fields for parallel vacuum.Amit Kapila
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-05-22Initial pgindent run for v12.Tom Lane
2019-04-02Report progress of CREATE INDEX operationsAlvaro Herrera
2019-01-02Update copyright for 2019Bruce Momjian
2018-04-08Support index INCLUDE in the AM properties interface.Andrew Gierth
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-02-15Add optimizer and executor support for parallel index scans.Robert Haas
2017-02-09Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane
2017-01-24Extend index AM API for parallel index scans.Robert Haas
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-08-13Add SQL-accessible functions for inspecting index AM properties.Tom Lane
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane