aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varlena.c
Commit message (Expand)AuthorAge
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Fix an assortment of typosDavid Rowley2024-05-04
* C comment: mention no doc for negative start of substring(text)Bruce Momjian2024-03-26
* Add pg_column_toast_chunk_id().Nathan Bossart2024-03-14
* Update copyright for 2024Bruce Momjian2024-01-03
* Additional unicode primitive functions.Jeff Davis2023-11-01
* Optimize various aggregate deserialization functions, take 2David Rowley2023-10-27
* Revert "Optimize various aggregate deserialization functions"David Rowley2023-10-10
* Optimize various aggregate deserialization functionsDavid Rowley2023-10-09
* Add to_bin() and to_oct().Nathan Bossart2023-08-23
* Change "..." to cstring in old input/output function comments.Heikki Linnakangas2023-06-26
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Redesign interrupt/cancel API for regex engine.Thomas Munro2023-04-08
* Fix abbreviated keys bug introduced in d87d548cd03.Jeff Davis2023-03-25
* Refactor to introduce pg_locale_deterministic().Jeff Davis2023-02-23
* Refactor to add pg_strcoll(), pg_strxfrm(), and variants.Jeff Davis2023-02-23
* Remove unused code related to unknown typePeter Eisentraut2023-02-04
* Allow parallel aggregate on string_agg and array_aggDavid Rowley2023-01-23
* Update copyright for 2023Bruce Momjian2023-01-02
* Convert a few more datatype input functions to report errors softly.Tom Lane2022-12-14
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-18
* Adjust assorted hint messages that list all valid options.Peter Eisentraut2022-09-16
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Fix incorrect uses of Datum conversion macrosPeter Eisentraut2022-09-05
* Preserve memory context of VarStringSortSupport buffers.Tom Lane2022-08-14
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Specialize tuplesort routines for different kinds of abbreviated keysJohn Naylor2022-04-02
* Create routine able to set single-call SRFs for Materialize modeMichael Paquier2022-03-07
* Fix inconsistencies in SRF checks of pg_config() and string_to_table()Michael Paquier2022-02-19
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-17
* Improve worst-case performance of text_position_get_match_pos()John Naylor2022-02-04
* Call pg_newlocale_from_collation() also with default collationPeter Eisentraut2022-01-20
* Update copyright for 2022Bruce Momjian2022-01-07
* Revert refactoring of hex code to src/common/Michael Paquier2021-08-19
* Let regexp_replace() make use of REG_NOSUB when feasible.Tom Lane2021-08-09
* Add assorted new regexp_xxx SQL functions.Tom Lane2021-08-03
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Fix compiler warning in unistr functionDavid Rowley2021-03-30
* Add unistr functionPeter Eisentraut2021-03-29
* Add bit_count SQL functionPeter Eisentraut2021-03-23
* Allow configurable LZ4 TOAST compression.Robert Haas2021-03-19
* Rework refactoring of hex and encoding routinesMichael Paquier2021-01-14
* Fix integer-overflow corner cases in substring() functions.Tom Lane2021-01-04
* Update copyright for 2021Bruce Momjian2021-01-02
* move hex_decode() to /common so it can be called from frontendBruce Momjian2020-12-24
* Support negative indexes in split_part().Tom Lane2020-11-13
* Fix some grammar and typos in comments and docsMichael Paquier2020-11-02
* Add string_to_table() function.Tom Lane2020-09-02
* Avoid using %c printf format for potentially non-ASCII characters.Tom Lane2020-06-29
* Adjust bytea get_bit/set_bit to use int8 not int4 for bit numbering.Tom Lane2020-04-07