summaryrefslogtreecommitdiff
path: root/doc/src/sgml/perform.sgml
AgeCommit message (Expand)Author
2025-04-04Add nbtree skip scan optimization.Peter Geoghegan
2025-03-12Doc: silence A4 PDF build warnings.Tom Lane
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-03-07doc: Add missing decimal places to example rowcount.Robert Haas
2025-03-05Revert "Show index search count in EXPLAIN ANALYZE."Peter Geoghegan
2025-03-05Show index search count in EXPLAIN ANALYZE.Peter Geoghegan
2025-02-27EXPLAIN: Always use two fractional digits for row counts.Robert Haas
2024-12-11Enable BUFFERS with EXPLAIN ANALYZE by defaultDavid Rowley
2024-10-29Doc: add detail about EXPLAIN's "Disabled" propertyDavid Rowley
2024-05-09Doc: update the "Using EXPLAIN" examples to match current code.Tom Lane
2024-04-03Invent SERIALIZE option for EXPLAIN.Tom Lane
2024-03-19Improve EXPLAIN's display of SubPlan nodes and output parameters.Tom Lane
2023-02-26Doc: Miscellaneous doc updates for MERGE.Dean Rasheed
2023-01-09Doc: add XML ID attributes to <sectN> and <varlistentry> tags.Tom Lane
2022-07-21doc: use wording "restore" instead of "reload" of dumpsBruce Momjian
2022-04-20Remove trailing whitespace from *.sgml files.Tom Lane
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
2021-08-16Revert analyze support for partitioned tablesAlvaro Herrera
2021-05-14Describe (auto-)analyze behavior for partitioned tablesAlvaro Herrera
2021-04-09Fix typos and grammar in documentation and code commentsMichael Paquier
2021-04-06Stop archive recovery if WAL generated with wal_level=minimal is found.Fujii Masao
2021-03-31Rework planning and execution of UPDATE and DELETE.Tom Lane
2021-01-20Fix sample output of EXPLAIN ANALYZE.Thomas Munro
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut
2020-08-31doc: add commas after 'i.e.' and 'e.g.'Bruce Momjian
2020-05-14Doc: tweak examples to silence line-too-long PDF build warnings.Tom Lane
2020-04-14Fix collection of typos and grammar mistakes in the tree, volume 2Michael Paquier
2020-04-06Implement Incremental SortTomas Vondra
2020-04-04Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-14Use functional dependencies to estimate ScalarArrayOpExprTomas Vondra
2019-12-08Doc: improve documentation about run-time pruning's effects on EXPLAIN.Tom Lane
2019-09-30docs: adjust multi-column most-common-value statisticsBruce Momjian
2019-09-08doc: Clean up title case usePeter Eisentraut
2019-06-15Rework the pg_statistic_ext catalogTomas Vondra
2019-03-27Add support for multivariate MCV listsTomas Vondra
2018-12-06Improve planner stats documentationStephen Frost
2018-11-19Disallow COPY FREEZE on partitioned tablesAlvaro Herrera
2018-07-19Expand run-time partition pruning to work with MergeAppendHeikki Linnakangas
2018-04-07Support partition pruning at execution timeAlvaro Herrera
2017-12-18doc: Fix figures in example descriptionPeter Eisentraut
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-20Convert SGML IDs to lower casePeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-09-11Message style fixesPeter Eisentraut
2017-09-02doc: Fix typos and other minor issuesPeter Eisentraut
2017-06-18Documentation spell checking and markup improvementsPeter Eisentraut
2017-05-14Edit SGML documentation related to extended statistics.Tom Lane
2017-05-12Change CREATE STATISTICS syntaxAlvaro Herrera