index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
create_index.sql
Age
Commit message (
Expand
)
Author
2025-04-04
Avoid extra index searches through preprocessing.
Peter Geoghegan
2025-04-04
Add nbtree skip scan optimization.
Peter Geoghegan
2025-03-28
Make group_similar_or_args() reorder clause list as little as possible
Alexander Korotkov
2025-02-04
Allow usage of match_orclause_to_indexcol() for joins
Alexander Korotkov
2025-01-07
Improve nbtree unsatisfiable RowCompare detection.
Peter Geoghegan
2024-11-29
Skip not SOAP-supported indexes while transforming an OR clause into SAOP
Alexander Korotkov
2024-11-25
Remove the wrong assertion from match_orclause_to_indexcol()
Alexander Korotkov
2024-11-23
Teach bitmap path generation about transforming OR-clauses to SAOP's
Alexander Korotkov
2024-11-23
Transform OR-clauses to SAOP's during index matching
Alexander Korotkov
2024-09-21
Remove pg_authid's TOAST table.
Nathan Bossart
2024-04-09
revert: Transform OR clauses to ANY expression
Alexander Korotkov
2024-04-07
Transform OR clauses to ANY expression
Alexander Korotkov
2024-04-06
Enhance nbtree ScalarArrayOp execution.
Peter Geoghegan
2023-02-24
Disallow NULLS NOT DISTINCT indexes for primary keys
Daniel Gustafsson
2022-07-26
Fix a few issues with REINDEX grammar
Michael Paquier
2022-07-22
Rework grammar for REINDEX
Alvaro Herrera
2022-04-15
Revert "Temporarily add some probes of tenk1's relallvisible in create_index....
Tom Lane
2022-04-14
Temporarily add some probes of tenk1's relallvisible in create_index.sql.
Tom Lane
2022-02-14
Fix memory leak in IndexScan node with reordering
Alexander Korotkov
2022-02-08
Rearrange core regression tests to reduce cross-script dependencies.
Tom Lane
2022-02-03
Add UNIQUE null treatment option
Peter Eisentraut
2021-11-01
Preserve opclass parameters across REINDEX CONCURRENTLY
Michael Paquier
2021-06-28
Add test for CREATE INDEX CONCURRENTLY with not-so-immutable predicate
Michael Paquier
2021-05-07
Revert per-index collation version tracking feature.
Thomas Munro
2021-04-16
Fix bogus collation-version-recording logic.
Tom Lane
2021-02-10
Fix ORDER BY clause in new regression test of REINDEX CONCURRENTLY
Michael Paquier
2021-02-10
Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLY
Michael Paquier
2021-01-28
Remove gratuitous uses of deprecated SELECT INTO
Peter Eisentraut
2020-12-03
Refactor CLUSTER and REINDEX grammar to use DefElem for option lists
Michael Paquier
2020-11-23
Rename the "point is strictly above/below point" comparison operators.
Tom Lane
2020-11-03
Remove use of deprecated containment operators in tests
Peter Eisentraut
2020-11-01
Preserve index data in pg_statistic across REINDEX CONCURRENTLY
Michael Paquier
2020-09-08
Add support for partitioned tables and indexes in REINDEX
Michael Paquier
2020-06-05
Preserve pg_index.indisreplident across REINDEX CONCURRENTLY
Michael Paquier
2020-03-03
Preserve pg_index.indisclustered across REINDEX CONCURRENTLY
Michael Paquier
2020-01-22
Fix concurrent indexing operations with temporary tables
Michael Paquier
2019-12-17
Fix error reporting for index expressions of prohibited types.
Tom Lane
2019-12-06
Disallow non-default collation in ADD PRIMARY KEY/UNIQUE USING INDEX.
Tom Lane
2019-11-05
Fix "unexpected relkind" error when denying permissions on toast tables.
Tom Lane
2019-10-28
Fix dependency handling at swap phase of REINDEX CONCURRENTLY
Michael Paquier
2019-07-29
Fix handling of expressions and predicates in REINDEX CONCURRENTLY
Michael Paquier
2019-05-09
Improve and fix some error handling for REINDEX INDEX/TABLE CONCURRENTLY
Michael Paquier
2019-05-01
Run catalog reindexing test from 3dbb317d32 serially, to avoid deadlocks.
Andres Freund
2019-04-30
Fix potential assertion failure when reindexing a pg_class index.
Andres Freund
2019-04-17
Rework handling of invalid indexes with REINDEX CONCURRENTLY
Michael Paquier
2019-04-12
Fix REINDEX CONCURRENTLY of partitions
Peter Eisentraut
2019-04-11
Split up a couple of long-running regression test scripts.
Tom Lane
2019-04-05
Add test coverage for rootdescend verification.
Peter Geoghegan
2019-03-29
REINDEX CONCURRENTLY
Peter Eisentraut
2019-03-24
Un-hide most cascaded-drop details in regression test results.
Tom Lane
[next]