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