Age | Commit message (Expand) | Author |
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-03 | Add missing newlines at the end of two SQL files | Michael Paquier |
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-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-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-03-04 | Collect and use element-frequency statistics for arrays. | Tom Lane |
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-04-09 | Remove SQL-compatibility function cardinality(). It is not exactly clear | Tom Lane |
2008-11-29 | Fix recently-added array_agg tests to ensure they produce stable results | Tom Lane |
2008-11-14 | Implement the basic form of UNNEST, ie unnest(anyarray) returns setof | Tom Lane |
2008-11-13 | array_agg aggregate function, as per SQL:2008, but without ORDER BY clause | Peter Eisentraut |
2008-11-12 | array_length() function, and for SQL compatibility also cardinality() | Peter Eisentraut |
2008-11-05 | A few additional test cases for array functionality | Peter Eisentraut |
2008-11-04 | ADD array_ndims function | Peter Eisentraut |