]> granicus.if.org Git - postgresql/history - doc/src/sgml/syntax.sgml
Trim trailing whitespace
[postgresql] / doc / src / sgml / syntax.sgml
2017-04-11 Bruce Momjiandocs: Improve window function docs
2017-02-16 Tom LaneDoc: remove duplicate index entry.
2016-12-23 Tom LaneDoc: improve index entry for "median".
2016-11-22 Tom LaneDoc: improve documentation about composite-value usage.
2015-08-21 Peter Eisentrautdoc: Whitespace and formatting fixes
2015-08-09 Tom LaneRemove gram.y's precedence declaration for OVERLAPS.
2015-08-06 Bruce Momjiandocs: HTML-escape '>' in '=>' using HTML entities
2015-04-01 Tom LaneFix incorrect markup in documentation of window frame...
2015-03-11 Tom LaneMake operator precedence follow the SQL standard more...
2015-03-10 Robert HaasAllow named parameters to be specified using => in...
2014-12-18 Tom LaneImprove documentation about CASE and constant subexpres...
2014-11-25 Tom LaneSupport arrays as input to array_agg() and ARRAY(SELECT...
2014-11-14 Tom LaneDocument evaluation-order considerations for aggregate...
2014-09-05 Bruce MomjianClarify documentation about "peer" rows in window functions
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-11-06 Tom LaneSupport default arguments and named-argument notation...
2013-11-06 Tom LaneImprove the error message given for modifying a window...
2013-09-03 Tom LaneAllow aggregate functions to be VARIADIC.
2013-07-17 Noah MischImplement the FILTER clause for aggregate function...
2012-08-28 Tom LaneAdd section IDs to subsections of syntax.sgml that...
2012-08-17 Tom LaneCopy-editing for recent window-functions documentation...
2012-08-16 Bruce MomjianIn docs, clarify that, without ORDER BY, the window...
2012-08-16 Bruce MomjianRevert: In docs, change a few cases of "not important" to
2012-08-16 Bruce MomjianRewrite window function reference section to more clear...
2012-08-16 Bruce MomjianIn docs, change a few cases of "not important" to ...
2011-10-01 Tom LaneImprove generated column names for cases involving...
2011-07-14 Bruce MomjianIn docs, start window function sentence with "The aster...
2011-05-04 Tom LaneInclude unary plus in the Operator Precedence table.
2011-04-08 Tom LaneAvoid extra whitespace in the arguments of <indexterm>.
2011-03-20 Bruce MomjianAdd links to documentation from 9.1 release notes.
2011-03-09 Tom LaneA bit more editing for collation documentation.
2011-02-20 Bruce MomjianDocumentation update for UTF16 surrogate pairs in UTF8...
2011-02-08 Peter EisentrautPer-column collation support
2011-02-01 Bruce MomjianProperly capitalize hyphenated words in documentation...
2011-01-29 Bruce MomjianProperly capitalize documentation headings; some only...
2010-11-07 Tom LanePrevent invoking I/O conversion casts via functional...
2010-10-14 Peter EisentrautDocument (compositeval).* field selection syntax
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-07 Peter EisentrautClarify that surrogate pairs are not encoded in UTF...
2010-09-01 Tom LaneClarify documentation of handling of null arguments...
2010-08-13 Robert HaasReorder docs on lexical structure slightly for clarity.
2010-08-12 Bruce MomjianBack out syntax case changes --- seems they were intent...
2010-08-11 Bruce MomjianProperly lowercase identifiers, uppercase keywords...
2010-08-05 Tom LaneRemove the single-argument form of string_agg(). It...
2010-08-04 Tom LaneAdd an example to clarify the use of ORDER BY in multip...
2010-07-20 Robert HaasChange the default value of standard_conforming_strings...
2010-07-03 Robert HaasAdditional cross-references to window functions documen...
2010-06-09 Alvaro HerreraAdd index entry for ::, per complaint from John Gage.
2010-05-30 Tom LaneChange the notation for calling functions with named...
2010-05-27 Peter EisentrautSmall correction/clarification in discussion of Unicode...
2010-04-03 Peter EisentrautRemove unnecessary xref endterm attributes and title ids
2010-02-12 Tom LaneExtend the set of frame options supported for window...
2010-02-04 Tom LaneThree out of four of us like this phrasing better.
2010-02-03 Bruce MomjianMention "unquoted" identifiers are case-insensitive.
2009-12-15 Tom LaneSupport ORDER BY within aggregate function calls, at...
2009-11-05 Tom LaneDon't treat NEW and OLD as reserved words anymore....
2009-10-08 Tom LaneSupport use of function argument names to identify...
2009-09-22 Peter EisentrautUnicode escapes in E'...' strings
2009-09-21 Peter EisentrautSurrogate pair support for U& string and identifier...
2009-08-27 Tom LaneModify the definition of window-function PARTITION...
2009-06-17 Tom LaneProofreading for Bruce's recent round of documentation...
2009-05-05 Peter EisentrautDisable the use of Unicode escapes in string constants...
2009-04-27 Bruce MomjianProofreading adjustments for first two parts of documen...
2009-02-04 Alvaro HerreraFix some SGML-compiler warnings on -wxml mode.
2008-12-31 Tom LaneThrow error if a <window definition> references a windo...
2008-12-31 Tom LaneAdd some basic support for window frame clauses to...
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-09 Tom LaneAdd a specific example of parenthesizing when extractin...
2008-10-29 Bruce MomjianRemove tab from sgml file.
2008-10-29 Peter EisentrautUnicode escapes in strings and identifiers
2008-06-26 Bruce MomjianUse SGML table to show backslash string escapes, rather...
2008-03-20 Tom LaneArrange for an explicit cast applied to an ARRAY[]...
2008-01-23 Tom LaneAvoid mathematical inconsistency in example about avoid...
2007-12-11 Magnus HaganderTypo pointed out by Erwin Brandstetter. Remove the...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-05-11 Tom LaneSupport arrays of composite types, including the rowtyp...
2007-02-20 Bruce MomjianComment-out documentation for IS OF because it doesn...
2007-02-20 Bruce MomjianDocument IS [NOT] OF, which was added in 7.3.
2007-02-06 Peter EisentrautMove NAMEDATALEN definition from postgres_ext.h to...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-02-01 Bruce MomjianConsistenly use colons before '<programlisting>' blocks...
2007-01-31 Bruce MomjianUpdate documentation on may/can/might:
2006-10-22 Tom LaneSome desultory copy-editing.
2006-10-21 Tom LaneRewrite discussion of string constant syntax to bring...
2006-09-16 Bruce MomjianRemove emacs info from footer of SGML files.
2006-07-27 Tom LaneAggregate functions now support multiple input argument...
2006-06-26 Tom LaneChange the row constructor syntax (ROW(...)) so that...
2006-03-10 Bruce MomjianMake $PostgreSQL CVS tags consistent for SGML files.
2005-11-04 Peter EisentrautSpellchecking run, final cleanups
2005-10-23 Tom LaneA bit of minor copy-editing.
2005-08-14 Peter EisentrautChange standard_compliant_strings to standard_conformin...
2005-06-26 Tom LaneCode review for escape-strings patch. Sync psql and...
2005-06-26 Bruce MomjianAdd E'' syntax so eventually normal strings can treat...
2005-06-02 Bruce MomjianAdd support for \x hex escapes in backend strings....
2004-12-23 Tom LaneA small pass of docs review and copy-editing.
2004-12-13 Peter EisentrautSpell checker run
2004-11-15 Neil ConwayReplace "--" and "---" with "&mdash;" as appropriate...
2004-10-26 Tom LaneDocument IS DISTINCT FROM in a more obvious place,...
2004-09-20 Tom LaneSome editorializing on the docs for the dollar-quoting...
next