aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/select.sgml
Commit message (Expand)AuthorAge
* Make LATERAL implicit for functions in FROM.Tom Lane2013-01-26
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Provide adequate documentation of the "table_name *" notation.Tom Lane2012-09-17
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-07
* Document that VALUES can be used in WITHPeter Eisentraut2012-04-14
* Update statement about sorting of character-string data.Tom Lane2012-01-28
* Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syntax.Tom Lane2011-12-01
* Clarify that ORDER BY/FOR UPDATE can't malfunction at higher iso levels.Robert Haas2011-10-28
* Improve generated column names for cases involving sub-SELECTs.Tom Lane2011-10-01
* Fix a whitespace issue with the man pagesPeter Eisentraut2011-08-07
* Improve doc wording for SQL syntax of LIMIT/OFFSET.Bruce Momjian2011-04-21
* Add documentation for data-modifying statements in WITH clauses.Tom Lane2011-02-28
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Document the DISTINCT noise word in the UNION/INTERSECT/EXCEPT constructs.Tom Lane2010-10-15
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Recognize functional dependency on primary keys. This allows a table'sTom Lane2010-08-07
* Clarify SELECT FOR UPDATE behavior in docs.Bruce Momjian2010-06-15
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Extend the set of frame options supported for window functions.Tom Lane2010-02-12
* When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan nodeTom Lane2009-10-28
* Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries;Tom Lane2009-10-27
* Remove add_missing_from GUC and associated parser support for "implicit RTEs".Tom Lane2009-10-21
* Easier to translate psql helpPeter Eisentraut2009-09-18
* Modify the definition of window-function PARTITION BY and ORDER BY clausesTom Lane2009-08-27
* Allow mixing of traditional and SQL:2008 LIMIT/OFFSET syntax. Being rigidTom Lane2009-08-18
* Fix unintelligible description created by removing only part ofTom Lane2009-05-03
* Remove mention of pre-7.1 inheritance behavior from /ref pages; keepBruce Momjian2009-04-15
* Document the longstanding behavior of LIMIT NULL and OFFSET NULL,Tom Lane2009-02-02
* Document that SELECT ... ORDER BY .. FOR UPDATE/SHARE might returnBruce Momjian2009-01-23
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Add some minimal documentation that the SQL standard requires parenthesesPeter Eisentraut2009-01-12
* Throw error if a <window definition> references a window that already has aTom Lane2008-12-31
* Add some basic support for window frame clauses to the window-functionsTom Lane2008-12-31
* Fix thinko in documentation of default window frame behavior,Tom Lane2008-12-29
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Add braces to clarify syntax synopsisPeter Eisentraut2008-12-01
* Use relation_expr for TABLE command, requested by Tom.Peter Eisentraut2008-11-21
* TABLE commandPeter Eisentraut2008-11-20
* Add WITH as a refname to the SELECT reference page.Peter Eisentraut2008-11-19
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-14
* SQL:2008 alternative syntax for LIMIT/OFFSET:Peter Eisentraut2008-10-22
* Extend CTE patch to support recursive UNION (ie, without ALL). TheTom Lane2008-10-07
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04
* Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas2008-09-23
* Allow AS to be omitted when specifying an output column name in SELECTTom Lane2008-02-15
* spell checker runPeter Eisentraut2007-11-28
* Add note that LIMIT without ORDER BY can produce outright nondeterministicTom Lane2007-06-08
* Various fixes for the SGML docs. Consistently use spaces before/afterNeil Conway2007-05-15
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian2007-02-01