aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/syntax.sgml
Commit message (Expand)AuthorAge
* doc: Missing markup, punctuation and wordsmithingDaniel Gustafsson2024-10-02
* Doc: list AT TIME ZONE and COLLATE in operator precedence table.Tom Lane2023-11-26
* doc: move ROW IS NULL examples to a different chapterBruce Momjian2023-11-13
* doc: mention ORDER BY for some aggregates, add ORDER BY examplesBruce Momjian2023-11-03
* doc: remove mention of backslash doubling in stringsBruce Momjian2023-09-08
* Allow underscores in integer and numeric constants.Dean Rasheed2023-02-04
* Fix typos in comments, code and documentationMichael Paquier2023-01-03
* Non-decimal integer literalsPeter Eisentraut2022-12-14
* doc: Consistently spell case-insensitiveDaniel Gustafsson2022-08-17
* doc: Properly punctuate "etc."Peter Eisentraut2022-05-19
* Remove trailing whitespace from *.sgml files.Tom Lane2022-04-20
* Remove operator_precedence_warning.Tom Lane2020-12-08
* Remove support for postfix (right-unary) operators.Tom Lane2020-09-17
* doc: improve description of subscripting of arraysBruce Momjian2020-08-31
* Mark factorial operator, and postfix operators in general, as deprecated.Tom Lane2020-08-30
* Doc: tweak examples to silence line-too-long PDF build warnings.Tom Lane2020-05-14
* Doc: further fooling-about with rendering of tables in PDF output.Tom Lane2020-05-06
* Allow Unicode escapes in any server encoding, not only UTF-8.Tom Lane2020-03-06
* doc: Use proper em and en dashesPeter Eisentraut2019-10-25
* doc: Clean up title case usePeter Eisentraut2019-09-08
* Document security implications of qualified names.Noah Misch2018-07-28
* Doc: update documentation for requirement of ORDER BY in GROUPS mode.Tom Lane2018-07-12
* Support all SQL:2011 options for window frame clauses.Tom Lane2018-02-07
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Don't use SGML empty tagsPeter Eisentraut2017-10-17
* Escape < and & in SGMLPeter Eisentraut2017-09-06
* docs: Improve window function docsBruce Momjian2017-04-11
* Doc: remove duplicate index entry.Tom Lane2017-02-16
* Doc: improve index entry for "median".Tom Lane2016-12-23
* Doc: improve documentation about composite-value usage.Tom Lane2016-11-22
* doc: Whitespace and formatting fixesPeter Eisentraut2015-08-20
* Remove gram.y's precedence declaration for OVERLAPS.Tom Lane2015-08-09
* docs: HTML-escape '>' in '=>' using HTML entitiesBruce Momjian2015-08-05
* Fix incorrect markup in documentation of window frame clauses.Tom Lane2015-03-31
* Make operator precedence follow the SQL standard more closely.Tom Lane2015-03-11
* Allow named parameters to be specified using => in addition to :=Robert Haas2015-03-10
* Improve documentation about CASE and constant subexpressions.Tom Lane2014-12-18
* Support arrays as input to array_agg() and ARRAY(SELECT ...).Tom Lane2014-11-25
* Document evaluation-order considerations for aggregate functions.Tom Lane2014-11-14
* Clarify documentation about "peer" rows in window functionsBruce Momjian2014-09-05
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-23
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-10
* Support default arguments and named-argument notation for window functions.Tom Lane2013-11-06
* Improve the error message given for modifying a window with frame clause.Tom Lane2013-11-05
* Allow aggregate functions to be VARIADIC.Tom Lane2013-09-03
* Implement the FILTER clause for aggregate function calls.Noah Misch2013-07-16
* Add section IDs to subsections of syntax.sgml that lacked them.Tom Lane2012-08-27
* Copy-editing for recent window-functions documentation rewrite.Tom Lane2012-08-17
* In docs, clarify that, without ORDER BY, the window frame is all rows inBruce Momjian2012-08-16
* Revert: In docs, change a few cases of "not important" toBruce Momjian2012-08-16