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
/
include
/
mb
/
pg_wchar.h
Age
Commit message (
Expand
)
Author
2025-05-05
With GB18030, prevent SIGSEGV from reading past end of allocation.
Noah Misch
2025-03-13
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-02-10
Add pg_encoding_set_invalid()
Andres Freund
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-03-20
Inline basic UTF-8 functions.
Jeff Davis
2024-03-07
Unicode case mapping tables and functions.
Jeff Davis
2024-03-01
Simplify pg_enc2gettext_tbl[] with C99-designated initializer syntax
Michael Paquier
2024-02-29
Use C99-designated initializer syntax for arrays related to encodings
Michael Paquier
2024-01-29
Move is_valid_ascii() to ascii.h.
Nathan Bossart
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-07
Restore proper linkage of pg_char_to_encoding() and friends.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-11
Convert json_in and jsonb_in to report errors softly.
Tom Lane
2022-09-20
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-08-26
Use SSE2 in is_valid_ascii() where available.
John Naylor
2022-08-05
Simplify coding style of is_valid_ascii()
John Naylor
2022-04-08
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-20
Add fast path for validating UTF-8 text
John Naylor
2021-06-07
Fix incautious handling of possibly-miscoded strings in client code.
Tom Lane
2021-04-01
Do COPY FROM encoding conversion/verification in larger chunks.
Heikki Linnakangas
2021-04-01
Add 'noError' argument to encoding conversion functions.
Heikki Linnakangas
2021-01-28
Add mbverifystr() functions specific to each encoding.
Heikki Linnakangas
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-03-06
Allow Unicode escapes in any server encoding, not only UTF-8.
Tom Lane
2020-01-16
Rationalize code placement between wchar.c, encnames.c, and mbutils.c.
Tom Lane
2020-01-16
Move wchar.c and encnames.c to src/common/.
Tom Lane
2020-01-13
Reduce size of backend scanner's tables.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-07-22
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-05
Remove dead encoding-conversion functions.
Tom Lane
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-04-01
Fix a boatload of typos in C comments.
Tom Lane
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-10-11
Add more efficient functions to pqformat API.
Andres Freund
2017-06-21
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-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-03-23
ICU support
Peter Eisentraut
2017-03-13
Use radix tree for character encoding conversions.
Heikki Linnakangas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-11-28
Avoid doing encoding conversions by double-conversion via MULE_INTERNAL.
Tom Lane
2015-05-15
Teach UtfToLocal/LocalToUtf to support algorithmic encoding conversions.
Tom Lane
2015-04-26
Fix various typos and grammar errors in comments.
Andres Freund
2015-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
[next]