summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varlena.c
AgeCommit message (Expand)Author
10 hoursSeparate out bytea sort support from varlena.cJohn Naylor
7 daysUse palloc_object() and palloc_array() in backend codeMichael Paquier
11 daysFix text substring search for non-deterministic collations.Tom Lane
2025-11-04Allow "SET list_guc TO NULL" to specify setting the GUC to empty.Tom Lane
2025-10-29Use C11 char16_t and char32_t for Unicode code points.Jeff Davis
2025-08-13Grab the low-hanging fruit from forcing sizeof(Datum) to 8.Tom Lane
2025-08-08Remove useless/superfluous Datum conversionsPeter Eisentraut
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