summaryrefslogtreecommitdiff
path: root/src/backend/catalog/index.c
Commit message (Expand)AuthorAgeFilesLines
* Move heaprel struct field next to index rel field.Peter Geoghegan2023-04-031-1/+1
* Pass down table relation into more index relation functionsAndres Freund2023-04-011-0/+1
* Save a few bytes in pg_attributePeter Eisentraut2023-03-281-1/+1
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-251-12/+8
* Ignore BRIN indexes when checking for HOT updatesTomas Vondra2023-03-201-3/+6
* Disallow NULLS NOT DISTINCT indexes for primary keysDaniel Gustafsson2023-02-241-0/+13
* Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.Tom Lane2023-01-211-3/+2
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-281-3/+8
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-271-8/+3
* pgstat: Fix transactional stats dropping for indexesAndres Freund2022-09-231-0/+3
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-161-3/+1
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-061-19/+20
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-3/+3
* Make relation-enumerating operations be security-restricted operations.Noah Misch2022-05-091-14/+51
* pgstat: add pgstat_copy_relation_stats().Andres Freund2022-04-061-24/+2
* Adjust tuplesort API to have bitwise option flagsDavid Rowley2022-04-041-1/+1
* pgstat: introduce pgstat_relation_should_count().Andres Freund2022-03-201-1/+1
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-151-1/+1
* Add UNIQUE null treatment optionPeter Eisentraut2022-02-031-0/+7
* Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING INDEX.Tom Lane2022-01-221-0/+11
* pg_upgrade: Preserve relfilenodes and tablespace OIDs.Robert Haas2022-01-171-2/+21
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut2021-12-081-0/+2
* Some RELKIND macro refactoringPeter Eisentraut2021-12-031-1/+1
* Preserve opclass parameters across REINDEX CONCURRENTLYMichael Paquier2021-11-011-0/+10
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2021-07-121-3/+2
* Re-order pg_attribute columns to eliminate some padding space.Tom Lane2021-05-231-4/+6
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-9/+8
* Revert per-index collation version tracking feature.Thomas Munro2021-05-071-184/+14
* Fix interaction of TOAST compression with expression indexes.Robert Haas2021-03-251-0/+10
* ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera2021-03-251-2/+2
* Allow configurable LZ4 TOAST compression.Robert Haas2021-03-191-0/+1
* Hide internal error for pg_collation_actual_version(<bad OID>).Thomas Munro2021-02-221-2/+3
* Use pgstat_progress_update_multi_param() where possibleMichael Paquier2021-02-221-4/+10
* Use errmsg_internal for debug messagesPeter Eisentraut2021-02-171-4/+2
* Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLYMichael Paquier2021-02-101-0/+56
* Ensure unlinking of old index file with REINDEX (TABLESPACE)Michael Paquier2021-02-041-0/+6
* Add TABLESPACE option to REINDEXMichael Paquier2021-02-041-3/+44
* Improve confusing variable namesPeter Eisentraut2021-02-021-9/+9
* Refactor option handling of CLUSTER, REINDEX and VACUUMMichael Paquier2021-01-181-10/+12
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Provide the OR REPLACE option for CREATE TRIGGER.Tom Lane2020-11-141-3/+4
* Track collation versions for indexes.Thomas Munro2020-11-031-14/+183
* Preserve index data in pg_statistic across REINDEX CONCURRENTLYMichael Paquier2020-11-011-0/+3
* Make index_set_state_flags() transactionalMichael Paquier2020-09-141-15/+4
* Add support for partitioned tables and indexes in REINDEXMichael Paquier2020-09-081-15/+10
* Switch to multi-inserts when registering dependencies for many code pathsMichael Paquier2020-09-051-4/+17
* Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEMMichael Paquier2020-09-021-4/+30
* Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane2020-08-301-0/+9