summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/cluster.sgml
AgeCommit message (Expand)Author
2025-01-06doc: Clarify log level for VERBOSE messages in maintenance commands.Fujii Masao
2024-03-13Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2024-03-05Fix search_path to a safe value during maintenance operations.Jeff Davis
2023-07-19Doc: move unparenthesized syntaxes for a few commands.Nathan Bossart
2023-07-19Support parenthesized syntax for CLUSTER without a table name.Nathan Bossart
2023-07-19Rearrange CLUSTER rules in gram.y.Nathan Bossart
2023-07-07Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2023-06-22Improve privilege documentation for maintenance commands.Nathan Bossart
2023-06-22Fix cache lookup hazards introduced by ff9618e82a.Nathan Bossart
2023-01-26Clarify documentation for CLUSTER on partitioned tables.Jeff Davis
2023-01-14Fix MAINTAIN privileges for toast tables and partitions.Jeff Davis
2022-12-14Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis
2022-04-02Allow CLUSTER on partitioned tablesAlvaro Herrera
2021-04-09doc: Fix man page whitespace issuesPeter Eisentraut
2021-03-05doc: Add backlinks to progress reporting documentationMichael Paquier
2020-12-03Refactor CLUSTER and REINDEX grammar to use DefElem for option listsMichael Paquier
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter 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-10-10Use lower-case SGML attribute valuesPeter Eisentraut
2014-11-11Add GUC and storage parameter to set the maximum size of GIN pending list.Fujii Masao
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2011-08-07Fix a whitespace issue with the man pagesPeter Eisentraut
2011-05-18Spell checking and markup refinementPeter Eisentraut
2010-10-08Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-05-11Mention related ALTER TABLE variants in documentation for CLUSTER.Robert Haas
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2010-02-07Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane
2009-09-19Make the placeholder naming in the synopses of the SQL help more consistentPeter Eisentraut
2008-11-24CLUSTER VERBOSE and corresponding clusterdb --verbose optionPeter Eisentraut
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2007-11-07<optional> cannot be used here, because psql doesn't handle it.Peter Eisentraut
2007-05-11Improvements to the SGML docs for TRUNCATE and CLUSTER.Neil Conway
2007-04-08Minor editorialization on CLUSTER reference page.Tom Lane
2007-04-08Support syntax "CLUSTER table USING index", which is more logical.Bruce Momjian
2007-02-01Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian
2007-01-31Update reference documentation on may/can/might:Bruce Momjian
2006-11-04Add note about space usage of 'manual' approach to clustering, perTom Lane
2006-10-31Add text to the VACUUM, REINDEX, DROP TABLESPACE and CREATE TABLESPACENeil Conway
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian
2005-01-04More minor updates and copy-editing.Tom Lane
2004-11-15Replace "--" and "---" with "&mdash;" as appropriate, for better-lookingNeil Conway
2004-08-21Fix typo (extraneous comma).Tom Lane
2004-03-23Minor SGML improvements.Neil Conway
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-02Fix language.Peter Eisentraut
2003-09-12More cleanup of Diagnostics sections.Tom Lane
2003-09-09Remove a bunch of content-free Diagnostics sections, as per previousTom Lane