index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
catalog
/
pg_aggregate.c
Commit message (
Expand
)
Author
Age
*
Fix misleading error message about inconsistent moving-aggregate types.
Tom Lane
2020-09-06
*
Refactor our checks for valid function and aggregate signatures.
Tom Lane
2020-03-17
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Message style fixes
Peter Eisentraut
2019-09-23
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Implement OR REPLACE option for CREATE AGGREGATE.
Andrew Gierth
2019-03-19
*
Create the infrastructure for planner support functions.
Tom Lane
2019-02-09
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Fix type checking for support functions of parallel VARIADIC aggregates.
Tom Lane
2018-05-15
*
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-08
*
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-03-02
*
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Explicitly track whether aggregate final functions modify transition state.
Tom Lane
2017-10-14
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Fix improper quoting of format_type_be() output.
Tom Lane
2017-05-29
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix type-safety problem with parallel aggregate serial/deserialization.
Tom Lane
2016-06-22
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Fix parallel-safety code for parallel aggregation.
Robert Haas
2016-04-05
*
Allow aggregate transition states to be serialized and deserialized.
Robert Haas
2016-03-29
*
Support multi-stage aggregation.
Robert Haas
2016-01-20
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-09-16
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Add transforms feature
Peter Eisentraut
2015-04-26
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Allow polymorphic aggregates to have non-polymorphic state data types.
Tom Lane
2014-04-23
*
Create infrastructure for moving-aggregate optimization.
Tom Lane
2014-04-12
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-23
*
Allow aggregates to provide estimates of their transition state data size.
Tom Lane
2013-11-16
*
Allow aggregate functions to be VARIADIC.
Tom Lane
2013-09-03
*
Move checking an explicit VARIADIC "any" argument into the parser.
Andrew Dunstan
2013-07-18
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-12-23
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Improve reporting of permission errors for array types
Peter Eisentraut
2012-06-15
*
Force PL and range-type support functions to be owned by a superuser.
Tom Lane
2012-05-30
*
Allow LEAKPROOF functions for better performance of security views.
Robert Haas
2012-02-13
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
[next]