hypopg/test/sql
nutvii 351f14a79d Add support for hypothetically hide existing index on explain.
Add new list hideIndexes and develop new function by hypo_get_relation_info_hook.
User can hide or unhide existing index and hypothetical indexes.
When user set hide existing index and execute EXPLAIN, it will scan the same oid in hideIndexes and remove it to make query-plan can't use it.
Add regression tests for hiding existing indexes.
Update to version hypopg--1.4.0.
Provide simple examples of using the hide series functions in README.md.
Update doc about hypothetically hide existing indexes.
2023-03-23 09:49:53 +01:00
..
hypo_brin.sql Be more permissive in brin regression tests. 2020-06-22 15:55:28 +02:00
hypo_hash.sql Add support for hypothetical hash indexes. 2021-03-07 19:41:21 +08:00
hypo_hide_index.sql Add support for hypothetically hide existing index on explain. 2023-03-23 09:49:53 +01:00
hypo_include.sql Make new regression tests for INCLUDE stable. 2021-02-28 17:07:53 +08:00
hypo_index_part.sql Fix typo in regression test comments. 2022-09-01 11:06:25 +08:00
hypo_index_part_10.sql Fix typo in regression test comments. 2022-09-01 11:06:25 +08:00
hypopg.sql Check that hypopg_relation_size was given a hypothetical index oid. 2023-03-16 11:55:44 +08:00