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
*
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-29
*
Add reverse(bytea).
Nathan Bossart
2025-03-13
*
Allow casting between bytea and integer types.
Dean Rasheed
2025-03-07
*
Support text position search functions with nondeterministic collations
Peter Eisentraut
2025-02-21
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Add min and max aggregates for bytea type.
Tom Lane
2024-10-08
*
Simplify checks for deterministic collations.
Jeff Davis
2024-09-12
*
Remove redundant check for default collation.
Jeff Davis
2024-09-12
*
Remove lc_collate_is_c().
Jeff Davis
2024-09-04
*
Fix obsolete comments in varstr_cmp().
Jeff Davis
2024-08-21
*
Fix pgindent damage
Robert Haas
2024-08-21
*
Slightly refactor varstr_sortsupport() to improve readability.
Jeff Davis
2024-08-20
*
Remove TRACE_SORT macro
Peter Eisentraut
2024-08-14
*
Remove support for null pg_locale_t most places.
Jeff Davis
2024-08-05
*
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-17
*
Fix an assortment of typos
David Rowley
2024-05-04
*
C comment: mention no doc for negative start of substring(text)
Bruce Momjian
2024-03-26
*
Add pg_column_toast_chunk_id().
Nathan Bossart
2024-03-14
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Additional unicode primitive functions.
Jeff Davis
2023-11-01
*
Optimize various aggregate deserialization functions, take 2
David Rowley
2023-10-27
*
Revert "Optimize various aggregate deserialization functions"
David Rowley
2023-10-10
*
Optimize various aggregate deserialization functions
David Rowley
2023-10-09
*
Add to_bin() and to_oct().
Nathan Bossart
2023-08-23
*
Change "..." to cstring in old input/output function comments.
Heikki Linnakangas
2023-06-26
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Redesign interrupt/cancel API for regex engine.
Thomas Munro
2023-04-08
*
Fix abbreviated keys bug introduced in d87d548cd03.
Jeff Davis
2023-03-25
*
Refactor to introduce pg_locale_deterministic().
Jeff Davis
2023-02-23
*
Refactor to add pg_strcoll(), pg_strxfrm(), and variants.
Jeff Davis
2023-02-23
*
Remove unused code related to unknown type
Peter Eisentraut
2023-02-04
*
Allow parallel aggregate on string_agg and array_agg
David Rowley
2023-01-23
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Convert a few more datatype input functions to report errors softly.
Tom Lane
2022-12-14
*
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-18
*
Adjust assorted hint messages that list all valid options.
Peter Eisentraut
2022-09-16
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
*
Fix incorrect uses of Datum conversion macros
Peter Eisentraut
2022-09-05
*
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
[next]