aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/queries.sgml
Commit message (Expand)AuthorAge
* Add RETURNING support to MERGE.Dean Rasheed2024-03-17
* doc: update query section to show LIMIT/OFFSET like SELECTBruce Momjian2023-11-17
* doc: change "cross product" to "Cartesian product"Bruce Momjian2023-09-07
* doc: add missing "the" in LATERAL sentence.Bruce Momjian2023-06-01
* Doc: Miscellaneous doc updates for MERGE.Dean Rasheed2023-02-26
* Doc: add XML ID attributes to <sectN> and <varlistentry> tags.Tom Lane2023-01-09
* Doc: update queries.sgml for optional subquery aliases.Tom Lane2022-11-27
* doc: clarify internal behavior of RECURSIVE CTE queriesBruce Momjian2022-09-28
* doc: clarify recursion internal behaviorBruce Momjian2022-09-02
* Doc: fix example of recursive query.Tom Lane2022-08-28
* Doc: improve description of UNION/INTERSECT/EXCEPT syntax.Tom Lane2021-10-05
* Implement GROUP BY DISTINCTTomas Vondra2021-03-18
* Enhanced cycle mark valuesPeter Eisentraut2021-02-27
* SEARCH and CYCLE clausesPeter Eisentraut2021-02-01
* Hash support for row typesPeter Eisentraut2020-11-19
* doc: Mention UNION/ORDER BY etc. keywords in section headers.Heikki Linnakangas2020-11-02
* doc: Expand recursive query documentationPeter Eisentraut2020-10-13
* Adjust cycle detection examples and testsPeter Eisentraut2020-10-12
* doc: show functions returning record types and use of ROWS FROMBruce Momjian2020-10-05
* Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut2020-10-03
* Allow most keywords to be used as column labels without requiring AS.Tom Lane2020-09-18
* doc: add commas after 'i.e.' and 'e.g.'Bruce Momjian2020-08-31
* Doc: fix "Unresolved ID reference" warnings, clean up man page cross-refs.Tom Lane2020-05-11
* Allow user control of CTE materialization, and change the default behavior.Tom Lane2019-02-16
* Add RECURSIVE to documentation indexAlvaro Herrera2018-08-09
* doc: Improve indentation of SQL examplesPeter Eisentraut2018-04-04
* 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
* Use lower-case SGML attribute valuesPeter Eisentraut2017-10-10
* Doc: clarify description of degenerate NATURAL joins.Tom Lane2017-07-20
* Make UNKNOWN into an actual pseudo-type.Tom Lane2017-01-25
* Spellcheck: s/descendent/descendant/gTom Lane2016-12-23
* Remove sql_inheritance GUC.Robert Haas2016-12-23
* Doc: improve documentation about composite-value usage.Tom Lane2016-11-22
* Doc: add a section in Part II concerning RETURNING.Tom Lane2016-11-22
* Docs: clarify description of LIMIT/OFFSET behavior.Tom Lane2016-04-14
* doc: Fix commas and improve spacingPeter Eisentraut2015-11-16
* doc: Spell checkingPeter Eisentraut2015-09-10
* docs: HTML-escape '>' in '=>' using HTML entitiesBruce Momjian2015-08-05
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* Improve documentation's description of JOIN clauses.Tom Lane2014-11-19
* doc: improve USING and NATURAL JOIN descriptionsBruce Momjian2014-10-13
* doc: Various typo/grammar fixesKevin Grittner2014-08-30
* doc: Spell checkingPeter Eisentraut2014-07-16
* doc: Fix DocBook XML validityPeter Eisentraut2014-05-06
* Rename TABLE() to ROWS FROM().Noah Misch2013-12-10
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-21
* doc: Clarify description of VALUES commandPeter Eisentraut2013-06-06
* Add postgres_fdw contrib module.Tom Lane2013-02-21