aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/arrayfuncs.c
Commit message (Expand)AuthorAge
* Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input.Tom Lane2025-03-13
* Update copyright for 2025Bruce Momjian2025-01-01
* Remove useless casts to (void *)Peter Eisentraut2024-11-28
* Add contrib/pg_logicalinspect.Masahiko Sawada2024-10-14
* Use construct_array_builtin for FLOAT8OID instead of construct_array.Masahiko Sawada2024-10-14
* Detect integer overflow in array_set_slice().Nathan Bossart2024-07-23
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Teach estimate_array_length() to use statistics where available.Tom Lane2024-01-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Improve the implementation of information_schema._pg_expandarray().Tom Lane2023-12-27
* Don't specify number of dimensions in cases where we don't know it.Tom Lane2023-11-17
* Improve readability and error detection of array_in().Tom Lane2023-11-13
* Detect integer overflow while computing new array dimensions.Tom Lane2023-11-06
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Introduce the concept of read-only StringInfosDavid Rowley2023-10-26
* Improve error message for MaxAllocSize overrun in accumArrayResult.Tom Lane2023-07-14
* Handle \v as a whitespace character in parsersMichael Paquier2023-07-06
* Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov2023-05-17
* Fix oversights in array manipulation.Tom Lane2023-03-26
* Allow parallel aggregate on string_agg and array_aggDavid Rowley2023-01-23
* Update copyright for 2023Bruce Momjian2023-01-02
* Convert a few datatype input functions to use "soft" error reporting.Tom Lane2022-12-09
* Add USER SET parameter values for pg_db_role_settingAlexander Korotkov2022-12-09
* Fix trim_array() for zero-dimensional array argument.Tom Lane2022-07-31
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-16
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-01
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix hash_arrayPeter Eisentraut2021-09-15
* Disable anonymous record hash support except in special casesPeter Eisentraut2021-09-08
* Prevent integer overflows in array subscripting calculations.Tom Lane2021-05-10
* Add trim_array() function.Tom Lane2021-03-03
* Rethink the "read/write parameter" mechanism in pl/pgsql.Tom Lane2021-01-04
* Update copyright for 2021Bruce Momjian2021-01-02
* Support subscripting of arbitrary types, not only arrays.Tom Lane2020-12-09
* Enable hash partitioning of text arraysPeter Eisentraut2020-11-04
* Weaken type-OID-matching checks in array_recv and record_recv.Tom Lane2020-07-21
* Fix minor violations of FunctionCallInvoke usage protocol.Tom Lane2020-04-21
* Modify additional power 2 calculations to use new helper functionsDavid Rowley2020-04-08
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.Noah Misch2019-06-30
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-11
* Build out the planner support function infrastructure.Tom Lane2019-02-09
* Change function call information to be variable length.Andres Freund2019-01-26
* Update copyright for 2019Bruce Momjian2019-01-02