@@ -12743,7 +12743,7 @@ NULL baz</literallayout>(3 rows)</entry>
1274312743 <type>double precision</type> for a floating-point argument,
1274412744 otherwise the same as the argument data type
1274512745 </entry>
12746- <entry>All types apart from floating-point types </entry>
12746+ <entry>Yes </entry>
1274712747 <entry>the average (arithmetic mean) of all input values</entry>
1274812748 </row>
1274912749
@@ -13001,7 +13001,7 @@ NULL baz</literallayout>(3 rows)</entry>
1300113001 <type>bigint</type> arguments, otherwise the same as the
1300213002 argument data type
1300313003 </entry>
13004- <entry>All types apart from floating-point types </entry>
13004+ <entry>Yes </entry>
1300513005 <entry>sum of <replaceable class="parameter">expression</replaceable> across all input values</entry>
1300613006 </row>
1300713007
@@ -13153,7 +13153,7 @@ SELECT xmlagg(x) FROM (SELECT x FROM test ORDER BY y DESC) AS tab;
1315313153 <entry>
1315413154 <type>double precision</type>
1315513155 </entry>
13156- <entry>No </entry>
13156+ <entry>Yes </entry>
1315713157 <entry>correlation coefficient</entry>
1315813158 </row>
1315913159
@@ -13174,7 +13174,7 @@ SELECT xmlagg(x) FROM (SELECT x FROM test ORDER BY y DESC) AS tab;
1317413174 <entry>
1317513175 <type>double precision</type>
1317613176 </entry>
13177- <entry>No </entry>
13177+ <entry>Yes </entry>
1317813178 <entry>population covariance</entry>
1317913179 </row>
1318013180
@@ -13195,7 +13195,7 @@ SELECT xmlagg(x) FROM (SELECT x FROM test ORDER BY y DESC) AS tab;
1319513195 <entry>
1319613196 <type>double precision</type>
1319713197 </entry>
13198- <entry>No </entry>
13198+ <entry>Yes </entry>
1319913199 <entry>sample covariance</entry>
1320013200 </row>
1320113201
@@ -13212,7 +13212,7 @@ SELECT xmlagg(x) FROM (SELECT x FROM test ORDER BY y DESC) AS tab;
1321213212 <entry>
1321313213 <type>double precision</type>
1321413214 </entry>
13215- <entry>No </entry>
13215+ <entry>Yes </entry>
1321613216 <entry>average of the independent variable
1321713217 (<literal>sum(<replaceable class="parameter">X</replaceable>)/<replaceable class="parameter">N</replaceable></literal>)</entry>
1321813218 </row>
@@ -13230,7 +13230,7 @@ SELECT xmlagg(x) FROM (SELECT x FROM test ORDER BY y DESC) AS tab;
1323013230 <entry>
1323113231 <type>double precision</type>
1323213232 </entry>
13233- <entry>No </entry>
13233+ <entry>Yes </entry>
1323413234 <entry>average of the dependent variable
1323513235 (<literal>sum(<replaceable class="parameter">Y</replaceable>)/<replaceable class="parameter">N</replaceable></literal>)</entry>
1323613236 </row>
@@ -13248,7 +13248,7 @@ SELECT xmlagg(x) FROM (SELECT x FROM test ORDER BY y DESC) AS tab;
1324813248 <entry>
1324913249 <type>bigint</type>
1325013250 </entry>
13251- <entry>No </entry>
13251+ <entry>Yes </entry>
1325213252 <entry>number of input rows in which both expressions are nonnull</entry>
1325313253 </row>
1325413254
@@ -13268,7 +13268,7 @@ SELECT xmlagg(x) FROM (SELECT x FROM test ORDER BY y DESC) AS tab;
1326813268 <entry>
1326913269 <type>double precision</type>
1327013270 </entry>
13271- <entry>No </entry>
13271+ <entry>Yes </entry>
1327213272 <entry>y-intercept of the least-squares-fit linear equation
1327313273 determined by the (<replaceable
1327413274 class="parameter">X</replaceable>, <replaceable
@@ -13288,7 +13288,7 @@ SELECT xmlagg(x) FROM (SELECT x FROM test ORDER BY y DESC) AS tab;
1328813288 <entry>
1328913289 <type>double precision</type>
1329013290 </entry>
13291- <entry>No </entry>
13291+ <entry>Yes </entry>
1329213292 <entry>square of the correlation coefficient</entry>
1329313293 </row>
1329413294
@@ -13308,7 +13308,7 @@ SELECT xmlagg(x) FROM (SELECT x FROM test ORDER BY y DESC) AS tab;
1330813308 <entry>
1330913309 <type>double precision</type>
1331013310 </entry>
13311- <entry>No </entry>
13311+ <entry>Yes </entry>
1331213312 <entry>slope of the least-squares-fit linear equation determined
1331313313 by the (<replaceable class="parameter">X</replaceable>,
1331413314 <replaceable class="parameter">Y</replaceable>) pairs</entry>
@@ -13327,7 +13327,7 @@ SELECT xmlagg(x) FROM (SELECT x FROM test ORDER BY y DESC) AS tab;
1332713327 <entry>
1332813328 <type>double precision</type>
1332913329 </entry>
13330- <entry>No </entry>
13330+ <entry>Yes </entry>
1333113331 <entry><literal>sum(<replaceable
1333213332 class="parameter">X</replaceable>^2) - sum(<replaceable
1333313333 class="parameter">X</replaceable>)^2/<replaceable
@@ -13348,7 +13348,7 @@ SELECT xmlagg(x) FROM (SELECT x FROM test ORDER BY y DESC) AS tab;
1334813348 <entry>
1334913349 <type>double precision</type>
1335013350 </entry>
13351- <entry>No </entry>
13351+ <entry>Yes </entry>
1335213352 <entry><literal>sum(<replaceable
1335313353 class="parameter">X</replaceable>*<replaceable
1335413354 class="parameter">Y</replaceable>) - sum(<replaceable
@@ -13372,7 +13372,7 @@ SELECT xmlagg(x) FROM (SELECT x FROM test ORDER BY y DESC) AS tab;
1337213372 <entry>
1337313373 <type>double precision</type>
1337413374 </entry>
13375- <entry>No </entry>
13375+ <entry>Yes </entry>
1337613376 <entry><literal>sum(<replaceable
1337713377 class="parameter">Y</replaceable>^2) - sum(<replaceable
1337813378 class="parameter">Y</replaceable>)^2/<replaceable
@@ -13399,7 +13399,7 @@ SELECT xmlagg(x) FROM (SELECT x FROM test ORDER BY y DESC) AS tab;
1339913399 <type>double precision</type> for floating-point arguments,
1340013400 otherwise <type>numeric</type>
1340113401 </entry>
13402- <entry>All types apart from floating-point types </entry>
13402+ <entry>Yes </entry>
1340313403 <entry>historical alias for <function>stddev_samp</function></entry>
1340413404 </row>
1340513405
@@ -13423,7 +13423,7 @@ SELECT xmlagg(x) FROM (SELECT x FROM test ORDER BY y DESC) AS tab;
1342313423 <type>double precision</type> for floating-point arguments,
1342413424 otherwise <type>numeric</type>
1342513425 </entry>
13426- <entry>All types apart from floating-point types </entry>
13426+ <entry>Yes </entry>
1342713427 <entry>population standard deviation of the input values</entry>
1342813428 </row>
1342913429
@@ -13447,7 +13447,7 @@ SELECT xmlagg(x) FROM (SELECT x FROM test ORDER BY y DESC) AS tab;
1344713447 <type>double precision</type> for floating-point arguments,
1344813448 otherwise <type>numeric</type>
1344913449 </entry>
13450- <entry>All types apart from floating-point types </entry>
13450+ <entry>Yes </entry>
1345113451 <entry>sample standard deviation of the input values</entry>
1345213452 </row>
1345313453
@@ -13467,7 +13467,7 @@ SELECT xmlagg(x) FROM (SELECT x FROM test ORDER BY y DESC) AS tab;
1346713467 <type>double precision</type> for floating-point arguments,
1346813468 otherwise <type>numeric</type>
1346913469 </entry>
13470- <entry>All types apart from floating-point types </entry>
13470+ <entry>Yes </entry>
1347113471 <entry>historical alias for <function>var_samp</function></entry>
1347213472 </row>
1347313473
@@ -13491,7 +13491,7 @@ SELECT xmlagg(x) FROM (SELECT x FROM test ORDER BY y DESC) AS tab;
1349113491 <type>double precision</type> for floating-point arguments,
1349213492 otherwise <type>numeric</type>
1349313493 </entry>
13494- <entry>All types apart from floating-point types </entry>
13494+ <entry>Yes </entry>
1349513495 <entry>population variance of the input values (square of the population standard deviation)</entry>
1349613496 </row>
1349713497
@@ -13515,7 +13515,7 @@ SELECT xmlagg(x) FROM (SELECT x FROM test ORDER BY y DESC) AS tab;
1351513515 <type>double precision</type> for floating-point arguments,
1351613516 otherwise <type>numeric</type>
1351713517 </entry>
13518- <entry>All types apart from floating-point types </entry>
13518+ <entry>Yes </entry>
1351913519 <entry>sample variance of the input values (square of the sample standard deviation)</entry>
1352013520 </row>
1352113521 </tbody>
0 commit comments