aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/syntax.sgml
Commit message (Expand)AuthorAge
* 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
* Rewrite window function reference section to more clearly explainBruce Momjian2012-08-16
* In docs, change a few cases of "not important" to "unimportant".Bruce Momjian2012-08-16
* Improve generated column names for cases involving sub-SELECTs.Tom Lane2011-10-01
* In docs, start window function sentence with "The asterisk (*)" ratherBruce Momjian2011-07-14
* Include unary plus in the Operator Precedence table.Tom Lane2011-05-04
* Avoid extra whitespace in the arguments of <indexterm>.Tom Lane2011-04-08
* Add links to documentation from 9.1 release notes.Bruce Momjian2011-03-19
* A bit more editing for collation documentation.Tom Lane2011-03-08
* Documentation update for UTF16 surrogate pairs in UTF8 encoding.Bruce Momjian2011-02-19
* Per-column collation supportPeter Eisentraut2011-02-08
* Properly capitalize hyphenated words in documentation titles.Bruce Momjian2011-02-01
* Properly capitalize documentation headings; some only had initial-wordBruce Momjian2011-01-29
* Prevent invoking I/O conversion casts via functional/attribute notation.Tom Lane2010-11-07
* Document (compositeval).* field selection syntaxPeter Eisentraut2010-10-14
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Clarify that surrogate pairs are not encoded in UTF-8 directlyPeter Eisentraut2010-09-07
* Clarify documentation of handling of null arguments for aggregates.Tom Lane2010-09-01
* Reorder docs on lexical structure slightly for clarity.Robert Haas2010-08-13
* Back out syntax case changes --- seems they were intentional.Bruce Momjian2010-08-12
* Properly lowercase identifiers, uppercase keywords, in doc examplesBruce Momjian2010-08-11
* Remove the single-argument form of string_agg(). It added nothing much inTom Lane2010-08-05
* Add an example to clarify the use of ORDER BY in multiple-argumentTom Lane2010-08-04
* Change the default value of standard_conforming_strings to on.Robert Haas2010-07-20
* Additional cross-references to window functions documentation.Robert Haas2010-07-03
* Add index entry for ::, per complaint from John Gage.Alvaro Herrera2010-06-09
* Change the notation for calling functions with named parameters fromTom Lane2010-05-30
* Small correction/clarification in discussion of Unicode literalsPeter Eisentraut2010-05-27
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Extend the set of frame options supported for window functions.Tom Lane2010-02-12
* Three out of four of us like this phrasing better.Tom Lane2010-02-04
* Mention "unquoted" identifiers are case-insensitive.Bruce Momjian2010-02-03
* Support ORDER BY within aggregate function calls, at long last providing aTom Lane2009-12-15
* Don't treat NEW and OLD as reserved words anymore. For the purposes of rulesTom Lane2009-11-05
* Support use of function argument names to identify which actual argumentsTom Lane2009-10-08
* Unicode escapes in E'...' stringsPeter Eisentraut2009-09-22
* Surrogate pair support for U& string and identifier syntaxPeter Eisentraut2009-09-21
* Modify the definition of window-function PARTITION BY and ORDER BY clausesTom Lane2009-08-27
* Proofreading for Bruce's recent round of documentation proofreading.Tom Lane2009-06-17
* Disable the use of Unicode escapes in string constants (U&'') whenPeter Eisentraut2009-05-05
* Proofreading adjustments for first two parts of documentation (TutorialBruce Momjian2009-04-27
* Fix some SGML-compiler warnings on -wxml mode.Alvaro Herrera2009-02-04
* Throw error if a <window definition> references a window that already has aTom Lane2008-12-31
* Add some basic support for window frame clauses to the window-functionsTom Lane2008-12-31
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Add a specific example of parenthesizing when extracting a field of aTom Lane2008-12-09
* Remove tab from sgml file.Bruce Momjian2008-10-29