aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mb
Commit message (Expand)AuthorAge
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix typos in commentsMichael Paquier2023-05-02
* New header varatt.h split off from postgres.hPeter Eisentraut2023-01-10
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Convert json_in and jsonb_in to report errors softly.Tom Lane2022-12-11
* meson: Add windows resource filesAndres Freund2022-10-05
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-27
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-19
* Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut2022-09-12
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-12
* Update copyright for 2022Bruce Momjian2022-01-07
* Make Unicode makefile parallel-safePeter Eisentraut2021-10-04
* Update Unicode map text filesPeter Eisentraut2021-10-04
* Fix typo in commentPeter Eisentraut2021-07-22
* Add missing check of noError parameter in euc_tw_and_big5.cJohn Naylor2021-07-21
* Remove some whitespace in generated C outputPeter Eisentraut2021-07-19
* Make UCS_to_most.pl process encodings in sorted orderPeter Eisentraut2021-07-19
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Add 'noError' argument to encoding conversion functions.Heikki Linnakangas2021-04-01
* Add direct conversion routines between EUC_TW and Big5.Heikki Linnakangas2021-01-28
* Add mbverifystr() functions specific to each encoding.Heikki Linnakangas2021-01-28
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix some typosMichael Paquier2020-11-14
* Fix conversion table generator scripts.Thomas Munro2020-07-22
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-13
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-12
* Use perl warnings pragma consistentlyAndrew Dunstan2020-04-13
* Improve user control over truncation of logged bind-parameter values.Tom Lane2020-04-02
* Fix assorted typosMagnus Hagander2020-03-31
* Marginal comments and docs cleanup.Tom Lane2020-03-10
* Allow Unicode escapes in any server encoding, not only UTF-8.Tom Lane2020-03-06
* Rationalize code placement between wchar.c, encnames.c, and mbutils.c.Tom Lane2020-01-16
* Move wchar.c and encnames.c to src/common/.Tom Lane2020-01-16
* Add support for automatically updating Unicode derived filesPeter Eisentraut2020-01-09
* Update copyrights for 2020Bruce Momjian2020-01-01
* Add backend-only appendStringInfoStringQuotedAlvaro Herrera2019-12-10
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Update unicode.org URLsPeter Eisentraut2019-10-13
* Update some outdated links about XLC and UNIX specificationMichael Paquier2019-10-08
* Avoid unnecessary out-of-memory errors during encoding conversion.Tom Lane2019-10-03
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Remove dead encoding-conversion functions.Tom Lane2019-07-05
* Update list of combining charactersPeter Eisentraut2019-06-19
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Fail pgwin32_message_to_UTF16() for SQL_ASCII messages.Noah Misch2019-05-12
* More unconstify usePeter Eisentraut2019-02-13
* Fix comments that claimed that mblen() only looks at first byte.Heikki Linnakangas2019-01-25