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
/
backend
/
utils
/
adt
/
arrayfuncs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Add USER SET parameter values for pg_db_role_setting"
Alexander Korotkov
2023-05-17
1
-1
/
+0
*
Fix oversights in array manipulation.
Tom Lane
2023-03-26
1
-4
/
+2
*
Allow parallel aggregate on string_agg and array_agg
David Rowley
2023-01-23
1
-1
/
+19
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Convert a few datatype input functions to use "soft" error reporting.
Tom Lane
2022-12-09
1
-50
/
+75
*
Add USER SET parameter values for pg_db_role_setting
Alexander Korotkov
2022-12-09
1
-0
/
+1
*
Fix trim_array() for zero-dimensional array argument.
Tom Lane
2022-07-31
1
-3
/
+6
*
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-16
1
-2
/
+1
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
1
-3
/
+158
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
1
-1
/
+2
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Fix hash_array
Peter Eisentraut
2021-09-15
1
-2
/
+3
*
Disable anonymous record hash support except in special cases
Peter Eisentraut
2021-09-08
1
-1
/
+35
*
Prevent integer overflows in array subscripting calculations.
Tom Lane
2021-05-10
1
-16
/
+24
*
Add trim_array() function.
Tom Lane
2021-03-03
1
-0
/
+43
*
Rethink the "read/write parameter" mechanism in pl/pgsql.
Tom Lane
2021-01-04
1
-2
/
+5
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-09
1
-2
/
+4
*
Enable hash partitioning of text arrays
Peter Eisentraut
2020-11-04
1
-1
/
+1
*
Weaken type-OID-matching checks in array_recv and record_recv.
Tom Lane
2020-07-21
1
-4
/
+25
*
Fix minor violations of FunctionCallInvoke usage protocol.
Tom Lane
2020-04-21
1
-9
/
+19
*
Modify additional power 2 calculations to use new helper functions
David Rowley
2020-04-08
1
-6
/
+3
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-19
1
-1
/
+1
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
1
-1
/
+1
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
1
-1
/
+1
*
Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.
Noah Misch
2019-06-30
1
-1
/
+1
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-54
/
+54
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
1
-1
/
+1
*
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-11
1
-1
/
+0
*
Build out the planner support function infrastructure.
Tom Lane
2019-02-09
1
-0
/
+34
*
Change function call information to be variable length.
Andres Freund
2019-01-26
1
-62
/
+60
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Fix over-allocation of space for array_out()'s result string.
Tom Lane
2018-09-24
1
-10
/
+22
*
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-07-11
1
-3
/
+0
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
1
-3
/
+3
*
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-10-11
1
-7
/
+7
*
Support arrays over domains.
Tom Lane
2017-09-30
1
-57
/
+28
*
Make construct_[md_]array return a valid empty array for zero-size input.
Tom Lane
2017-09-25
1
-4
/
+6
*
Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.
Tom Lane
2017-09-18
1
-23
/
+23
*
Fix assorted carelessness about Datum vs. int64 vs. uint64
Robert Haas
2017-09-01
1
-1
/
+1
*
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-31
1
-0
/
+79
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-58
/
+58
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-15
/
+13
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
1
-1
/
+1
*
Fix handling of empty arrays in array_fill().
Tom Lane
2017-01-05
1
-19
/
+7
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
1
-6
/
+2
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
[next]