summaryrefslogtreecommitdiff
path: root/src/backend/commands/indexcmds.c
AgeCommit message (Expand)Author
2019-07-01pgindent run prior to branching v12.Tom Lane
2019-06-27Fix use-after-free introduced in 55ed3defc966Alvaro Herrera
2019-06-26Fix partitioned index creation with foreign partitionsAlvaro Herrera
2019-06-20Rework some error strings for REINDEX CONCURRENTLY with system catalogsMichael Paquier
2019-06-05Fix confusing NOTICE text in REINDEX CONCURRENTLYDavid Rowley
2019-06-04Add command column to pg_stat_progress_create_indexPeter Eisentraut
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-10Improve and fix some error handling for REINDEX INDEX/TABLE CONCURRENTLYMichael Paquier
2019-05-08Clean up the behavior and API of catalog.c's is-catalog-relation tests.Tom Lane
2019-05-08Fix table lock levels for REINDEX INDEX CONCURRENTLYPeter Eisentraut
2019-05-05Fix style violations in syscache lookups.Tom Lane
2019-05-05Add check for syscache lookup failure in update_relispartition().Tom Lane
2019-04-30Message style fixesAlvaro Herrera
2019-04-26Apply stopgap fix for bug #15672.Tom Lane
2019-04-25Fix partitioned index attachmentAlvaro Herrera
2019-04-25Fix tablespace inheritance for partitioned relsAlvaro Herrera
2019-04-17Rework handling of invalid indexes with REINDEX CONCURRENTLYMichael Paquier
2019-04-07Report progress of REINDEX operationsPeter Eisentraut
2019-04-02Report progress of CREATE INDEX operationsAlvaro Herrera
2019-03-30Small code simplification for REINDEX CONCURRENTLYPeter Eisentraut
2019-03-29Fix incorrect code in new REINDEX CONCURRENTLY codePeter Eisentraut
2019-03-29REINDEX CONCURRENTLYPeter Eisentraut
2019-03-26Fix partitioned index creation bug with dropped columnsAlvaro Herrera
2019-03-13Include all columns in default names for foreign key constraintsPeter Eisentraut
2019-03-11tableam: Add and use scan APIs.Andres Freund
2019-02-21Move code for managing PartitionDescs into a new file, partdesc.cRobert Haas
2019-02-11Redesign the partition dependency mechanism.Tom Lane
2019-01-29Refactor planner's header files.Tom Lane
2019-01-24Remove argument isprimary from index_build()Michael Paquier
2019-01-21Remove superfluous tqual.h includes.Andres Freund
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-14Don't include heapam.h from others headers.Andres Freund
2019-01-14Fix unique INCLUDE indexes on partitioned tablesAlvaro Herrera
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-31Remove some useless codeAlvaro Herrera
2018-12-27Remove obsolete IndexIs* macrosPeter Eisentraut
2018-12-05Don't mark partitioned indexes invalid unnecessarilyAlvaro Herrera
2018-11-20Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-10-22Set pg_class.relhassubclass for partitioned indexesMichael Paquier
2018-10-06Fix event triggers for partitioned tablesAlvaro Herrera
2018-09-04Fully enforce uniqueness of constraint names.Tom Lane
2018-08-09Restrict access to reindex of shared catalogs for non-privileged usersMichael Paquier
2018-07-18Drop the rule against included index columns duplicating key columns.Tom Lane
2018-06-30pgindent run prior to branchingAndrew Dunstan
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-05-01Clean up warnings from -Wimplicit-fallthrough.Tom Lane
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-18Better fix for deadlock hazard in CREATE INDEX CONCURRENTLY.Tom Lane