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