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
*
Adjust bytea get_bit/set_bit to cope with bytea strings > 256MB.
Tom Lane
2020-04-07
*
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-31
*
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
*
Remove obsolete comment.
Robert Haas
2015-10-20
*
Speed up text sorts where the same strings occur multiple times.
Robert Haas
2015-10-09
*
Make abbreviated key comparisons for text a bit cheaper.
Robert Haas
2015-10-09
*
In bttext_abbrev_convert, move pfree to the right place.
Robert Haas
2015-06-29
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Make trace_sort control abbreviation debug output for the text opclass.
Robert Haas
2015-04-07
*
Change the way we decide whether to give up on abbreviated text keys.
Robert Haas
2015-04-03
*
Add missing calls to DatumGetUInt32.
Robert Haas
2015-04-02
*
Re-enable abbreviated keys on Windows.
Robert Haas
2015-01-26
[next]