aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varlena.c
Commit message (Expand)AuthorAge
* Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut2025-03-29
* Add reverse(bytea).Nathan Bossart2025-03-13
* Allow casting between bytea and integer types.Dean Rasheed2025-03-07
* Support text position search functions with nondeterministic collationsPeter Eisentraut2025-02-21
* Update copyright for 2025Bruce Momjian2025-01-01
* Add min and max aggregates for bytea type.Tom Lane2024-10-08
* Simplify checks for deterministic collations.Jeff Davis2024-09-12
* Remove redundant check for default collation.Jeff Davis2024-09-12
* Remove lc_collate_is_c().Jeff Davis2024-09-04
* Fix obsolete comments in varstr_cmp().Jeff Davis2024-08-21
* Fix pgindent damageRobert Haas2024-08-21
* Slightly refactor varstr_sortsupport() to improve readability.Jeff Davis2024-08-20
* Remove TRACE_SORT macroPeter Eisentraut2024-08-14
* Remove support for null pg_locale_t most places.Jeff Davis2024-08-05
* 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