aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varlena.c
Commit message (Expand)AuthorAge
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-18
* 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
* Add SQL functions for Unicode normalizationPeter Eisentraut2020-04-02
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-27
* Add equalimage B-Tree support functions.Peter Geoghegan2020-02-26
* Update copyrights for 2020Bruce Momjian2020-01-01
* Handle empty-string edge cases correctly in strpos().Tom Lane2019-10-28
* Straighten out leakproofness markings on text comparison functions.Tom Lane2019-09-21
* Fix up handling of nondeterministic collations with pattern_ops opclasses.Tom Lane2019-09-21
* Split tuptoaster.c into three separate files.Robert Haas2019-09-05
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Add support for partial TOAST decompressionStephen Frost2019-04-02
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-11
* Fix possibly-uninitialized-variable warning from commit 9556aa01c.Tom Lane2019-01-25
* Use single-byte Boyer-Moore-Horspool search even with multibyte encodings.Heikki Linnakangas2019-01-25
* Fix C++ compile failures in headers.Tom Lane2019-01-10
* Update copyright for 2019Bruce Momjian2019-01-02
* Add text-vs-name cross-type operators, and unify name_ops with text_ops.Tom Lane2018-12-19
* Make type "name" collation-aware.Tom Lane2018-12-19
* Apply unconstify() in more placesPeter Eisentraut2018-10-25
* Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-07-31