summaryrefslogtreecommitdiff
path: root/src/backend/utils/mb
AgeCommit message (Expand)Author
2025-05-23Revert function to get memory context stats for processesDaniel Gustafsson
2025-05-05With GB18030, prevent SIGSEGV from reading past end of allocation.Noah Misch
2025-04-17Assert lack of hazardous buffer locks before possible catalog read.Noah Misch
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-07-29Remove dead generators for cyrillic encoding conversion tablesHeikki Linnakangas
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-01Simplify pg_enc2gettext_tbl[] with C99-designated initializer syntaxMichael Paquier
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-26Remove unused macroPeter Eisentraut
2023-12-04Teach convert() and friends to avoid copying when possible.Nathan Bossart
2023-11-06Remove distprepPeter Eisentraut
2023-09-25Doc: improve cross-reference in Makefile comment.Tom Lane
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-02Fix typos in commentsMichael Paquier
2023-01-10New header varatt.h split off from postgres.hPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-11Convert json_in and jsonb_in to report errors softly.Tom Lane
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-27Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-09-12Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut
2022-09-12Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-04Make Unicode makefile parallel-safePeter Eisentraut
2021-10-04Update Unicode map text filesPeter Eisentraut
2021-07-22Fix typo in commentPeter Eisentraut
2021-07-21Add missing check of noError parameter in euc_tw_and_big5.cJohn Naylor
2021-07-19Remove some whitespace in generated C outputPeter Eisentraut
2021-07-19Make UCS_to_most.pl process encodings in sorted orderPeter Eisentraut
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-01Add 'noError' argument to encoding conversion functions.Heikki Linnakangas
2021-01-28Add direct conversion routines between EUC_TW and Big5.Heikki Linnakangas
2021-01-28Add mbverifystr() functions specific to each encoding.Heikki Linnakangas
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-14Fix some typosMichael Paquier
2020-07-22Fix conversion table generator scripts.Thomas Munro
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-12Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera
2020-04-13Use perl warnings pragma consistentlyAndrew Dunstan
2020-04-02Improve user control over truncation of logged bind-parameter values.Tom Lane
2020-03-31Fix assorted typosMagnus Hagander
2020-03-10Marginal comments and docs cleanup.Tom Lane
2020-03-06Allow Unicode escapes in any server encoding, not only UTF-8.Tom Lane
2020-01-16Rationalize code placement between wchar.c, encnames.c, and mbutils.c.Tom Lane
2020-01-16Move wchar.c and encnames.c to src/common/.Tom Lane