summaryrefslogtreecommitdiff
path: root/doc/src/sgml/syntax.sgml
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect markup in documentation of window frame clauses.Tom Lane2015-03-311-2/+2
* Improve documentation about CASE and constant subexpressions.Tom Lane2014-12-181-2/+29
* Document evaluation-order considerations for aggregate functions.Tom Lane2014-11-141-0/+22
* Clarify documentation about "peer" rows in window functionsBruce Momjian2014-09-051-2/+2
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-231-24/+85
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-101-1/+1
* Support default arguments and named-argument notation for window functions.Tom Lane2013-11-061-2/+3
* Improve the error message given for modifying a window with frame clause.Tom Lane2013-11-051-13/+19
* Allow aggregate functions to be VARIADIC.Tom Lane2013-09-031-0/+7
* Implement the FILTER clause for aggregate function calls.Noah Misch2013-07-161-13/+35
* Add section IDs to subsections of syntax.sgml that lacked them.Tom Lane2012-08-271-7/+7
* Copy-editing for recent window-functions documentation rewrite.Tom Lane2012-08-171-23/+45
* In docs, clarify that, without ORDER BY, the window frame is all rows inBruce Momjian2012-08-161-3/+4
* Revert: In docs, change a few cases of "not important" toBruce Momjian2012-08-161-1/+1
* Rewrite window function reference section to more clearly explainBruce Momjian2012-08-161-27/+41
* In docs, change a few cases of "not important" to "unimportant".Bruce Momjian2012-08-161-1/+1
* Improve generated column names for cases involving sub-SELECTs.Tom Lane2011-10-011-3/+3
* In docs, start window function sentence with "The asterisk (*)" ratherBruce Momjian2011-07-141-1/+1
* Include unary plus in the Operator Precedence table.Tom Lane2011-05-041-4/+4
* Avoid extra whitespace in the arguments of <indexterm>.Tom Lane2011-04-081-2/+6
* Add links to documentation from 9.1 release notes.Bruce Momjian2011-03-191-1/+1
* A bit more editing for collation documentation.Tom Lane2011-03-081-11/+30
* Documentation update for UTF16 surrogate pairs in UTF8 encoding.Bruce Momjian2011-02-191-4/+3
* Per-column collation supportPeter Eisentraut2011-02-081-0/+48
* Properly capitalize hyphenated words in documentation titles.Bruce Momjian2011-02-011-3/+3
* Properly capitalize documentation headings; some only had initial-wordBruce Momjian2011-01-291-3/+3
* Prevent invoking I/O conversion casts via functional/attribute notation.Tom Lane2010-11-071-0/+13
* Document (compositeval).* field selection syntaxPeter Eisentraut2010-10-141-0/+9
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Clarify that surrogate pairs are not encoded in UTF-8 directlyPeter Eisentraut2010-09-071-21/+28
* Clarify documentation of handling of null arguments for aggregates.Tom Lane2010-09-011-10/+16
* Reorder docs on lexical structure slightly for clarity.Robert Haas2010-08-131-7/+7
* Back out syntax case changes --- seems they were intentional.Bruce Momjian2010-08-121-6/+6
* Properly lowercase identifiers, uppercase keywords, in doc examplesBruce Momjian2010-08-111-6/+6
* Remove the single-argument form of string_agg(). It added nothing much inTom Lane2010-08-051-5/+6
* Add an example to clarify the use of ORDER BY in multiple-argumentTom Lane2010-08-041-3/+17
* Change the default value of standard_conforming_strings to on.Robert Haas2010-07-201-11/+10
* Additional cross-references to window functions documentation.Robert Haas2010-07-031-2/+3
* Add index entry for ::, per complaint from John Gage.Alvaro Herrera2010-06-091-1/+5
* Change the notation for calling functions with named parameters fromTom Lane2010-05-301-7/+8
* Small correction/clarification in discussion of Unicode literalsPeter Eisentraut2010-05-271-4/+4
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-031-3/+3
* Extend the set of frame options supported for window functions.Tom Lane2010-02-121-18/+41
* Three out of four of us like this phrasing better.Tom Lane2010-02-041-2/+2
* Mention "unquoted" identifiers are case-insensitive.Bruce Momjian2010-02-031-2/+2
* Support ORDER BY within aggregate function calls, at long last providing aTom Lane2009-12-151-16/+47
* Don't treat NEW and OLD as reserved words anymore. For the purposes of rulesTom Lane2009-11-051-5/+2
* Support use of function argument names to identify which actual argumentsTom Lane2009-10-081-1/+170
* Unicode escapes in E'...' stringsPeter Eisentraut2009-09-221-7/+27
* Surrogate pair support for U& string and identifier syntaxPeter Eisentraut2009-09-211-1/+9