| Commit message (Expand) | Author | Age |
* | Fix incorrect markup in documentation of window frame clauses. | Tom Lane | 2015-03-31 |
* | Minor docs wordsmithing. | Tom Lane | 2013-06-07 |
* | Provide adequate documentation of the "table_name *" notation. | Tom Lane | 2012-09-17 |
* | Update statement about sorting of character-string data. | Tom Lane | 2012-01-28 |
* | Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syntax. | Tom Lane | 2011-12-01 |
* | Clarify that ORDER BY/FOR UPDATE can't malfunction at higher iso levels. | Robert Haas | 2011-10-28 |
* | Fix a whitespace issue with the man pages | Peter Eisentraut | 2011-08-07 |
* | Improve doc wording for SQL syntax of LIMIT/OFFSET. | Bruce Momjian | 2011-04-21 |
* | Add documentation for data-modifying statements in WITH clauses. | Tom Lane | 2011-02-28 |
* | Implement genuine serializable isolation level. | Heikki Linnakangas | 2011-02-08 |
* | Document the DISTINCT noise word in the UNION/INTERSECT/EXCEPT constructs. | Tom Lane | 2010-10-15 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Recognize functional dependency on primary keys. This allows a table's | Tom Lane | 2010-08-07 |
* | Clarify SELECT FOR UPDATE behavior in docs. | Bruce Momjian | 2010-06-15 |
* | Remove unnecessary xref endterm attributes and title ids | Peter Eisentraut | 2010-04-03 |
* | Extend the set of frame options supported for window functions. | Tom Lane | 2010-02-12 |
* | When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan node | Tom Lane | 2009-10-28 |
* | Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries; | Tom Lane | 2009-10-27 |
* | Remove add_missing_from GUC and associated parser support for "implicit RTEs". | Tom Lane | 2009-10-21 |
* | Easier to translate psql help | Peter Eisentraut | 2009-09-18 |
* | Modify the definition of window-function PARTITION BY and ORDER BY clauses | Tom Lane | 2009-08-27 |
* | Allow mixing of traditional and SQL:2008 LIMIT/OFFSET syntax. Being rigid | Tom Lane | 2009-08-18 |
* | Fix unintelligible description created by removing only part of | Tom Lane | 2009-05-03 |
* | Remove mention of pre-7.1 inheritance behavior from /ref pages; keep | Bruce Momjian | 2009-04-15 |
* | Document the longstanding behavior of LIMIT NULL and OFFSET NULL, | Tom Lane | 2009-02-02 |
* | Document that SELECT ... ORDER BY .. FOR UPDATE/SHARE might return | Bruce Momjian | 2009-01-23 |
* | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 |
* | Add some minimal documentation that the SQL standard requires parentheses | Peter Eisentraut | 2009-01-12 |
* | Throw error if a <window definition> references a window that already has a | Tom Lane | 2008-12-31 |
* | Add some basic support for window frame clauses to the window-functions | Tom Lane | 2008-12-31 |
* | Fix thinko in documentation of default window frame behavior, | Tom Lane | 2008-12-29 |
* | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 |
* | Add braces to clarify syntax synopsis | Peter Eisentraut | 2008-12-01 |
* | Use relation_expr for TABLE command, requested by Tom. | Peter Eisentraut | 2008-11-21 |
* | TABLE command | Peter Eisentraut | 2008-11-20 |
* | Add WITH as a refname to the SELECT reference page. | Peter Eisentraut | 2008-11-19 |
* | Set SQL man pages to be section 7 by default, and only transform them to | Peter Eisentraut | 2008-11-14 |
* | SQL:2008 alternative syntax for LIMIT/OFFSET: | Peter Eisentraut | 2008-10-22 |
* | Extend CTE patch to support recursive UNION (ie, without ALL). The | Tom Lane | 2008-10-07 |
* | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 |
* | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas | 2008-09-23 |
* | Allow AS to be omitted when specifying an output column name in SELECT | Tom Lane | 2008-02-15 |
* | spell checker run | Peter Eisentraut | 2007-11-28 |
* | Add note that LIMIT without ORDER BY can produce outright nondeterministic | Tom Lane | 2007-06-08 |
* | Various fixes for the SGML docs. Consistently use spaces before/after | Neil Conway | 2007-05-15 |
* | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 |
* | Consistenly use colons before '<programlisting>' blocks, where | Bruce Momjian | 2007-02-01 |
* | Update reference documentation on may/can/might: | Bruce Momjian | 2007-01-31 |
* | Marginal tweaks in the documentation for ORDER BY; in particular point | Tom Lane | 2007-01-09 |
* | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 |