summaryrefslogtreecommitdiff
path: root/src/backend/utils/mb
Commit message (Expand)AuthorAgeFilesLines
* New header varatt.h split off from postgres.hPeter Eisentraut2023-01-101-0/+1
* Update copyright for 2023Bruce Momjian2023-01-0244-44/+44
* Add copyright notices to meson filesAndrew Dunstan2022-12-202-0/+4
* Convert json_in and jsonb_in to report errors softly.Tom Lane2022-12-111-0/+57
* meson: Add windows resource filesAndres Freund2022-10-051-1/+8
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-271-6/+6
* meson: Add initial version of meson based build systemAndres Freund2022-09-212-0/+45
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-192-3/+3
* Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut2022-09-121-6/+6
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-121-6/+6
* Update copyright for 2022Bruce Momjian2022-01-0742-42/+42
* Make Unicode makefile parallel-safePeter Eisentraut2021-10-041-89/+45
* Update Unicode map text filesPeter Eisentraut2021-10-042-6/+6
* Fix typo in commentPeter Eisentraut2021-07-2277-77/+77
* Add missing check of noError parameter in euc_tw_and_big5.cJohn Naylor2021-07-211-0/+4
* Remove some whitespace in generated C outputPeter Eisentraut2021-07-195-6/+6
* Make UCS_to_most.pl process encodings in sorted orderPeter Eisentraut2021-07-191-1/+2
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-1/+1
* Add 'noError' argument to encoding conversion functions.Heikki Linnakangas2021-04-0126-431/+1164
* Add direct conversion routines between EUC_TW and Big5.Heikki Linnakangas2021-01-281-10/+134
* Add mbverifystr() functions specific to each encoding.Heikki Linnakangas2021-01-286-23/+36
* Update copyright for 2021Bruce Momjian2021-01-0242-42/+42
* Fix some typosMichael Paquier2020-11-141-1/+1
* Fix conversion table generator scripts.Thomas Munro2020-07-225-37/+44
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-131-3/+3
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-121-3/+3
* Use perl warnings pragma consistentlyAndrew Dunstan2020-04-1313-0/+25
* Improve user control over truncation of logged bind-parameter values.Tom Lane2020-04-021-3/+3
* Fix assorted typosMagnus Hagander2020-03-311-1/+1
* Marginal comments and docs cleanup.Tom Lane2020-03-101-1/+1
* Allow Unicode escapes in any server encoding, not only UTF-8.Tom Lane2020-03-061-0/+105
* Rationalize code placement between wchar.c, encnames.c, and mbutils.c.Tom Lane2020-01-162-3/+452
* Move wchar.c and encnames.c to src/common/.Tom Lane2020-01-164-2671/+6
* Add support for automatically updating Unicode derived filesPeter Eisentraut2020-01-092-70/+1
* Update copyrights for 2020Bruce Momjian2020-01-0142-42/+42
* Add backend-only appendStringInfoStringQuotedAlvaro Herrera2019-12-103-0/+88
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+7
* Update unicode.org URLsPeter Eisentraut2019-10-134-13/+13
* Update some outdated links about XLC and UNIX specificationMichael Paquier2019-10-081-1/+1
* Avoid unnecessary out-of-memory errors during encoding conversion.Tom Lane2019-10-031-6/+56
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-151-10/+2
* Remove dead encoding-conversion functions.Tom Lane2019-07-056-195/+2
* Update list of combining charactersPeter Eisentraut2019-06-191-32/+62
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-1/+1
* Initial pgindent run for v12.Tom Lane2019-05-221-3/+3
* Fail pgwin32_message_to_UTF16() for SQL_ASCII messages.Noah Misch2019-05-121-2/+7
* More unconstify usePeter Eisentraut2019-02-131-10/+10
* Fix comments that claimed that mblen() only looks at first byte.Heikki Linnakangas2019-01-251-7/+25
* Move the built-in conversions into the initial catalog data.Tom Lane2019-01-032-175/+5
* Update copyright for 2019Bruce Momjian2019-01-0242-42/+42