index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
varlena.c
Commit message (
Expand
)
Author
Age
*
Add support for partial TOAST decompression
Stephen Frost
2019-04-02
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
*
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-11
*
Fix possibly-uninitialized-variable warning from commit 9556aa01c.
Tom Lane
2019-01-25
*
Use single-byte Boyer-Moore-Horspool search even with multibyte encodings.
Heikki Linnakangas
2019-01-25
*
Fix C++ compile failures in headers.
Tom Lane
2019-01-10
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Add text-vs-name cross-type operators, and unify name_ops with text_ops.
Tom Lane
2018-12-19
*
Make type "name" collation-aware.
Tom Lane
2018-12-19
*
Apply unconstify() in more places
Peter Eisentraut
2018-10-25
*
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-31
*
Hand code string to integer conversion for performance.
Andres Freund
2018-07-22
*
Add prefix operator for TEXT type.
Teodor Sigaev
2018-04-03
*
Add user-callable SHA-2 functions
Peter Eisentraut
2018-02-22
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Use new overflow aware integer operations.
Andres Freund
2017-12-12
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Allow ICU to use SortSupport on Windows with UTF-8
Peter Eisentraut
2017-09-24
*
Cache datatype-output-function lookup info across calls of concat().
Tom Lane
2017-09-19
*
Fix memory leakage in ICU encoding conversion, and other code review.
Tom Lane
2017-06-23
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Don't downcase entries within shared_preload_libraries et al.
Tom Lane
2017-06-20
*
Fix ICU collation use on Windows
Peter Eisentraut
2017-06-16
*
Tighten checks for whitespace in functions that parse identifiers etc.
Tom Lane
2017-05-24
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Remove create_singleton_array(), hard-coding the case in its sole caller.
Tom Lane
2017-05-02
*
Fix locale pointer use in WIN32 code path
Peter Eisentraut
2017-03-25
*
ICU support
Peter Eisentraut
2017-03-23
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
*
Fix typo in comment.
Fujii Masao
2017-02-22
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
*
Make messages mentioning type names more uniform
Alvaro Herrera
2017-01-18
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Refer to OS X as "macOS", except for the port name which is still "darwin".
Tom Lane
2016-09-25
*
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-09-02
*
Make format() error messages consistent again
Peter Eisentraut
2016-08-08
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Disable abbreviated keys for string-sorting in non-C locales.
Robert Haas
2016-03-23
*
Improve error reporting in format()
Teodor Sigaev
2016-02-11
*
Re-pgindent varlena.c.
Tom Lane
2016-02-08
*
Rename typedef "string" to "VarString".
Tom Lane
2016-02-08
*
Fix small goof in comment.
Robert Haas
2016-02-05
*
Extend sortsupport for text to more opclasses.
Robert Haas
2016-02-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Remove unnecessary escaping in C character literals
Peter Eisentraut
2015-12-22
*
Correct tiny inaccuracy in strxfrm cache comment.
Robert Haas
2015-11-03
*
Be a bit more rigorous about how we cache strcoll and strxfrm results.
Robert Haas
2015-10-20
[next]