summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/create_index.out
AgeCommit message (Expand)Author
2025-10-07Assign each subquery a unique name prior to planning it.Robert Haas
2025-08-04Fix typo in create_index.sql.Dean Rasheed
2025-04-04Avoid extra index searches through preprocessing.Peter Geoghegan
2025-04-04Add nbtree skip scan optimization.Peter Geoghegan
2025-03-28Make group_similar_or_args() reorder clause list as little as possibleAlexander Korotkov
2025-02-04Allow usage of match_orclause_to_indexcol() for joinsAlexander Korotkov
2025-01-07Improve nbtree unsatisfiable RowCompare detection.Peter Geoghegan
2024-11-29Skip not SOAP-supported indexes while transforming an OR clause into SAOPAlexander Korotkov
2024-11-25Remove the wrong assertion from match_orclause_to_indexcol()Alexander Korotkov
2024-11-23Teach bitmap path generation about transforming OR-clauses to SAOP'sAlexander Korotkov
2024-11-23Transform OR-clauses to SAOP's during index matchingAlexander Korotkov
2024-09-21Remove pg_authid's TOAST table.Nathan Bossart
2024-04-09revert: Transform OR clauses to ANY expressionAlexander Korotkov
2024-04-07Transform OR clauses to ANY expressionAlexander Korotkov
2024-04-06Enhance nbtree ScalarArrayOp execution.Peter Geoghegan
2024-03-13Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2024-01-13Make attstattarget nullablePeter Eisentraut
2023-12-07Improve some error messages with invalid indexes for REINDEX CONCURRENTLYMichael Paquier
2023-07-07Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2023-06-22Fix cache lookup hazards introduced by ff9618e82a.Nathan Bossart
2023-02-24Disallow NULLS NOT DISTINCT indexes for primary keysDaniel Gustafsson
2022-07-26Fix a few issues with REINDEX grammarMichael Paquier
2022-07-22Rework grammar for REINDEXAlvaro Herrera
2022-04-15Revert "Temporarily add some probes of tenk1's relallvisible in create_index....Tom Lane
2022-04-14Temporarily add some probes of tenk1's relallvisible in create_index.sql.Tom Lane
2022-02-14Fix memory leak in IndexScan node with reorderingAlexander Korotkov
2022-02-08Rearrange core regression tests to reduce cross-script dependencies.Tom Lane
2022-02-03Add UNIQUE null treatment optionPeter Eisentraut
2021-11-01Preserve opclass parameters across REINDEX CONCURRENTLYMichael Paquier
2021-06-28Add test for CREATE INDEX CONCURRENTLY with not-so-immutable predicateMichael Paquier
2021-05-07Revert per-index collation version tracking feature.Thomas Munro
2021-04-16Fix bogus collation-version-recording logic.Tom Lane
2021-02-10Fix ORDER BY clause in new regression test of REINDEX CONCURRENTLYMichael Paquier
2021-02-10Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLYMichael Paquier
2021-01-28Remove gratuitous uses of deprecated SELECT INTOPeter Eisentraut
2020-12-03Refactor CLUSTER and REINDEX grammar to use DefElem for option listsMichael Paquier
2020-11-23Rename the "point is strictly above/below point" comparison operators.Tom Lane
2020-11-21Extend the geometric regression test cases a little.Tom Lane
2020-11-03Remove use of deprecated containment operators in testsPeter Eisentraut
2020-11-02Track collation versions for indexes.Thomas Munro
2020-11-01Preserve index data in pg_statistic across REINDEX CONCURRENTLYMichael Paquier
2020-09-17Add support for building GiST index by sorting.Heikki Linnakangas
2020-09-08Add support for partitioned tables and indexes in REINDEXMichael Paquier
2020-09-05Switch to multi-inserts when registering dependencies for many code pathsMichael Paquier
2020-06-05Preserve pg_index.indisreplident across REINDEX CONCURRENTLYMichael Paquier
2020-03-03Preserve pg_index.indisclustered across REINDEX CONCURRENTLYMichael Paquier
2020-01-22Fix concurrent indexing operations with temporary tablesMichael Paquier
2019-12-17Fix error reporting for index expressions of prohibited types.Tom Lane
2019-12-06Disallow non-default collation in ADD PRIMARY KEY/UNIQUE USING INDEX.Tom Lane
2019-11-05Fix "unexpected relkind" error when denying permissions on toast tables.Tom Lane