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
/
include
/
catalog
/
pg_aggregate.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move catalog index declarations
Peter Eisentraut
2020-11-07
1
-0
/
+3
*
Move catalog toast table declarations
Peter Eisentraut
2020-11-07
1
-0
/
+2
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-31
/
+31
*
Implement OR REPLACE option for CREATE AGGREGATE.
Andrew Gierth
2019-03-19
1
-0
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
1
-1
/
+1
*
Improve spelling of new FINALFUNC_MODIFY aggregate attribute.
Tom Lane
2018-05-21
1
-1
/
+1
*
Improve consistency of comments in system catalog headers.
Tom Lane
2018-04-19
1
-1
/
+1
*
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-08
1
-0
/
+36
*
Replace our traditional initial-catalog-data format with a better design.
Tom Lane
2018-04-08
1
-265
/
+71
*
Remove some unnecessary quote marks from catalog DATA lines.
Tom Lane
2018-04-06
1
-3
/
+3
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Allow the built-in ordered-set aggregates to share transition state.
Tom Lane
2017-10-16
1
-7
/
+7
*
Explicitly track whether aggregate final functions modify transition state.
Tom Lane
2017-10-14
1
-182
/
+164
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Fix type-safety problem with parallel aggregate serial/deserialization.
Tom Lane
2016-06-22
1
-150
/
+146
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-21
/
+21
*
Add combine functions for various floating-point aggregates.
Robert Haas
2016-04-08
1
-26
/
+26
*
Fix parallel-safety code for parallel aggregation.
Robert Haas
2016-04-05
1
-1
/
+2
*
Add parallel query support functions for assorted aggregates.
Robert Haas
2016-04-05
1
-54
/
+54
*
Allow aggregate transition states to be serialized and deserialized.
Robert Haas
2016-03-29
1
-151
/
+163
*
Support multi-stage aggregation.
Robert Haas
2016-01-20
1
-151
/
+155
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-15
/
+15
*
Use 128-bit math to accelerate some aggregation functions.
Andres Freund
2015-03-20
1
-51
/
+51
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
1
-1
/
+2
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Add several generator functions for jsonb that exist for json.
Andrew Dunstan
2014-12-12
1
-0
/
+4
*
Support arrays as input to array_agg() and ARRAY(SELECT ...).
Tom Lane
2014-11-25
1
-0
/
+1
*
Add min and max aggregates for inet/cidr data types.
Tom Lane
2014-08-28
1
-0
/
+2
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-1
/
+1
*
Allow polymorphic aggregates to have non-polymorphic state data types.
Tom Lane
2014-04-23
1
-141
/
+149
*
Provide moving-aggregate support for boolean aggregates.
Tom Lane
2014-04-13
1
-3
/
+3
*
Provide moving-aggregate support for a bunch of numerical aggregates.
Tom Lane
2014-04-12
1
-133
/
+133
*
Create infrastructure for moving-aggregate optimization.
Tom Lane
2014-04-12
1
-139
/
+163
*
New json functions.
Andrew Dunstan
2014-01-28
1
-0
/
+1
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-23
1
-129
/
+167
*
Improve performance of numeric sum(), avg(), stddev(), variance(), etc.
Tom Lane
2013-11-16
1
-28
/
+28
*
Allow aggregates to provide estimates of their transition state data size.
Tom Lane
2013-11-16
1
-123
/
+127
*
Allow aggregate functions to be VARIADIC.
Tom Lane
2013-09-03
1
-1
/
+5
*
JSON generation improvements.
Andrew Dunstan
2013-03-10
1
-0
/
+3
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Add function prototype from previous commit.
Simon Riggs
2012-12-24
1
-1
/
+1
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-0
/
+1
*
Rename bytea_agg to string_agg and add delimiter argument
Peter Eisentraut
2012-04-13
1
-1
/
+1
*
Support min/max index optimizations on boolean columns.
Tom Lane
2012-02-08
1
-3
/
+3
*
Hide most variable-length fields from Form_pg_* structs
Peter Eisentraut
2012-01-27
1
-1
/
+3
[next]