| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix incorrect markup in documentation of window frame clauses. | Tom Lane | 2015-03-31 | 1 | -2/+2 |
* | Improve documentation about CASE and constant subexpressions. | Tom Lane | 2014-12-18 | 1 | -2/+29 |
* | Document evaluation-order considerations for aggregate functions. | Tom Lane | 2014-11-14 | 1 | -0/+22 |
* | Clarify documentation about "peer" rows in window functions | Bruce Momjian | 2014-09-05 | 1 | -2/+2 |
* | Support ordered-set (WITHIN GROUP) aggregates. | Tom Lane | 2013-12-23 | 1 | -24/+85 |
* | Fix whitespace issues found by git diff --check, add gitattributes | Peter Eisentraut | 2013-11-10 | 1 | -1/+1 |
* | Support default arguments and named-argument notation for window functions. | Tom Lane | 2013-11-06 | 1 | -2/+3 |
* | Improve the error message given for modifying a window with frame clause. | Tom Lane | 2013-11-05 | 1 | -13/+19 |
* | Allow aggregate functions to be VARIADIC. | Tom Lane | 2013-09-03 | 1 | -0/+7 |
* | Implement the FILTER clause for aggregate function calls. | Noah Misch | 2013-07-16 | 1 | -13/+35 |
* | Add section IDs to subsections of syntax.sgml that lacked them. | Tom Lane | 2012-08-27 | 1 | -7/+7 |
* | Copy-editing for recent window-functions documentation rewrite. | Tom Lane | 2012-08-17 | 1 | -23/+45 |
* | In docs, clarify that, without ORDER BY, the window frame is all rows in | Bruce Momjian | 2012-08-16 | 1 | -3/+4 |
* | Revert: In docs, change a few cases of "not important" to | Bruce Momjian | 2012-08-16 | 1 | -1/+1 |
* | Rewrite window function reference section to more clearly explain | Bruce Momjian | 2012-08-16 | 1 | -27/+41 |
* | In docs, change a few cases of "not important" to "unimportant". | Bruce Momjian | 2012-08-16 | 1 | -1/+1 |
* | Improve generated column names for cases involving sub-SELECTs. | Tom Lane | 2011-10-01 | 1 | -3/+3 |
* | In docs, start window function sentence with "The asterisk (*)" rather | Bruce Momjian | 2011-07-14 | 1 | -1/+1 |
* | Include unary plus in the Operator Precedence table. | Tom Lane | 2011-05-04 | 1 | -4/+4 |
* | Avoid extra whitespace in the arguments of <indexterm>. | Tom Lane | 2011-04-08 | 1 | -2/+6 |
* | Add links to documentation from 9.1 release notes. | Bruce Momjian | 2011-03-19 | 1 | -1/+1 |
* | A bit more editing for collation documentation. | Tom Lane | 2011-03-08 | 1 | -11/+30 |
* | Documentation update for UTF16 surrogate pairs in UTF8 encoding. | Bruce Momjian | 2011-02-19 | 1 | -4/+3 |
* | Per-column collation support | Peter Eisentraut | 2011-02-08 | 1 | -0/+48 |
* | Properly capitalize hyphenated words in documentation titles. | Bruce Momjian | 2011-02-01 | 1 | -3/+3 |
* | Properly capitalize documentation headings; some only had initial-word | Bruce Momjian | 2011-01-29 | 1 | -3/+3 |
* | Prevent invoking I/O conversion casts via functional/attribute notation. | Tom Lane | 2010-11-07 | 1 | -0/+13 |
* | Document (compositeval).* field selection syntax | Peter Eisentraut | 2010-10-14 | 1 | -0/+9 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
* | Clarify that surrogate pairs are not encoded in UTF-8 directly | Peter Eisentraut | 2010-09-07 | 1 | -21/+28 |
* | Clarify documentation of handling of null arguments for aggregates. | Tom Lane | 2010-09-01 | 1 | -10/+16 |
* | Reorder docs on lexical structure slightly for clarity. | Robert Haas | 2010-08-13 | 1 | -7/+7 |
* | Back out syntax case changes --- seems they were intentional. | Bruce Momjian | 2010-08-12 | 1 | -6/+6 |
* | Properly lowercase identifiers, uppercase keywords, in doc examples | Bruce Momjian | 2010-08-11 | 1 | -6/+6 |
* | Remove the single-argument form of string_agg(). It added nothing much in | Tom Lane | 2010-08-05 | 1 | -5/+6 |
* | Add an example to clarify the use of ORDER BY in multiple-argument | Tom Lane | 2010-08-04 | 1 | -3/+17 |
* | Change the default value of standard_conforming_strings to on. | Robert Haas | 2010-07-20 | 1 | -11/+10 |
* | Additional cross-references to window functions documentation. | Robert Haas | 2010-07-03 | 1 | -2/+3 |
* | Add index entry for ::, per complaint from John Gage. | Alvaro Herrera | 2010-06-09 | 1 | -1/+5 |
* | Change the notation for calling functions with named parameters from | Tom Lane | 2010-05-30 | 1 | -7/+8 |
* | Small correction/clarification in discussion of Unicode literals | Peter Eisentraut | 2010-05-27 | 1 | -4/+4 |
* | Remove unnecessary xref endterm attributes and title ids | Peter Eisentraut | 2010-04-03 | 1 | -3/+3 |
* | Extend the set of frame options supported for window functions. | Tom Lane | 2010-02-12 | 1 | -18/+41 |
* | Three out of four of us like this phrasing better. | Tom Lane | 2010-02-04 | 1 | -2/+2 |
* | Mention "unquoted" identifiers are case-insensitive. | Bruce Momjian | 2010-02-03 | 1 | -2/+2 |
* | Support ORDER BY within aggregate function calls, at long last providing a | Tom Lane | 2009-12-15 | 1 | -16/+47 |
* | Don't treat NEW and OLD as reserved words anymore. For the purposes of rules | Tom Lane | 2009-11-05 | 1 | -5/+2 |
* | Support use of function argument names to identify which actual arguments | Tom Lane | 2009-10-08 | 1 | -1/+170 |
* | Unicode escapes in E'...' strings | Peter Eisentraut | 2009-09-22 | 1 | -7/+27 |
* | Surrogate pair support for U& string and identifier syntax | Peter Eisentraut | 2009-09-21 | 1 | -1/+9 |