summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/select.sgml
AgeCommit message (Expand)Author
2024-07-25Doc: fix misleading syntax synopses for targetlists.Tom Lane
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2023-12-08doc: FOR UPDATE / KEY / SHARE / KEY SHARE takes an table aliasBruce Momjian
2023-11-13doc: Add missing semicolon in exampleDaniel Gustafsson
2023-09-26doc: mention GROUP BY columns can reference target col numbersBruce Momjian
2023-06-23doc: Clean up title case usePeter Eisentraut
2022-09-01doc: split out the NATURAL/CROSS JOIN in SELECT syntaxBruce Momjian
2022-07-20Make subquery aliases optional in the FROM clause.Dean Rasheed
2022-04-20Remove trailing whitespace from *.sgml files.Tom Lane
2022-04-20Doc: use "an SQL" consistently rather than "a SQL"David Rowley
2021-10-01Error out if SKIP LOCKED and WITH TIES are both specifiedAlvaro Herrera
2021-03-31Allow an alias to be attached to a JOIN ... USINGPeter Eisentraut
2021-03-18Implement GROUP BY DISTINCTTomas Vondra
2021-02-27Enhanced cycle mark valuesPeter Eisentraut
2021-02-01SEARCH and CYCLE clausesPeter Eisentraut
2021-01-27Doc: improve documentation for UNNEST().Tom Lane
2020-12-01doc: Remove more notes about compatibilities with past versionsMichael Paquier
2020-10-19Misc documentation fixes.Heikki Linnakangas
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut
2020-06-07doc: Fix man page whitespace issuesPeter Eisentraut
2020-05-11Doc: fix "Unresolved ID reference" warnings, clean up man page cross-refs.Tom Lane
2020-04-14Fix collection of typos and grammar mistakes in the tree, volume 2Michael Paquier
2020-04-07Support FETCH FIRST WITH TIESAlvaro Herrera
2019-11-19Doc: clarify use of RECURSIVE in WITH.Tom Lane
2019-02-16Allow user control of CTE materialization, and change the default behavior.Tom Lane
2018-07-12Doc: update documentation for requirement of ORDER BY in GROUPS mode.Tom Lane
2018-05-21Fix SQL:2008 FETCH FIRST syntax to allow parameters.Andrew Gierth
2018-02-07Support all SQL:2011 options for window frame clauses.Tom Lane
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-20Convert SGML IDs to lower casePeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-07-20Doc: clarify description of degenerate NATURAL joins.Tom Lane
2016-09-09Correct TABLESAMPLE docsSimon Riggs
2016-08-12Correct TABLESAMPLE docsSimon Riggs
2016-07-29Documentation spell checking and markup improvementsPeter Eisentraut
2016-03-11When appropriate, postpone SELECT output expressions till after ORDER BY.Tom Lane
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-05-16Support GROUPING SETS, CUBE and ROLLUP.Andres Freund
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs
2015-04-01Fix incorrect markup in documentation of window frame clauses.Tom Lane
2014-11-14Document evaluation-order considerations for aggregate functions.Tom Lane
2014-11-13Tweak row-level locking documentationAlvaro Herrera
2014-10-07Implement SKIP LOCKED for row-level locksAlvaro Herrera
2014-09-05Clarify documentation about "peer" rows in window functionsBruce Momjian
2014-08-30doc: Various typo/grammar fixesKevin Grittner
2014-03-08docs: small adjustements to recent SELECT and pg_upgrade improvementsBruce Momjian
2014-03-08docs: improve TABLE command by showing supported clausesBruce Momjian
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2014-01-31docs: specify FOR UPDATE/SHARE incompatibilitiesBruce Momjian
2013-12-15Allow empty target list in SELECT.Tom Lane