aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mb
Commit message (Expand)AuthorAge
* 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
* Move the built-in conversions into the initial catalog data.Tom Lane2019-01-03
* Update copyright for 2019Bruce Momjian2019-01-02
* Const-ify a few more large static tables.Tom Lane2018-10-17
* Avoid use of unportable hex constant in convutils.pmAndrew Dunstan2018-05-27
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-27
* Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan2018-05-09
* perltidy: Add option --nooutdent-long-commentsPeter Eisentraut2018-04-27
* perltidy: Add option --nooutdent-long-quotesPeter Eisentraut2018-04-27
* Update headers of generated filesPeter Eisentraut2018-02-24
* Add current directory to Perl include pathPeter Eisentraut2018-02-24
* Use croak instead of die in Perl code when appropriatePeter Eisentraut2018-02-24
* Update copyright for 2018Bruce Momjian2018-01-02
* Avoid putting build-location-dependent strings into generated files.Tom Lane2017-12-21
* Don't call pgwin32_message_to_UTF16() without CurrentMemoryContext.Noah Misch2017-11-12
* UCS_to_most.pl: Process encodings in sorted orderPeter Eisentraut2017-10-19
* Add more efficient functions to pqformat API.Andres Freund2017-10-11
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-07
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-05
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgperltidy runBruce Momjian2017-05-17
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Remove duplicate assignment.Heikki Linnakangas2017-04-07
* ICU supportPeter Eisentraut2017-03-23
* Include array size in forward declaration.Heikki Linnakangas2017-03-13