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