aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varlena.c
Commit message (Expand)AuthorAge
* Adjust bytea get_bit/set_bit to cope with bytea strings > 256MB.Tom Lane2020-04-07
* Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-07-31
* 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
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Don't downcase entries within shared_preload_libraries et al.Tom Lane2017-06-20
* Fix ICU collation use on WindowsPeter Eisentraut2017-06-16
* Tighten checks for whitespace in functions that parse identifiers etc.Tom Lane2017-05-24
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Remove create_singleton_array(), hard-coding the case in its sole caller.Tom Lane2017-05-02
* Fix locale pointer use in WIN32 code pathPeter Eisentraut2017-03-25
* ICU supportPeter Eisentraut2017-03-23
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-12
* Fix typo in comment.Fujii Masao2017-02-22
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-20
* Make messages mentioning type names more uniformAlvaro Herrera2017-01-18
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane2016-09-25
* Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas2016-09-02
* Make format() error messages consistent againPeter Eisentraut2016-08-08
* pgindent run for 9.6Robert Haas2016-06-09
* Disable abbreviated keys for string-sorting in non-C locales.Robert Haas2016-03-23
* Improve error reporting in format()Teodor Sigaev2016-02-11
* Re-pgindent varlena.c.Tom Lane2016-02-08
* Rename typedef "string" to "VarString".Tom Lane2016-02-08
* Fix small goof in comment.Robert Haas2016-02-05
* Extend sortsupport for text to more opclasses.Robert Haas2016-02-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Remove unnecessary escaping in C character literalsPeter Eisentraut2015-12-22
* Correct tiny inaccuracy in strxfrm cache comment.Robert Haas2015-11-03
* Be a bit more rigorous about how we cache strcoll and strxfrm results.Robert Haas2015-10-20
* Remove obsolete comment.Robert Haas2015-10-20
* Speed up text sorts where the same strings occur multiple times.Robert Haas2015-10-09
* Make abbreviated key comparisons for text a bit cheaper.Robert Haas2015-10-09
* In bttext_abbrev_convert, move pfree to the right place.Robert Haas2015-06-29
* pgindent run for 9.5Bruce Momjian2015-05-23
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Make trace_sort control abbreviation debug output for the text opclass.Robert Haas2015-04-07
* Change the way we decide whether to give up on abbreviated text keys.Robert Haas2015-04-03
* Add missing calls to DatumGetUInt32.Robert Haas2015-04-02
* Re-enable abbreviated keys on Windows.Robert Haas2015-01-26