aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mb
Commit message (Expand)AuthorAge
* Fix gratuitous message spelling differencesPeter Eisentraut2006-11-27
* Message style improvementsPeter Eisentraut2006-10-06
* pgindent run for 8.2.Bruce Momjian2006-10-04
* In new "invalid byte sequence" error hint, call it "error", notBruce Momjian2006-08-22
* Add hint for "invalid byte sequence for encoding" error message,Bruce Momjian2006-08-22
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-11
* Alphabetically order reference to include files, "G" - "M".Bruce Momjian2006-07-11
* Prepare code to be built by MSVC:Bruce Momjian2006-06-07
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-30
* Change the backend to reject strings containing invalidly-encoded multibyteTom Lane2006-05-21
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Tighten up SJIS byte sequence check. Now we reject invalid SJIS byteTatsuo Ishii2006-03-04
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-27
* The Makefile was invoking perl scripts as ./script.pl. This fails whenPeter Eisentraut2006-02-24
* Add support for Windows codepages 1253, 1254, 1255, and 1257 and cleanPeter Eisentraut2006-02-18
* Fix bug that allowed any logged-in user to SET ROLE to any other database userTom Lane2006-02-12
* Throw a warning rather than an error on invalid character from UTF8 toBruce Momjian2006-02-12
* Allow psql multi-line column values to align in the proper columnsBruce Momjian2006-02-10
* mbutils was previously doing some allocations, including invokingNeil Conway2006-01-12
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-11
* Remove a confusing pair of parentheses.Neil Conway2006-01-11
* More uses of IS_HIGHBIT_SET() macro.Bruce Momjian2005-12-26
* I have added these macros to c.h:Bruce Momjian2005-12-25
* Formatting cleanups.Bruce Momjian2005-12-24
* Formatting cleanup.Bruce Momjian2005-12-24
* Fix long standing Asian multibyte charsets bug.Tatsuo Ishii2005-12-24
* Fix for rearranging encoding id ISO-8859-5 to ISO-8859-8.Tatsuo Ishii2005-12-23
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-09
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Message correctionsPeter Eisentraut2005-10-29
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-24
* Change typreceive function API so that receive functions get the sameTom Lane2005-07-10
* Allow direct conversion between EUC_JP and SJIS to improveTatsuo Ishii2005-06-24
* Support 3 and 4-byte unicode characters.Bruce Momjian2005-06-15
* Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa.Tatsuo Ishii2005-06-10
* Alter the signature for encoding conversion functions to declare theTom Lane2005-05-03
* Add support for Win1252 encoding.Bruce Momjian2005-03-14
* Update comments for new encoding names.Bruce Momjian2005-03-14
* Document aliases for our supported encodings.Bruce Momjian2005-03-13
* Unbreak out-of-tree builds, by fixing a typo.Neil Conway2005-03-07
* Rename canonical encodings, per Peter:Bruce Momjian2005-03-07
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-01
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Back out addition of Win1252 encoding.Bruce Momjian2004-12-04
* Back out fix for Unicode characters above 0x10000Bruce Momjian2004-12-03
* Fix for Unicode characters above 0x10000.Bruce Momjian2004-12-02
* Add Charset WIN1252 support.Bruce Momjian2004-12-02