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
*
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-18
*
Preserve memory context of VarStringSortSupport buffers.
Tom Lane
2022-08-14
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Specialize tuplesort routines for different kinds of abbreviated keys
John Naylor
2022-04-02
*
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-03-07
*
Fix inconsistencies in SRF checks of pg_config() and string_to_table()
Michael Paquier
2022-02-19
*
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-02-17
*
Improve worst-case performance of text_position_get_match_pos()
John Naylor
2022-02-04
*
Call pg_newlocale_from_collation() also with default collation
Peter Eisentraut
2022-01-20
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Revert refactoring of hex code to src/common/
Michael Paquier
2021-08-19
*
Let regexp_replace() make use of REG_NOSUB when feasible.
Tom Lane
2021-08-09
*
Add assorted new regexp_xxx SQL functions.
Tom Lane
2021-08-03
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Fix compiler warning in unistr function
David Rowley
2021-03-30
*
Add unistr function
Peter Eisentraut
2021-03-29
*
Add bit_count SQL function
Peter Eisentraut
2021-03-23
*
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-19
*
Rework refactoring of hex and encoding routines
Michael Paquier
2021-01-14
*
Fix integer-overflow corner cases in substring() functions.
Tom Lane
2021-01-04
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
move hex_decode() to /common so it can be called from frontend
Bruce Momjian
2020-12-24
*
Support negative indexes in split_part().
Tom Lane
2020-11-13
*
Fix some grammar and typos in comments and docs
Michael Paquier
2020-11-02
*
Add string_to_table() function.
Tom Lane
2020-09-02
*
Avoid using %c printf format for potentially non-ASCII characters.
Tom Lane
2020-06-29
*
Adjust bytea get_bit/set_bit to use int8 not int4 for bit numbering.
Tom Lane
2020-04-07
*
Add SQL functions for Unicode normalization
Peter Eisentraut
2020-04-02
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-27
*
Add equalimage B-Tree support functions.
Peter Geoghegan
2020-02-26
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Handle empty-string edge cases correctly in strpos().
Tom Lane
2019-10-28
*
Straighten out leakproofness markings on text comparison functions.
Tom Lane
2019-09-21
*
Fix up handling of nondeterministic collations with pattern_ops opclasses.
Tom Lane
2019-09-21
*
Split tuptoaster.c into three separate files.
Robert Haas
2019-09-05
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
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
[next]