summaryrefslogtreecommitdiff
path: root/src/backend/catalog/index.c
AgeCommit message (Expand)Author
2025-03-10CREATE INDEX: do update index stats if autovacuum=off.Tom Lane
2025-03-07CREATE INDEX: don't update table stats if autovacuum=off.Jeff Davis
2025-03-03Add relallfrozen to pg_classMelanie Plageman
2025-02-21Drop opcintype from index AM strategy translation APIPeter Eisentraut
2025-02-07Allow non-btree speculative insertion indexesPeter Eisentraut
2025-01-11Add support for NOT ENFORCED in CHECK constraintsPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-20Remove pg_attribute.attcacheoff columnDavid Rowley
2024-12-20Introduce CompactAttribute array in TupleDesc, take 2David Rowley
2024-12-17Update comments about index parallel buildsTomas Vondra
2024-12-03Revert "Introduce CompactAttribute array in TupleDesc"David Rowley
2024-12-03Introduce CompactAttribute array in TupleDescDavid Rowley
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-11-03Suppress new "may be used uninitialized" warning.Noah Misch
2024-11-02Move I/O before the index_update_stats() buffer lock region.Noah Misch
2024-10-28Ensure we have a snapshot when updating pg_index in index_drop().Nathan Bossart
2024-10-25For inplace update, send nontransactional invalidations.Noah Misch
2024-10-10Unbreak overflow test for attinhcount/coninhcountÁlvaro Herrera
2024-09-27Fix incorrect memory access in VACUUM FULL with invalid toast indexesMichael Paquier
2024-09-26Ensure we have a snapshot when updating pg_index entries.Nathan Bossart
2024-09-24Fix data loss at inplace update after heap_update().Noah Misch
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-08-20Log the conflicts while applying changes in logical replication.Amit Kapila
2024-06-28Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.Noah Misch
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-04-19Add missing index_insert_cleanup callsTomas Vondra
2024-04-03CREATE INDEX: do not update stats during binary upgrade.Jeff Davis
2024-03-17Add attstattarget to FormExtraData_pg_attributePeter Eisentraut
2024-03-17Generalize handling of nullable pg_attribute columns in DDLPeter Eisentraut
2024-03-05Fix buildfarm failures from 2af07e2f74.Jeff Davis
2024-03-05Fix search_path to a safe value during maintenance operations.Jeff Davis
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-26Reindex toast before its main relation in reindex_relation()Michael Paquier
2024-01-26Fix comment in index.cMichael Paquier
2024-01-24Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-01-18Improve handling of dropped partitioned indexes for REINDEX INDEXMichael Paquier
2024-01-13Make attstattarget nullablePeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-08Allow parallel CREATE INDEX for BRIN indexesTomas Vondra
2023-12-04Add support for REINDEX in event triggersMichael Paquier
2023-10-03Remove IndexInfo.ii_OpclassOptions fieldPeter Eisentraut
2023-09-28Fix checking of index expressions in CompareIndexInfo().Tom Lane
2023-09-26Remove unused includePeter Eisentraut
2023-09-05Remove the "snapshot too old" feature.Thomas Munro
2023-08-23Some vertical reformattingPeter Eisentraut
2023-08-23Rename some function arguments for better clarityPeter Eisentraut
2023-08-23Add const decorationsPeter Eisentraut
2023-07-20Add missing ObjectIdGetDatum() in syscache lookup calls for OidsMichael Paquier
2023-07-06WAL-log the creation of the init fork of unlogged indexes.Heikki Linnakangas
2023-06-10Revert "Fix search_path to a safe value during maintenance operations."Jeff Davis