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
REL_19_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
/
backend
/
commands
/
indexcmds.c
Age
Commit message (
Expand
)
Author
2026-08-18
Fix RI fast-path race with REINDEX CONCURRENTLY
Amit Langote
2026-08-10
Check for USAGE privilege on types used by stored expressions.
Nathan Bossart
2026-07-27
Fix propagation of indimmediate flag in index_create_copy()
Michael Paquier
2026-04-05
Allow index_create to suppress index_build progress reporting
Álvaro Herrera
2026-04-04
Make index_concurrently_create_copy more general
Álvaro Herrera
2026-03-30
Remove bits* typedefs.
Nathan Bossart
2026-03-24
Prevent spurious "indexes on virtual generated columns are not supported".
Robert Haas
2026-03-19
Add some const qualifiers enabled by typeof_unqual change on copyObject
Peter Eisentraut
2026-03-16
Reduce header inclusions via execnodes.h
Álvaro Herrera
2026-01-09
Improve "constraint must include all partitioning columns" message.
Tom Lane
2026-01-06
Simplify GetOperatorFromCompareType() code
David Rowley
2026-01-06
Fix misleading comment for GetOperatorFromCompareType
David Rowley
2026-01-04
Include error location in errors from ComputeIndexAttrs().
Tom Lane
2026-01-01
Update copyright for 2026
Bruce Momjian
2025-12-30
Change IndexAmRoutines to be statically-allocated structs.
Tom Lane
2025-12-08
Unify error messages
Álvaro Herrera
2025-11-24
Fix infer_arbiter_index during concurrent index operations
Álvaro Herrera
2025-10-15
Fix lookup code for REINDEX INDEX.
Nathan Bossart
2025-08-28
Avoid including commands/dbcommands.h in so many places
Álvaro Herrera
2025-06-26
Correct misleading error messages
Peter Eisentraut
2025-06-20
Use SnapshotDirty when checking for conflicting index names.
Tom Lane
2025-05-30
Ensure we have a snapshot when updating various system catalogs.
Nathan Bossart
2025-05-09
Add support for runtime arguments in injection points
Michael Paquier
2025-03-28
Add support for not-null constraints on virtual generated columns
Peter Eisentraut
2025-03-18
Allow non-btree unique indexes for partition keys
Peter Eisentraut
2025-03-04
Fix accidental use of = instead of ==
Peter Eisentraut
2025-02-21
Drop opcintype from index AM strategy translation API
Peter Eisentraut
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-02-03
Integrate GistTranslateCompareType() into IndexAmTranslateCompareType()
Peter Eisentraut
2025-02-01
Add get_opfamily_name() function
Peter Eisentraut
2025-02-01
Rename GistTranslateStratnum() to GistTranslateCompareType()
Peter Eisentraut
2025-01-15
Change gist stratnum function to use CompareType
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-11
Fix arrays comparison in CompareOpclassOptions()
Alexander Korotkov
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-05
Use generateClonedIndexStmt to propagate CREATE INDEX to partitions.
Tom Lane
2024-09-26
Ensure we have a snapshot when updating pg_index entries.
Nathan Bossart
2024-09-24
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-17
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-09-17
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-09
Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressions
Michael Paquier
2024-07-15
Add missing RestrictSearchPath() calls.
Jeff Davis
2024-06-28
Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.
Noah Misch
2024-05-16
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-03-24
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-03-17
Add attstattarget to FormExtraData_pg_attribute
Peter Eisentraut
2024-03-13
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2024-03-05
Fix buildfarm failures from 2af07e2f74.
Jeff Davis
2024-03-05
Fix search_path to a safe value during maintenance operations.
Jeff Davis
[next]