summaryrefslogtreecommitdiff
path: root/src/backend/executor/execIndexing.c
AgeCommit message (Expand)Author
2025-07-01Fix typos in commentsAmit Langote
2025-04-08Fix uninitialized index information access during apply.Amit Kapila
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-02-19Assert that ExecOpenIndices and ExecCloseIndices are not repeated.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-08-20Log the conflicts while applying changes in logical replication.Amit Kapila
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-05-10Fix ON CONFLICT DO NOTHING/UPDATE for temporal indexesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-25Reuse BrinDesc and BrinRevmap in brininsertTomas Vondra
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-03-20Ignore BRIN indexes when checking for HOT updatesTomas Vondra
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-08-04Fix check_exclusion_or_unique_constraint for UNIQUE NULLS NOT DISTINCT.Tom Lane
2022-01-12Fix memory leak in indexUnchanged hint mechanism.Peter Geoghegan
2022-01-08Update copyright for 2022Bruce Momjian
2021-02-08Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas
2021-01-13Pass down "logically unchanged index" hint.Peter Geoghegan
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-14Remove es_result_relation_info from EState.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-06-05Fix incorrect index behavior in COPY FROM with partitioned tablesDavid Rowley
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-03-24tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund
2019-03-11tableam: Add and use scan APIs.Andres Freund
2019-01-22Move generic snapshot related code from tqual.h to snapmgr.h.Andres Freund
2019-01-15Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-27Remove obsolete IndexIs* macrosPeter Eisentraut
2018-11-16Introduce notion of different types of slots (without implementing them).Andres Freund
2018-09-25Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund
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-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-02-09Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-09-15Fix typo in comment.Robert Haas
2016-07-04Fix failure to handle conflicts in non-arbiter exclusion constraints.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-04-15Remove trailing commas in enums.Andres Freund
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev