index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
arrays.out
Age
Commit message (
Expand
)
Author
2025-09-16
Provide more-specific error details/hints for function lookup failures.
Tom Lane
2025-04-01
Introduce a SQL-callable function array_sort(anyarray).
Tom Lane
2025-03-13
Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input.
Tom Lane
2024-11-01
Add SQL function array_reverse()
Michael Paquier
2024-07-24
Detect integer overflow in array_set_slice().
Nathan Bossart
2023-11-13
Improve readability and error detection of array_in().
Tom Lane
2023-11-06
Detect integer overflow while computing new array dimensions.
Tom Lane
2023-04-07
Add array_sample() and array_shuffle() functions.
Tom Lane
2023-03-13
Remove incidental md5() function uses from main regression tests
Peter Eisentraut
2023-02-27
Rework pg_input_error_message(), now renamed pg_input_error_info()
Michael Paquier
2022-12-09
Convert a few datatype input functions to use "soft" error reporting.
Tom Lane
2022-07-31
Fix trim_array() for zero-dimensional array argument.
Tom Lane
2022-02-08
Rearrange core regression tests to reduce cross-script dependencies.
Tom Lane
2022-01-29
Fix failure to validate the result of select_common_type().
Tom Lane
2021-03-03
Add trim_array() function.
Tom Lane
2020-12-11
Provide an error cursor for "can't subscript" error messages.
Tom Lane
2020-12-09
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-07
Add a couple of regression test cases related to array subscripting.
Tom Lane
2020-11-19
Remove undocumented IS [NOT] OF syntax.
Tom Lane
2020-11-04
Declare assorted array functions using anycompatible not anyelement.
Tom Lane
2020-09-02
Add string_to_table() function.
Tom Lane
2017-03-11
Improve expression evaluation test coverage.
Andres Freund
2017-01-05
Fix handling of empty arrays in array_fill().
Tom Lane
2016-12-09
Fix crasher bug in array_position(s)
Alvaro Herrera
2015-12-23
Allow omitting one or both boundaries in an array slice specifier.
Tom Lane
2015-12-18
Revert 9246af6799819847faa33baf441251003acbb8fe because
Teodor Sigaev
2015-12-18
Allow to omit boundaries in array subscript
Teodor Sigaev
2015-07-24
Fix bug around assignment expressions containing indirections.
Andres Freund
2015-03-30
Change array_offset to return subscripts, not offsets
Alvaro Herrera
2015-03-18
array_offset() and array_offsets()
Alvaro Herrera
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
2014-09-09
Add width_bucket(anyelement, anyarray).
Tom Lane
2014-05-01
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-02-01
arrays: tighten checks for multi-dimensional input
Bruce Momjian
2014-01-21
Add a cardinality function for arrays.
Robert Haas
2013-12-11
Tweak placement of explicit ANALYZE commands in the regression tests.
Tom Lane
2013-06-01
Don't emit non-canonical empty arrays in array_remove().
Noah Misch
2013-05-12
Fix handling of strict non-set functions with NULLs in set-valued inputs.
Tom Lane
2012-07-11
Add array_remove() and array_replace() functions.
Tom Lane
2012-07-05
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
2012-03-04
Collect and use element-frequency statistics for arrays.
Tom Lane
2011-05-20
Message style improvements
Peter Eisentraut
2011-01-08
Fix GIN to support null keys, empty and null items, and full index scans.
Tom Lane
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-08-10
Add three-parameter forms of array_to_string and string_to_array, to allow
Tom Lane
2010-02-18
Fix ExecEvalArrayRef to pass down the old value of the array element or slice
Tom Lane
2009-08-01
Improve unique-constraint-violation error messages to include the exact
Tom Lane
2009-04-16
Fix the regression test error message for array_fill, too.
Alvaro Herrera
2009-04-09
Remove SQL-compatibility function cardinality(). It is not exactly clear
Tom Lane
[next]