index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
/
parse_agg.c
Commit message (
Expand
)
Author
Age
*
Use new overflow-safe integer comparison functions.
Nathan Bossart
2024-02-16
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Compute aggregate argument types correctly in transformAggregateCall().
Tom Lane
2023-11-06
*
Fix failure to detect some cases of improperly-nested aggregates.
Tom Lane
2023-03-13
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
*
Allow parallel aggregate on string_agg and array_agg
David Rowley
2023-01-23
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Allow window functions to adjust their frameOptions
David Rowley
2022-12-23
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix check_agg_arguments' examination of aggregate FILTER clauses.
Tom Lane
2021-08-18
*
Cleanup some aggregate code in the executor
David Rowley
2021-07-04
*
Fix assert failure in expand_grouping_sets
David Rowley
2021-06-21
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Extended statistics on expressions
Tomas Vondra
2021-03-27
*
Use lfirst_int in cmp_list_len_contents_asc
Tomas Vondra
2021-03-20
*
Fix misuse of foreach_delete_current().
Tom Lane
2021-03-18
*
Implement GROUP BY DISTINCT
Tomas Vondra
2021-03-18
*
SEARCH and CYCLE clauses
Peter Eisentraut
2021-02-01
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Add for_each_from, to simplify loops starting from non-first list cells.
Tom Lane
2020-09-28
*
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-12
*
Avoid using lcons and list_delete_first where it's easy to do so.
Tom Lane
2019-07-17
*
Redesign the API for list sorting (list_qsort becomes list_sort).
Tom Lane
2019-07-16
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Generated columns
Peter Eisentraut
2019-03-30
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Make some small planner API cleanups.
Tom Lane
2019-01-29
*
Allow generalized expression syntax for partition bounds
Peter Eisentraut
2019-01-25
*
Allow COPY FROM to filter data using WHERE conditions
Tomas Vondra
2019-01-20
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-08
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
Fix oversight in CALL argument handling, and do some minor cleanup.
Tom Lane
2018-02-10
*
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-07
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
SQL procedures
Peter Eisentraut
2017-11-30
*
Re-allow SRFs and window functions within sub-selects within aggregates.
Tom Lane
2017-06-27
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Disallow set-returning functions inside CASE or COALESCE.
Tom Lane
2017-06-13
*
Remove vestigial resolveUnknown arguments from transformSortClause etc.
Tom Lane
2017-01-25
*
Fix check_srf_call_placement() to handle VALUES cases correctly.
Tom Lane
2017-01-16
[next]