aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/select.sgml
Commit message (Expand)AuthorAge
* Doc: clarify description of degenerate NATURAL joins.Tom Lane2017-07-20
* Correct TABLESAMPLE docsSimon Riggs2016-08-12
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Fix incorrect markup in documentation of window frame clauses.Tom Lane2015-03-31
* Document evaluation-order considerations for aggregate functions.Tom Lane2014-11-14
* Tweak row-level locking documentationAlvaro Herrera2014-11-13
* Implement SKIP LOCKED for row-level locksAlvaro Herrera2014-10-07
* Clarify documentation about "peer" rows in window functionsBruce Momjian2014-09-05
* doc: Various typo/grammar fixesKevin Grittner2014-08-30
* docs: small adjustements to recent SELECT and pg_upgrade improvementsBruce Momjian2014-03-08
* docs: improve TABLE command by showing supported clausesBruce Momjian2014-03-07
* doc: Improve DocBook XML validityPeter Eisentraut2014-02-23
* docs: specify FOR UPDATE/SHARE incompatibilitiesBruce Momjian2014-01-31
* Allow empty target list in SELECT.Tom Lane2013-12-14
* Rename TABLE() to ROWS FROM().Noah Misch2013-12-10
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-21
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-10
* Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)Greg Stark2013-07-29
* Implement the FILTER clause for aggregate function calls.Noah Misch2013-07-16
* Minor docs wordsmithing.Tom Lane2013-06-07
* Another man page whitespace fixPeter Eisentraut2013-06-01
* Fix whitespace issues in the man pagesPeter Eisentraut2013-06-01
* Fix orthotypographical mistakeAlvaro Herrera2013-03-12
* 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