index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
ref
/
select.sgml
Commit message (
Expand
)
Author
Age
*
Doc: clarify description of degenerate NATURAL joins.
Tom Lane
2017-07-20
*
Correct TABLESAMPLE docs
Simon Riggs
2016-08-12
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
*
Fix incorrect markup in documentation of window frame clauses.
Tom Lane
2015-03-31
*
Document evaluation-order considerations for aggregate functions.
Tom Lane
2014-11-14
*
Tweak row-level locking documentation
Alvaro Herrera
2014-11-13
*
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-10-07
*
Clarify documentation about "peer" rows in window functions
Bruce Momjian
2014-09-05
*
doc: Various typo/grammar fixes
Kevin Grittner
2014-08-30
*
docs: small adjustements to recent SELECT and pg_upgrade improvements
Bruce Momjian
2014-03-08
*
docs: improve TABLE command by showing supported clauses
Bruce Momjian
2014-03-07
*
doc: Improve DocBook XML validity
Peter Eisentraut
2014-02-23
*
docs: specify FOR UPDATE/SHARE incompatibilities
Bruce Momjian
2014-01-31
*
Allow empty target list in SELECT.
Tom Lane
2013-12-14
*
Rename TABLE() to ROWS FROM().
Noah Misch
2013-12-10
*
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-21
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
*
Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)
Greg Stark
2013-07-29
*
Implement the FILTER clause for aggregate function calls.
Noah Misch
2013-07-16
*
Minor docs wordsmithing.
Tom Lane
2013-06-07
*
Another man page whitespace fix
Peter Eisentraut
2013-06-01
*
Fix whitespace issues in the man pages
Peter Eisentraut
2013-06-01
*
Fix orthotypographical mistake
Alvaro Herrera
2013-03-12
*
Make LATERAL implicit for functions in FROM.
Tom Lane
2013-01-26
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Provide adequate documentation of the "table_name *" notation.
Tom Lane
2012-09-17
*
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-08-07
*
Document that VALUES can be used in WITH
Peter Eisentraut
2012-04-14
*
Update statement about sorting of character-string data.
Tom Lane
2012-01-28
*
Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syntax.
Tom Lane
2011-12-01
*
Clarify that ORDER BY/FOR UPDATE can't malfunction at higher iso levels.
Robert Haas
2011-10-28
*
Improve generated column names for cases involving sub-SELECTs.
Tom Lane
2011-10-01
*
Fix a whitespace issue with the man pages
Peter Eisentraut
2011-08-07
*
Improve doc wording for SQL syntax of LIMIT/OFFSET.
Bruce Momjian
2011-04-21
*
Add documentation for data-modifying statements in WITH clauses.
Tom Lane
2011-02-28
*
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-08
*
Document the DISTINCT noise word in the UNION/INTERSECT/EXCEPT constructs.
Tom Lane
2010-10-15
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Recognize functional dependency on primary keys. This allows a table's
Tom Lane
2010-08-07
*
Clarify SELECT FOR UPDATE behavior in docs.
Bruce Momjian
2010-06-15
*
Remove unnecessary xref endterm attributes and title ids
Peter Eisentraut
2010-04-03
*
Extend the set of frame options supported for window functions.
Tom Lane
2010-02-12
*
When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan node
Tom Lane
2009-10-28
*
Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries;
Tom Lane
2009-10-27
*
Remove add_missing_from GUC and associated parser support for "implicit RTEs".
Tom Lane
2009-10-21
*
Easier to translate psql help
Peter Eisentraut
2009-09-18
*
Modify the definition of window-function PARTITION BY and ORDER BY clauses
Tom Lane
2009-08-27
*
Allow mixing of traditional and SQL:2008 LIMIT/OFFSET syntax. Being rigid
Tom Lane
2009-08-18
[next]