aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varlena.c
Commit message (Expand)AuthorAge
* Revert refactoring of hex code to src/common/Michael Paquier2021-08-19
* 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
* Hand code string to integer conversion for performance.Andres Freund2018-07-22
* Add prefix operator for TEXT type.Teodor Sigaev2018-04-03
* Add user-callable SHA-2 functionsPeter Eisentraut2018-02-22
* Update copyright for 2018Bruce Momjian2018-01-02
* Use new overflow aware integer operations.Andres Freund2017-12-12
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Allow ICU to use SortSupport on Windows with UTF-8Peter Eisentraut2017-09-24
* Cache datatype-output-function lookup info across calls of concat().Tom Lane2017-09-19
* Fix memory leakage in ICU encoding conversion, and other code review.Tom Lane2017-06-23
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21