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
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
/
catalog
/
index.c
Age
Commit message (
Expand
)
Author
2025-03-10
CREATE INDEX: do update index stats if autovacuum=off.
Tom Lane
2025-03-07
CREATE INDEX: don't update table stats if autovacuum=off.
Jeff Davis
2025-03-03
Add relallfrozen to pg_class
Melanie Plageman
2025-02-21
Drop opcintype from index AM strategy translation API
Peter Eisentraut
2025-02-07
Allow non-btree speculative insertion indexes
Peter Eisentraut
2025-01-11
Add support for NOT ENFORCED in CHECK constraints
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-20
Remove pg_attribute.attcacheoff column
David Rowley
2024-12-20
Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
2024-12-17
Update comments about index parallel builds
Tomas Vondra
2024-12-03
Revert "Introduce CompactAttribute array in TupleDesc"
David Rowley
2024-12-03
Introduce CompactAttribute array in TupleDesc
David Rowley
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-03
Suppress new "may be used uninitialized" warning.
Noah Misch
2024-11-02
Move I/O before the index_update_stats() buffer lock region.
Noah Misch
2024-10-28
Ensure we have a snapshot when updating pg_index in index_drop().
Nathan Bossart
2024-10-25
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-10
Unbreak overflow test for attinhcount/coninhcount
Álvaro Herrera
2024-09-27
Fix incorrect memory access in VACUUM FULL with invalid toast indexes
Michael Paquier
2024-09-26
Ensure we have a snapshot when updating pg_index entries.
Nathan Bossart
2024-09-24
Fix data loss at inplace update after heap_update().
Noah Misch
2024-09-17
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-08-20
Log the conflicts while applying changes in logical replication.
Amit Kapila
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-04-19
Add missing index_insert_cleanup calls
Tomas Vondra
2024-04-03
CREATE INDEX: do not update stats during binary upgrade.
Jeff Davis
2024-03-17
Add attstattarget to FormExtraData_pg_attribute
Peter Eisentraut
2024-03-17
Generalize handling of nullable pg_attribute columns in DDL
Peter Eisentraut
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
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-26
Reindex toast before its main relation in reindex_relation()
Michael Paquier
2024-01-26
Fix comment in index.c
Michael Paquier
2024-01-24
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-01-18
Improve handling of dropped partitioned indexes for REINDEX INDEX
Michael Paquier
2024-01-13
Make attstattarget nullable
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-08
Allow parallel CREATE INDEX for BRIN indexes
Tomas Vondra
2023-12-04
Add support for REINDEX in event triggers
Michael Paquier
2023-10-03
Remove IndexInfo.ii_OpclassOptions field
Peter Eisentraut
2023-09-28
Fix checking of index expressions in CompareIndexInfo().
Tom Lane
2023-09-26
Remove unused include
Peter Eisentraut
2023-09-05
Remove the "snapshot too old" feature.
Thomas Munro
2023-08-23
Some vertical reformatting
Peter Eisentraut
2023-08-23
Rename some function arguments for better clarity
Peter Eisentraut
2023-08-23
Add const decorations
Peter Eisentraut
2023-07-20
Add missing ObjectIdGetDatum() in syscache lookup calls for Oids
Michael Paquier
2023-07-06
WAL-log the creation of the init fork of unlogged indexes.
Heikki Linnakangas
2023-06-10
Revert "Fix search_path to a safe value during maintenance operations."
Jeff Davis
[next]