summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/create_index.sql
AgeCommit message (Expand)Author
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
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-03Remove use of deprecated containment operators in testsPeter Eisentraut
2020-11-01Preserve index data in pg_statistic across REINDEX CONCURRENTLYMichael Paquier
2020-09-08Add support for partitioned tables and indexes in REINDEXMichael 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
2019-10-28Fix dependency handling at swap phase of REINDEX CONCURRENTLYMichael Paquier
2019-07-29Fix handling of expressions and predicates in REINDEX CONCURRENTLYMichael Paquier
2019-05-09Improve and fix some error handling for REINDEX INDEX/TABLE CONCURRENTLYMichael Paquier
2019-05-01Run catalog reindexing test from 3dbb317d32 serially, to avoid deadlocks.Andres Freund
2019-04-30Fix potential assertion failure when reindexing a pg_class index.Andres Freund
2019-04-17Rework handling of invalid indexes with REINDEX CONCURRENTLYMichael Paquier
2019-04-12Fix REINDEX CONCURRENTLY of partitionsPeter Eisentraut
2019-04-11Split up a couple of long-running regression test scripts.Tom Lane
2019-04-05Add test coverage for rootdescend verification.Peter Geoghegan
2019-03-29REINDEX CONCURRENTLYPeter Eisentraut
2019-03-24Un-hide most cascaded-drop details in regression test results.Tom Lane