index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
arrayfuncs.c
Age
Commit message (
Expand
)
Author
2021-09-15
Fix hash_array
Peter Eisentraut
2021-09-08
Disable anonymous record hash support except in special cases
Peter Eisentraut
2021-05-10
Prevent integer overflows in array subscripting calculations.
Tom Lane
2021-03-03
Add trim_array() function.
Tom Lane
2021-01-04
Rethink the "read/write parameter" mechanism in pl/pgsql.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-09
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-11-04
Enable hash partitioning of text arrays
Peter Eisentraut
2020-07-21
Weaken type-OID-matching checks in array_recv and record_recv.
Tom Lane
2020-04-21
Fix minor violations of FunctionCallInvoke usage protocol.
Tom Lane
2020-04-08
Modify additional power 2 calculations to use new helper functions
David Rowley
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-08-19
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-07-29
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2019-06-30
Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.
Noah Misch
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-03-22
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-11
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-02-09
Build out the planner support function infrastructure.
Tom Lane
2019-01-26
Change function call information to be variable length.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-09-24
Fix over-allocation of space for array_out()'s result string.
Tom Lane
2018-07-11
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-10-11
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-09-30
Support arrays over domains.
Tom Lane
2017-09-25
Make construct_[md_]array return a valid empty array for zero-size input.
Tom Lane
2017-09-18
Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.
Tom Lane
2017-09-01
Fix assorted carelessness about Datum vs. int64 vs. uint64
Robert Haas
2017-08-31
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-06-21
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-01-05
Fix handling of empty arrays in array_fill().
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-22
Remove unnecessary escaping in C character literals
Peter Eisentraut
2015-12-22
Allow omitting one or both boundaries in an array slice specifier.
Tom Lane
2015-08-05
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-05-22
Fix recently-introduced crash in array_contain_compare().
Tom Lane
2015-05-14
Support "expanded" objects, particularly arrays, for better performance.
Tom Lane
2015-03-18
array_offset() and array_offsets()
Alvaro Herrera
2015-02-21
In array_agg(), don't create a new context for every group.
Jeff Davis
2015-02-16
Rationalize the APIs of array element/slice access functions.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-02
Improve error messages for malformed array input strings.
Tom Lane
2014-11-25
Support arrays as input to array_agg() and ARRAY(SELECT ...).
Tom Lane
[next]