summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/indexing.out
AgeCommit message (Expand)Author
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
2024-09-26Ensure we have a snapshot when updating pg_index entries.Nathan Bossart
2024-05-13Revert structural changes to not-null constraintsAlvaro Herrera
2023-12-21Avoid trying to fetch metapage of an SPGist partitioned index.Tom Lane
2023-08-25Catalog not-null constraintsAlvaro Herrera
2023-07-14Fix updates of indisvalid for partitioned indexesMichael Paquier
2023-07-12Allow some exclusion constraints on partitionsPeter Eisentraut
2023-06-30Fix marking of indisvalid for partitioned indexes at creationMichael Paquier
2023-06-28Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...Michael Paquier
2023-04-12Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera
2023-04-07Catalog NOT NULL constraintsAlvaro Herrera
2022-08-18Fix subtly-incorrect matching of parent and child partitioned indexes.Tom Lane
2021-07-08Improve error messages about mismatching relkindPeter Eisentraut
2020-09-30Reword partitioning error messageAlvaro Herrera
2020-09-01Raise error on concurrent drop of partitioned indexAlvaro Herrera
2020-03-03Fix assertion failure with ALTER TABLE ATTACH PARTITION and indexesMichael Paquier
2019-10-13Fix dependency handling of column drop with partitioned tablesMichael Paquier
2019-04-23Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.Tom Lane
2019-04-11Remove redundant and ineffective test for btree insertion fast path.Tom Lane
2019-03-26Fix partitioned index creation bug with dropped columnsAlvaro Herrera
2019-03-21Fix dependency recording bug for partitioned PKsAlvaro Herrera
2019-02-11Redesign the partition dependency mechanism.Tom Lane
2019-01-24Detach constraints when partitions are detachedAlvaro Herrera
2019-01-14Fix unique INCLUDE indexes on partitioned tablesAlvaro Herrera
2018-12-18Include partitioned indexes to system view pg_indexesMichael Paquier
2018-11-19psql: Describe partitioned tables/indexes as suchAlvaro Herrera
2018-10-22Set pg_class.relhassubclass for partitioned indexesMichael Paquier
2018-10-04Fix duplicate primary keys in partitionsAlvaro Herrera
2018-09-27Fix assorted bugs in pg_get_partition_constraintdef().Tom Lane
2018-06-29Fix crash when ALTER TABLE recreates indexes on partitionsAlvaro Herrera
2018-06-22When index recurses to a partition, map columns numbersAlvaro Herrera
2018-04-12Fix interference between covering indexes and partitioned tablesTeodor Sigaev
2018-04-11Temporary revert 5c6110c6a960ad6fe1b0d0fec6ae36ef4eb913f5Teodor Sigaev
2018-04-11Fix interference between cavering indexes and partitioned tablesTeodor Sigaev
2018-03-26Remove two tests inadvertently added in 2b27273435Andrew Dunstan
2018-03-26Optimize btree insertions for common case of increasing valuesAndrew Dunstan
2018-03-12Avoid having two PKs in a partitionAlvaro Herrera
2018-03-12doc: Reword restriction on partition keys in unique indexesAlvaro Herrera
2018-02-26Avoid using unsafe search_path settings during dump and restore.Tom Lane
2018-02-19Fix expected outputAlvaro Herrera
2018-02-19Allow UNIQUE indexes on partitioned tablesAlvaro Herrera
2018-01-25Ignore partitioned indexes where appropriateAlvaro Herrera
2018-01-19Fix regression tests for better stabilityAlvaro Herrera
2018-01-19Local partitioned indexesAlvaro Herrera