summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_index.sgml
AgeCommit message (Expand)Author
9 daysdoc: consistently use "structname" and "structfield" markupBruce Momjian
2025-06-19doc: Mention GIN indexes support parallel builds.Fujii Masao
2025-04-12Doc: do a little copy-editing on Index Storage Parameters list.Tom Lane
2024-12-16doc: Mention BRIN indexes support parallel buildsTomas Vondra
2024-03-05Fix search_path to a safe value during maintenance operations.Jeff Davis
2022-09-01doc: mention "bloom" as a possible index access methodBruce Momjian
2022-08-12doc: document the CREATE INDEX "USING" clauseBruce Momjian
2022-07-05BRIN: improve documentation on summarizationAlvaro Herrera
2022-05-31Revert changes to CONCURRENTLY that "sped up" Xmin advanceAlvaro Herrera
2022-05-20doc: Explain 'invalid' index state for CREATE INDEX CONCURRENTLYAlvaro Herrera
2022-04-20Remove trailing whitespace from *.sgml files.Tom Lane
2022-02-03Add UNIQUE null treatment optionPeter Eisentraut
2021-11-02Doc: be more precise about conflicts between relation names.Tom Lane
2021-04-05Support INCLUDE'd columns in SP-GiST.Tom Lane
2021-03-11Doc: B-Tree only has one additional parameter.Peter Geoghegan
2021-03-11Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan
2021-03-05doc: Add backlinks to progress reporting documentationMichael Paquier
2021-02-23VACUUM: ignore indexing operations with CONCURRENTLYAlvaro Herrera
2021-01-13Call out vacuum considerations in create index docsAlvaro Herrera
2021-01-13Enhance nbtree index tuple deletion.Peter Geoghegan
2020-11-30Document concurrent indexes waiting on each otherAlvaro Herrera
2020-11-16doc: improve wording of the need for analyze of exp. indexesBruce Momjian
2020-11-16Fix typoAlvaro Herrera
2020-11-12docs: mention that expression indexes need analyzeBruce Momjian
2020-10-12Re-allow testing of GiST buffered builds.Tom Lane
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut
2020-09-30Fix XML id to match GUC namePeter Eisentraut
2020-06-30doc: clarify that storage parameter values are optionalBruce Momjian
2020-05-11Doc: fix "Unresolved ID reference" warnings, clean up man page cross-refs.Tom Lane
2020-04-01Correct CREATE INDEX documentation for opclass parametersAlexander Korotkov
2020-03-30Implement operator class parametersAlexander Korotkov
2020-03-17Doc: Correct deduplicate_items varlistentry id.Peter Geoghegan
2020-03-17Add the type information for index storage parameters to the documentation.Fujii Masao
2020-02-27Doc: Fix deduplicate_items index term.Peter Geoghegan
2020-02-26Add deduplication to nbtree.Peter Geoghegan
2020-01-22Fix concurrent indexing operations with temporary tablesMichael Paquier
2019-06-06Docs: concurrent builds of partitioned indexes are not supportedDavid Rowley
2019-04-19Fix collection of typos and grammar mistakes in docs and commentsMichael Paquier
2019-04-17Rework handling of invalid indexes with REINDEX CONCURRENTLYMichael Paquier
2019-04-16Add index terms for reloptions in documentation.Fujii Masao
2019-03-29REINDEX CONCURRENTLYPeter Eisentraut
2019-03-10Support for INCLUDE attributes in GiST indexesAlexander Korotkov
2018-11-06Disable recheck_on_update optimization to avoid crashes.Tom Lane
2018-10-13Doc: copy-editing for CREATE INDEX reference page.Tom Lane
2018-07-18Drop the rule against included index columns duplicating key columns.Tom Lane
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-04-05Fix misprint in documentationTeodor Sigaev
2018-04-04Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev
2018-03-27Allow HOT updates for some expression indexesSimon Riggs
2018-02-19Allow UNIQUE indexes on partitioned tablesAlvaro Herrera