summaryrefslogtreecommitdiff
path: root/src/backend/access/index
AgeCommit message (Expand)Author
2025-05-09Add support for runtime arguments in injection pointsMichael Paquier
2025-04-06Relax ordering-related hardcoded btree requirements in planningPeter Eisentraut
2025-04-04Add nbtree skip scan optimization.Peter Geoghegan
2025-03-11Assert that a snapshot is active or registered before it's usedHeikki Linnakangas
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-03-05Revert "Show index search count in EXPLAIN ANALYZE."Peter Geoghegan
2025-03-05Show index search count in EXPLAIN ANALYZE.Peter Geoghegan
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-03Fix temporary memory leak in system table index scansPeter Eisentraut
2024-10-29Unpin buffer before inplace update waits for an XID to end.Noah Misch
2024-10-07Fix fetching default toast value during decoding of in-progress transactions.Amit Kapila
2024-09-24For inplace update durability, make heap_update() callers wait.Noah Misch
2024-09-24Fix data loss at inplace update after heap_update().Noah Misch
2024-09-20Improve Asserts checking relation matching in parallel scans.Tom Lane
2024-09-12Don't overwrite scan key in systable_beginscan()Peter Eisentraut
2024-08-20Log the conflicts while applying changes in logical replication.Amit Kapila
2024-04-19Add missing index_insert_cleanup callsTomas Vondra
2024-04-06Enhance nbtree ScalarArrayOp execution.Peter Geoghegan
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-02-25Promote assertion about !ReindexIsProcessingIndex to runtime error.Tom Lane
2024-01-22Fix some typosMichael Paquier
2024-01-18Add try_index_open(), conditional variant of index_open()Michael Paquier
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-27Check if ii_AmCache is NULL in aminsertcleanupTomas Vondra
2023-11-25Reuse BrinDesc and BrinRevmap in brininsertTomas Vondra
2023-10-10Add const to values and nulls argumentsPeter Eisentraut
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-06Check the snapshot argument of index_beginscan and familyAlexander Korotkov
2022-11-17Standardize rmgrdesc recovery conflict XID output.Peter Geoghegan
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-05Add hardening to catch invalid TIDs in indexes.Peter Geoghegan
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-19Fix typos and grammar in comments and docsMichael Paquier
2021-04-14Improve quoting in some error messagesPeter Eisentraut
2021-04-05Simplify state managed by VACUUM.Peter Geoghegan
2021-01-27Fix GiST index deletion assert issue.Peter Geoghegan
2021-01-13Enhance nbtree index tuple deletion.Peter Geoghegan
2021-01-13Pass down "logically unchanged index" hint.Peter Geoghegan
2021-01-02Update copyright for 2021Bruce Momjian
2020-08-12snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund
2020-08-08Implement streaming mode in ReorderBuffer.Amit Kapila
2020-08-01Invent "amadjustmembers" AM method for validating opclass members.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-03-30Remove rudiments of supporting procnum == 0 from 911e702077Alexander Korotkov
2020-03-30Implement operator class parametersAlexander Korotkov