aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/select.sgml
Commit message (Expand)AuthorAge
* Doc: fix misleading syntax synopses for targetlists.Tom Lane2024-07-25
* Add RETURNING support to MERGE.Dean Rasheed2024-03-17
* doc: FOR UPDATE / KEY / SHARE / KEY SHARE takes an table aliasBruce Momjian2023-12-07
* doc: Add missing semicolon in exampleDaniel Gustafsson2023-11-13
* doc: mention GROUP BY columns can reference target col numbersBruce Momjian2023-09-26
* doc: Clean up title case usePeter Eisentraut2023-06-23
* doc: split out the NATURAL/CROSS JOIN in SELECT syntaxBruce Momjian2022-08-31
* Make subquery aliases optional in the FROM clause.Dean Rasheed2022-07-20
* Remove trailing whitespace from *.sgml files.Tom Lane2022-04-20
* Doc: use "an SQL" consistently rather than "a SQL"David Rowley2022-04-20
* Error out if SKIP LOCKED and WITH TIES are both specifiedAlvaro Herrera2021-10-01
* Allow an alias to be attached to a JOIN ... USINGPeter Eisentraut2021-03-31
* Implement GROUP BY DISTINCTTomas Vondra2021-03-18
* Enhanced cycle mark valuesPeter Eisentraut2021-02-27
* SEARCH and CYCLE clausesPeter Eisentraut2021-02-01
* Doc: improve documentation for UNNEST().Tom Lane2021-01-27
* doc: Remove more notes about compatibilities with past versionsMichael Paquier2020-12-01
* Misc documentation fixes.Heikki Linnakangas2020-10-19
* Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut2020-10-03
* doc: Fix man page whitespace issuesPeter Eisentraut2020-06-07
* Doc: fix "Unresolved ID reference" warnings, clean up man page cross-refs.Tom Lane2020-05-11
* Fix collection of typos and grammar mistakes in the tree, volume 2Michael Paquier2020-04-14
* Support FETCH FIRST WITH TIESAlvaro Herrera2020-04-07
* Doc: clarify use of RECURSIVE in WITH.Tom Lane2019-11-19
* Allow user control of CTE materialization, and change the default behavior.Tom Lane2019-02-16
* Doc: update documentation for requirement of ORDER BY in GROUPS mode.Tom Lane2018-07-12
* Fix SQL:2008 FETCH FIRST syntax to allow parameters.Andrew Gierth2018-05-21
* Support all SQL:2011 options for window frame clauses.Tom Lane2018-02-07
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Convert SGML IDs to lower casePeter Eisentraut2017-10-20
* Don't use SGML empty tagsPeter Eisentraut2017-10-17
* Doc: clarify description of degenerate NATURAL joins.Tom Lane2017-07-20
* Correct TABLESAMPLE docsSimon Riggs2016-09-09
* Correct TABLESAMPLE docsSimon Riggs2016-08-12
* Documentation spell checking and markup improvementsPeter Eisentraut2016-07-28
* When appropriate, postpone SELECT output expressions till after ORDER BY.Tom Lane2016-03-11
* 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