summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_agg.c
AgeCommit message (Expand)Author
2023-03-13Fix failure to detect some cases of improperly-nested aggregates.Tom Lane
2023-01-30Make Vars be outer-join-aware.Tom Lane
2023-01-23Allow parallel aggregate on string_agg and array_aggDavid Rowley
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-22Allow window functions to adjust their frameOptionsDavid Rowley
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-01-08Update copyright for 2022Bruce Momjian
2021-08-18Fix check_agg_arguments' examination of aggregate FILTER clauses.Tom Lane
2021-07-04Cleanup some aggregate code in the executorDavid Rowley
2021-06-21Fix assert failure in expand_grouping_setsDavid Rowley
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-03-26Extended statistics on expressionsTomas Vondra
2021-03-19Use lfirst_int in cmp_list_len_contents_ascTomas Vondra
2021-03-18Fix misuse of foreach_delete_current().Tom Lane
2021-03-18Implement GROUP BY DISTINCTTomas Vondra
2021-02-01SEARCH and CYCLE clausesPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-09-29Add for_each_from, to simplify loops starting from non-first list cells.Tom Lane
2020-05-16Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-08-12Rationalize use of list_concat + list_copy combinations.Tom Lane
2019-07-17Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane
2019-07-16Redesign the API for list sorting (list_qsort becomes list_sort).Tom Lane
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-03-30Generated columnsPeter Eisentraut
2019-01-29Refactor planner's header files.Tom Lane
2019-01-29Make some small planner API cleanups.Tom Lane
2019-01-25Allow generalized expression syntax for partition boundsPeter Eisentraut
2019-01-19Allow COPY FROM to filter data using WHERE conditionsTomas Vondra
2019-01-02Update copyright for 2019Bruce Momjian
2018-04-12Revert MERGE patchSimon Riggs
2018-04-08Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-02-10Fix oversight in CALL argument handling, and do some minor cleanup.Tom Lane
2018-02-07Support all SQL:2011 options for window frame clauses.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-30SQL proceduresPeter Eisentraut
2017-06-27Re-allow SRFs and window functions within sub-selects within aggregates.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-14Disallow set-returning functions inside CASE or COALESCE.Tom Lane
2017-01-25Remove vestigial resolveUnknown arguments from transformSortClause etc.Tom Lane
2017-01-16Fix check_srf_call_placement() to handle VALUES cases correctly.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-07Implement table partitioning.Robert Haas
2016-06-22Fix type-safety problem with parallel aggregate serial/deserialization.Tom Lane