summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/alter_index.sgml
AgeCommit message (Expand)Author
2024-10-20Note that index_name in ALTER INDEX ATTACH PARTITION can be schema-qualifiedÁlvaro Herrera
2021-05-07Revert per-index collation version tracking feature.Thomas Munro
2021-02-13doc: Mention NO DEPENDS ON EXTENSION in its supported ALTER commandsMichael Paquier
2020-11-02Track collation versions for indexes.Thomas Munro
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut
2020-06-30doc: clarify that storage parameter values are optionalBruce Momjian
2020-04-20Add ALTER .. NO DEPENDS ONAlvaro Herrera
2018-11-14Lower lock level for renaming indexesPeter Eisentraut
2018-09-04Fully enforce uniqueness of constraint names.Tom Lane
2018-05-21doc: Fix some trailing whitespacePeter Eisentraut
2018-05-21doc: Whitespace fixes in man pagesPeter Eisentraut
2018-01-19Local partitioned indexesAlvaro Herrera
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
2017-09-06Allow SET STATISTICS on expression indexesSimon Riggs
2016-04-05Fix broken ALTER INDEX documentationAlvaro Herrera
2016-04-05Support ALTER THING .. DEPENDS ON EXTENSIONAlvaro Herrera
2014-08-21Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2012-01-23ALTER <thing> [IF EXISTS] ... allows silent DDL if required,Simon Riggs
2011-08-07Fix a whitespace issue with the man pagesPeter Eisentraut
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2007-05-15Various fixes for the SGML docs. Consistently use spaces before/afterNeil Conway
2007-01-31Update reference documentation on may/can/might:Bruce Momjian
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian
2006-07-04Documentation fixes for FILLFACTOR patch. Minor other editorialization.Tom Lane
2006-07-02Add FILLFACTOR to CREATE INDEX.Bruce Momjian
2006-02-12Revert patch becaues of locking concerns:Bruce Momjian
2006-02-11Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAMEBruce Momjian
2005-08-22Cause ALTER INDEX OWNER to generate a warning and do nothing, rather thanTom Lane
2005-03-14Allow ALTER FUNCTION to change a function's strictness, volatility, andNeil Conway
2004-08-24Various minor improvements to the SGML documentation: fix some incorrectNeil Conway
2004-08-21Seems it would be nice if the ALTER INDEX ref page were actuallyTom Lane
2004-08-20Fix typo in new ALTER INDEX manual page.Bruce Momjian
2004-08-20Add ALTER INDEX, particularly for moving tablespaces.Bruce Momjian