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