aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/comment.sgml
Commit message (Expand)AuthorAge
* Doc: clarify use of NULL to drop comments and security labels.Tom Lane2023-01-31
* Restrict the privileges of CREATEROLE users.Robert Haas2023-01-10
* plpython: Adjust docs after removal of Python 2 support.Andres Freund2022-03-07
* doc: Mention the level of locks taken on objects in COMMENTMichael Paquier2022-01-20
* Reconsider the handling of procedure OUT parameters.Tom Lane2021-06-10
* doc: Simplify COMMENT and SECURITY LABEL documentationPeter Eisentraut2021-06-05
* Support for OUT parameters in proceduresPeter Eisentraut2020-10-05
* Remove support for postfix (right-unary) operators.Tom Lane2020-09-17
* docs: add COMMENT examples for new features, rename rtreeBruce Momjian2020-08-21
* SQL proceduresPeter Eisentraut2017-11-30
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Convert SGML IDs to lower casePeter Eisentraut2017-10-20
* Don't use SGML empty tagsPeter Eisentraut2017-10-17
* Use lower-case SGML attribute valuesPeter Eisentraut2017-10-10
* Add COMMENT and SECURITY LABEL support for publications and subscriptionsPeter Eisentraut2017-03-24
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-24
* Allow referring to functions without arguments when uniquePeter Eisentraut2017-03-14
* Fix thinko in description of table_name parameterAlvaro Herrera2016-06-07
* Fix loose ends for SQL ACCESS METHOD objectsAlvaro Herrera2016-06-07
* Add POLICY to COMMENT documentationStephen Frost2015-09-15
* doc: Spell checkingPeter Eisentraut2015-09-10
* Add transforms featurePeter Eisentraut2015-04-26
* get_object_address: separate domain constraints from table constraintsAlvaro Herrera2014-12-23
* doc: Various typo/grammar fixesKevin Grittner2014-08-30
* doc: Improve DocBook XML validityPeter Eisentraut2014-02-23
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-23
* Allow aggregate functions to be VARIADIC.Tom Lane2013-09-03
* Add a materialized view relations.Kevin Grittner2013-03-03
* Syntax support and documentation for event triggers.Robert Haas2012-07-18
* Fix a whitespace issue with the man pagesPeter Eisentraut2011-08-07
* Fix typo.Robert Haas2011-07-27
* Clarify which relkinds accept column comments.Robert Haas2011-07-26
* Sort COMMENT synopsis and add more examplesPeter Eisentraut2011-06-03
* Support comments on FOREIGN DATA WRAPPER and SERVER objects.Robert Haas2011-04-01
* Adjust the permissions required for COMMENT ON ROLE.Tom Lane2011-03-09
* DDL support for collationsPeter Eisentraut2011-02-12
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-08
* Basic foreign table support.Robert Haas2011-01-01
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Make the placeholder naming in the synopses of the SQL help more consistentPeter Eisentraut2009-09-19
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-14
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-16
* First rough cut at text search documentation: bare bones referenceTom Lane2007-08-21
* Update reference documentation on may/can/might:Bruce Momjian2007-01-31
* Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane2007-01-23
* Spellchecking and suchPeter Eisentraut2006-10-23
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-27