summaryrefslogtreecommitdiff
path: root/src/backend/utils/mb/encnames.c
AgeCommit message (Expand)Author
2020-01-16Move wchar.c and encnames.c to src/common/.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-23ICU supportPeter Eisentraut
2015-08-15Encoding PG_UHC is code page 949.Noah Misch
2014-06-11Fix typos in comments.Noah Misch
2014-01-18Make various variables const (read-only).Tom Lane
2013-06-26Renovate display of non-ASCII messages on Windows.Noah Misch
2012-12-16Tidy up from frontend Assert change.Andrew Dunstan
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-10-17Write to the Windows eventlog in UTF16, converting the message encodingMagnus Hagander
2009-04-24Move gettext encoding names into encnames.c, so we only have one place to upd...Magnus Hagander
2009-02-10Support for KOI8U encodingPeter Eisentraut
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-10-15Fix pg_wchar_table[] to match revised ordering of the encoding ID enum.Tom Lane
2007-10-13Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane
2007-04-16Tweak clean_encoding_name() API to avoid need to cast away const.Tom Lane
2007-04-15Make JOHAB client only encoding per discussions in pgsql-hackersTatsuo Ishii
2007-03-25Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004,Tatsuo Ishii
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-06-07Prepare code to be built by MSVC:Bruce Momjian
2006-02-18Add support for Windows codepages 1253, 1254, 1255, and 1257 and cleanPeter Eisentraut
2006-02-12Fix bug that allowed any logged-in user to SET ROLE to any other database userTom Lane
2006-01-11Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-03-14Add support for Win1252 encoding.Bruce Momjian
2005-03-13Document aliases for our supported encodings.Bruce Momjian
2005-03-07Rename canonical encodings, per Peter:Bruce Momjian
2004-12-04Back out addition of Win1252 encoding.Bruce Momjian
2004-12-02Add Charset WIN1252 support.Bruce Momjian
2004-09-27Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian
2004-09-17Allow WIN1250 as server encoding.Peter Eisentraut
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-07-25Error message editing in backend/utils (except /adt).Tom Lane
2003-06-12Attached is the complete diff against current CVS.Bruce Momjian
2003-06-12Back out patch that got bundled into another patch.Bruce Momjian
2003-06-12New patch with corrected README attached.Bruce Momjian
2003-05-15Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian
2003-03-10This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane
2002-12-05As far as I figured from the source code this function only deals withBruce Momjian
2002-09-04pgindent run.Bruce Momjian
2002-09-03Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut
2002-06-13Add GB18030 support. Contributed by Bill Huang <[email protected]>Tatsuo Ishii
2002-03-05> Tatsuo Ishii wrote:Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-16Ok, here is the modified encoding table (column1 is the standard name,Tatsuo Ishii
2001-10-11Add support for ISO-8859-6 to 16Tatsuo Ishii
2001-09-07Remove variable length macros used in debugging, per Karel.Bruce Momjian
2001-09-07Add missing files.Tatsuo Ishii