aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mb/encnames.c
Commit message (Expand)AuthorAge
* Prepare code to be built by MSVC:Bruce Momjian2006-06-07
* 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
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-11
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Add support for Win1252 encoding.Bruce Momjian2005-03-14
* Document aliases for our supported encodings.Bruce Momjian2005-03-13
* Rename canonical encodings, per Peter:Bruce Momjian2005-03-07
* Back out addition of Win1252 encoding.Bruce Momjian2004-12-04
* Add Charset WIN1252 support.Bruce Momjian2004-12-02
* Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian2004-09-27
* Allow WIN1250 as server encoding.Peter Eisentraut2004-09-17
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-25
* Attached is the complete diff against current CVS.Bruce Momjian2003-06-12
* Back out patch that got bundled into another patch.Bruce Momjian2003-06-12
* New patch with corrected README attached.Bruce Momjian2003-06-12
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-15
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-10
* As far as I figured from the source code this function only deals withBruce Momjian2002-12-05
* pgindent run.Bruce Momjian2002-09-04
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-03
* Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp>Tatsuo Ishii2002-06-13
* > Tatsuo Ishii wrote:Bruce Momjian2002-03-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Ok, here is the modified encoding table (column1 is the standard name,Tatsuo Ishii2001-10-16
* Add support for ISO-8859-6 to 16Tatsuo Ishii2001-10-11
* Remove variable length macros used in debugging, per Karel.Bruce Momjian2001-09-07
* Add missing files.Tatsuo Ishii2001-09-07