aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/array_userfuncs.c
Commit message (Expand)AuthorAge
* Introduce a SQL-callable function array_sort(anyarray).Tom Lane2025-04-01
* Allow extension functions to participate in in-place updates.Tom Lane2025-02-11
* Update copyright for 2025Bruce Momjian2025-01-01
* Remove useless casts to (void *)Peter Eisentraut2024-11-28
* Add SQL function array_reverse()Michael Paquier2024-11-01
* Make the order of the header file includes consistentPeter Eisentraut2024-03-13
* Update copyright for 2024Bruce Momjian2024-01-03
* Optimize various aggregate deserialization functions, take 2David Rowley2023-10-27
* Introduce the concept of read-only StringInfosDavid Rowley2023-10-26
* Revert "Optimize various aggregate deserialization functions"David Rowley2023-10-10
* Optimize various aggregate deserialization functionsDavid Rowley2023-10-09
* In array_position()/array_positions(), beware of empty input array.Tom Lane2023-05-04
* Fix various typosDavid Rowley2023-04-18
* Add array_sample() and array_shuffle() functions.Tom Lane2023-04-07
* Change argument type of pq_sendbytes from char * to void *Peter Eisentraut2023-02-14
* Allow parallel aggregate on string_agg and array_aggDavid Rowley2023-01-23
* Update copyright for 2023Bruce Momjian2023-01-02
* Update copyright for 2022Bruce Momjian2022-01-07
* Prevent integer overflows in array subscripting calculations.Tom Lane2021-05-10
* Update copyright for 2021Bruce Momjian2021-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Use new overflow aware integer operations.Andres Freund2017-12-12
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Remove create_singleton_array(), hard-coding the case in its sole caller.Tom Lane2017-05-02
* Improve function header comment for create_singleton_array().Tom Lane2017-05-01
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix crasher bug in array_position(s)Alvaro Herrera2016-12-09
* Improve speed of aggregates that use array_append as transition function.Tom Lane2016-10-30
* Update copyright for 2016Bruce Momjian2016-01-02
* Message improvementsPeter Eisentraut2015-11-16
* pgindent run for 9.5Bruce Momjian2015-05-23
* Support "expanded" objects, particularly arrays, for better performance.Tom Lane2015-05-14
* Remove duplicated words in comments.Heikki Linnakangas2015-04-12
* Change array_offset to return subscripts, not offsetsAlvaro Herrera2015-03-30
* array_offset() and array_offsets()Alvaro Herrera2015-03-18
* Fix over-optimistic caching in fetch_array_arg_replace_nulls().Tom Lane2015-02-25
* In array_agg(), don't create a new context for every group.Jeff Davis2015-02-21
* Remove unused variable.Tom Lane2015-02-20
* Split array_push into separate array_append and array_prepend functions.Tom Lane2015-02-18
* Update copyright for 2015Bruce Momjian2015-01-06
* Support arrays as input to array_agg() and ARRAY(SELECT ...).Tom Lane2014-11-25
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Fix array- and path-creating functions to ensure padding bytes are zeroes.Tom Lane2011-04-27
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20