index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
/
parse_agg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix failure to detect some cases of improperly-nested aggregates.
Tom Lane
2023-03-13
1
-2
/
+1
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
1
-4
/
+4
*
Allow parallel aggregate on string_agg and array_agg
David Rowley
2023-01-23
1
-1
/
+36
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Allow window functions to adjust their frameOptions
David Rowley
2022-12-23
1
-0
/
+4
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
1
-0
/
+10
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Fix check_agg_arguments' examination of aggregate FILTER clauses.
Tom Lane
2021-08-18
1
-10
/
+3
*
Cleanup some aggregate code in the executor
David Rowley
2021-07-04
1
-29
/
+5
*
Fix assert failure in expand_grouping_sets
David Rowley
2021-06-21
1
-1
/
+1
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
1
-7
/
+8
*
Extended statistics on expressions
Tomas Vondra
2021-03-27
1
-0
/
+10
*
Use lfirst_int in cmp_list_len_contents_asc
Tomas Vondra
2021-03-20
1
-2
/
+2
*
Fix misuse of foreach_delete_current().
Tom Lane
2021-03-18
1
-2
/
+2
*
Implement GROUP BY DISTINCT
Tomas Vondra
2021-03-18
1
-4
/
+54
*
SEARCH and CYCLE clauses
Peter Eisentraut
2021-02-01
1
-0
/
+7
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Add for_each_from, to simplify loops starting from non-first list cells.
Tom Lane
2020-09-28
1
-2
/
+2
*
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
1
-2
/
+2
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-12
1
-8
/
+4
*
Avoid using lcons and list_delete_first where it's easy to do so.
Tom Lane
2019-07-17
1
-1
/
+1
*
Redesign the API for list sorting (list_qsort becomes list_sort).
Tom Lane
2019-07-16
1
-24
/
+6
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
1
-1
/
+1
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
1
-2
/
+2
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-12
/
+12
*
Generated columns
Peter Eisentraut
2019-03-30
1
-0
/
+11
*
Refactor planner's header files.
Tom Lane
2019-01-29
1
-2
/
+1
*
Make some small planner API cleanups.
Tom Lane
2019-01-29
1
-23
/
+13
*
Allow generalized expression syntax for partition bounds
Peter Eisentraut
2019-01-25
1
-0
/
+10
*
Allow COPY FROM to filter data using WHERE conditions
Tomas Vondra
2019-01-20
1
-0
/
+11
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Revert MERGE patch
Simon Riggs
2018-04-12
1
-10
/
+0
*
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-08
1
-1
/
+1
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
1
-0
/
+10
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
1
-10
/
+0
*
Modified files for MERGE
Simon Riggs
2018-04-02
1
-0
/
+10
*
Fix oversight in CALL argument handling, and do some minor cleanup.
Tom Lane
2018-02-10
1
-5
/
+5
*
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-07
1
-0
/
+8
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
SQL procedures
Peter Eisentraut
2017-11-30
1
-0
/
+11
*
Re-allow SRFs and window functions within sub-selects within aggregates.
Tom Lane
2017-06-27
1
-15
/
+22
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-8
/
+8
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Disallow set-returning functions inside CASE or COALESCE.
Tom Lane
2017-06-13
1
-0
/
+8
*
Remove vestigial resolveUnknown arguments from transformSortClause etc.
Tom Lane
2017-01-25
1
-3
/
+1
*
Fix check_srf_call_placement() to handle VALUES cases correctly.
Tom Lane
2017-01-16
1
-0
/
+2
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Implement table partitioning.
Robert Haas
2016-12-07
1
-0
/
+10
*
Fix type-safety problem with parallel aggregate serial/deserialization.
Tom Lane
2016-06-22
1
-72
/
+64
[next]