summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varlena.c
AgeCommit message (Expand)Author
2025-07-02Move code for the bytea data type from varlena.c to new bytea.cMichael Paquier
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
2025-03-13Add reverse(bytea).Nathan Bossart
2025-03-07Allow casting between bytea and integer types.Dean Rasheed
2025-02-21Support text position search functions with nondeterministic collationsPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-08Add min and max aggregates for bytea type.Tom Lane
2024-09-12Simplify checks for deterministic collations.Jeff Davis
2024-09-12Remove redundant check for default collation.Jeff Davis
2024-09-04Remove lc_collate_is_c().Jeff Davis
2024-08-21Fix obsolete comments in varstr_cmp().Jeff Davis
2024-08-21Fix pgindent damageRobert Haas
2024-08-20Slightly refactor varstr_sortsupport() to improve readability.Jeff Davis
2024-08-14Remove TRACE_SORT macroPeter Eisentraut
2024-08-06Remove support for null pg_locale_t most places.Jeff Davis
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-05-03Fix an assortment of typosDavid Rowley
2024-03-26C comment: mention no doc for negative start of substring(text)Bruce Momjian
2024-03-14Add pg_column_toast_chunk_id().Nathan Bossart
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-02Additional unicode primitive functions.Jeff Davis
2023-10-26Optimize various aggregate deserialization functions, take 2David Rowley
2023-10-10Revert "Optimize various aggregate deserialization functions"David Rowley
2023-10-09Optimize various aggregate deserialization functionsDavid Rowley
2023-08-23Add to_bin() and to_oct().Nathan Bossart
2023-06-26Change "..." to cstring in old input/output function comments.Heikki Linnakangas
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-08Redesign interrupt/cancel API for regex engine.Thomas Munro
2023-03-25Fix abbreviated keys bug introduced in d87d548cd03.Jeff Davis
2023-02-23Refactor to introduce pg_locale_deterministic().Jeff Davis
2023-02-23Refactor to add pg_strcoll(), pg_strxfrm(), and variants.Jeff Davis
2023-02-04Remove unused code related to unknown typePeter Eisentraut
2023-01-23Allow parallel aggregate on string_agg and array_aggDavid Rowley
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-15Convert a few more datatype input functions to report errors softly.Tom Lane
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-09-16Adjust assorted hint messages that list all valid options.Peter Eisentraut
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-09-05Fix incorrect uses of Datum conversion macrosPeter Eisentraut
2022-08-14Preserve memory context of VarStringSortSupport buffers.Tom Lane
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-02Specialize tuplesort routines for different kinds of abbreviated keysJohn Naylor
2022-03-07Create routine able to set single-call SRFs for Materialize modeMichael Paquier
2022-02-19Fix inconsistencies in SRF checks of pg_config() and string_to_table()Michael Paquier
2022-02-17Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier
2022-02-04Improve worst-case performance of text_position_get_match_pos()John Naylor
2022-01-20Call pg_newlocale_from_collation() also with default collationPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-08-19Revert refactoring of hex code to src/common/Michael Paquier
2021-08-10Let regexp_replace() make use of REG_NOSUB when feasible.Tom Lane