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