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