index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
strings.out
Age
Commit message (
Expand
)
Author
2025-11-20
Add HINT listing valid encodings to encode() and decode() errors.
Fujii Masao
2025-10-06
Optimize hex_encode() and hex_decode() using SIMD.
Nathan Bossart
2025-09-20
Add support for base64url encoding and decoding
Daniel Gustafsson
2025-09-13
Amend recent fix for SIMILAR TO regex conversion.
Tom Lane
2025-08-06
Add regression test for short varlenas saved in TOAST relations
Michael Paquier
2025-07-18
Speed up byteain by not parsing traditional-style input twice.
Tom Lane
2025-05-28
Adjust regex for test with opening parenthesis in character classes
Michael Paquier
2025-05-27
Fix conversion of SIMILAR TO regexes for character classes
Michael Paquier
2025-04-06
Compute CRC32C using AVX-512 instructions where available
John Naylor
2025-03-24
Add tests for POSITION(bytea, bytea)
David Rowley
2025-03-13
Add reverse(bytea).
Nathan Bossart
2025-03-07
Allow casting between bytea and integer types.
Dean Rasheed
2024-08-12
Add user-callable CRC functions.
Nathan Bossart
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2023-08-23
Add to_bin() and to_oct().
Nathan Bossart
2023-03-01
Avoid fetching one past the end of translate()'s "to" parameter.
Tom Lane
2023-02-27
Rework pg_input_error_message(), now renamed pg_input_error_info()
Michael Paquier
2022-12-15
Convert a few more datatype input functions to report errors softly.
Tom Lane
2022-10-13
Put tests of md5() function into separate test file
Peter Eisentraut
2021-08-10
Let regexp_replace() make use of REG_NOSUB when feasible.
Tom Lane
2021-08-03
Add assorted new regexp_xxx SQL functions.
Tom Lane
2021-03-29
Add unistr function
Peter Eisentraut
2021-03-29
Reset standard_conforming_strings in strings test
Peter Eisentraut
2021-03-23
Add bit_count SQL function
Peter Eisentraut
2021-02-18
Add tests for bytea LIKE operator
Peter Eisentraut
2021-01-18
Add bytea equivalents of ltrim() and rtrim().
Tom Lane
2021-01-04
Fix integer-overflow corner cases in substring() functions.
Tom Lane
2020-11-13
Support negative indexes in split_part().
Tom Lane
2020-06-29
Add current substring regular expression syntax
Peter Eisentraut
2020-04-07
Adjust bytea get_bit/set_bit to use int8 not int4 for bit numbering.
Tom Lane
2020-03-06
Allow Unicode escapes in any server encoding, not only UTF-8.
Tom Lane
2020-01-13
Reduce size of backend scanner's tables.
Tom Lane
2019-10-28
Handle empty-string edge cases correctly in strpos().
Tom Lane
2019-09-07
Fix issues around strictness of SIMILAR TO.
Tom Lane
2019-05-17
Fix regression test outputs
Michael Paquier
2019-05-14
Fix SQL-style substring() to have spec-compliant greediness behavior.
Tom Lane
2019-04-15
Unbreak index optimization for LIKE on bytea
Peter Eisentraut
2019-04-04
Improve readability of some tests in strings.sql
Michael Paquier
2018-09-12
Repair bug in regexp split performance improvements.
Andrew Gierth
2018-02-22
Add user-callable SHA-2 functions
Peter Eisentraut
2017-11-20
Reduce test variability for toast_tuple_target test
Simon Riggs
2017-11-19
Parameter toast_tuple_target controls TOAST for new rows
Simon Riggs
2016-08-17
Implement regexp_match(), a simplified alternative to regexp_matches().
Tom Lane
2013-07-31
Fix regexp_matches() handling of zero-length matches.
Tom Lane
2013-05-16
Fix some uses of "the quick brown fox".
Tom Lane
2013-04-20
Clean up references to SQL92
Peter Eisentraut
2010-05-28
Rewrite LIKE's %-followed-by-_ optimization so it really works (this time
Tom Lane
2010-01-25
Add get_bit/set_bit functions for bit strings, paralleling those for bytea,
Tom Lane
2009-08-04
Support hex-string input and output for type BYTEA.
Tom Lane
2009-05-24
Fix LIKE's special-case code for % followed by _. I'm not entirely sure that
Tom Lane
[next]