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
/
backend
/
utils
/
mb
/
mbutils.c
Age
Commit message (
Expand
)
Author
2025-05-23
Revert function to get memory context stats for processes
Daniel Gustafsson
2025-05-05
With GB18030, prevent SIGSEGV from reading past end of allocation.
Noah Misch
2025-04-17
Assert lack of hazardous buffer locks before possible catalog read.
Noah Misch
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-01
Simplify pg_enc2gettext_tbl[] with C99-designated initializer syntax
Michael Paquier
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-04
Teach convert() and friends to avoid copying when possible.
Nathan Bossart
2023-05-02
Fix typos in comments
Michael Paquier
2023-01-10
New header varatt.h split off from postgres.h
Peter Eisentraut
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-27
Convert *GetDatum() and DatumGet*() macros to inline functions
Peter Eisentraut
2022-09-12
Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"
Peter Eisentraut
2022-09-12
Convert *GetDatum() and DatumGet*() macros to inline functions
Peter Eisentraut
2022-01-08
Update copyright for 2022
Bruce Momjian
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-05-13
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-12
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
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-01
Update copyrights for 2020
Bruce Momjian
2019-10-03
Avoid unnecessary out-of-memory errors during encoding conversion.
Tom Lane
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-12
Fail pgwin32_message_to_UTF16() for SQL_ASCII messages.
Noah Misch
2019-02-13
More unconstify use
Peter Eisentraut
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-12
Don't call pgwin32_message_to_UTF16() without CurrentMemoryContext.
Noah Misch
2017-10-11
Add more efficient functions to pqformat API.
Andres Freund
2017-09-07
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-08-15
Restore old pgwin32_message_to_UTF16() behavior outside transactions.
Noah Misch
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-13
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-02-23
Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.
Tom Lane
2014-02-23
Plug some more holes in encoding conversion.
Tom Lane
2014-01-18
Make various variables const (read-only).
Tom Lane
2013-06-26
Renovate display of non-ASCII messages on Windows.
Noah Misch
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2012-07-04
Add wchar -> mb conversion routines.
Robert Haas
2011-04-23
Fix char2wchar/wchar2char to support collations properly.
Tom Lane
2011-04-17
foreach() and list_delete() don't mix.
Tom Lane
[next]