| Commit message (Expand) | Author | Age |
* | Fix description how to create conversion function. | Tatsuo Ishii | 2007-04-15 |
* | Fix typo in Makefile. | Bruce Momjian | 2007-03-27 |
* | Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004, | Tatsuo Ishii | 2007-03-25 |
* | Replace useless uses of := by = in makefiles. | Peter Eisentraut | 2007-02-09 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Fix gratuitous message spelling differences | Peter Eisentraut | 2006-11-27 |
* | Message style improvements | Peter Eisentraut | 2006-10-06 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian | 2006-07-11 |
* | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane | 2006-05-30 |
* | Change the backend to reject strings containing invalidly-encoded multibyte | Tom Lane | 2006-05-21 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Tighten up SJIS byte sequence check. Now we reject invalid SJIS byte | Tatsuo Ishii | 2006-03-04 |
* | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 |
* | Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean | Peter Eisentraut | 2006-02-18 |
* | Throw a warning rather than an error on invalid character from UTF8 to | Bruce Momjian | 2006-02-12 |
* | More uses of IS_HIGHBIT_SET() macro. | Bruce Momjian | 2005-12-26 |
* | I have added these macros to c.h: | Bruce Momjian | 2005-12-25 |
* | Fix for rearranging encoding id ISO-8859-5 to ISO-8859-8. | Tatsuo Ishii | 2005-12-23 |
* | Allow installation into directories containing spaces in the name. | Peter Eisentraut | 2005-12-09 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Suppress signed-vs-unsigned-char warnings. | Tom Lane | 2005-09-24 |
* | Allow direct conversion between EUC_JP and SJIS to improve | Tatsuo Ishii | 2005-06-24 |
* | Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa. | Tatsuo Ishii | 2005-06-10 |
* | Alter the signature for encoding conversion functions to declare the | Tom Lane | 2005-05-03 |
* | Add support for Win1252 encoding. | Bruce Momjian | 2005-03-14 |
* | Unbreak out-of-tree builds, by fixing a typo. | Neil Conway | 2005-03-07 |
* | Rename canonical encodings, per Peter: | Bruce Momjian | 2005-03-07 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Back out addition of Win1252 encoding. | Bruce Momjian | 2004-12-04 |
* | Add Charset WIN1252 support. | Bruce Momjian | 2004-12-02 |
* | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | If we don't have shared libraries, we don't have conversions. Make | Tom Lane | 2004-01-21 |
* | Fix bit-rot in support for building with --disable-shared. This patch | Tom Lane | 2004-01-21 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Fix uninstall target. | Peter Eisentraut | 2003-08-23 |
* | Conversion functions must be STRICT to prevent them from getting null inputs. | Tom Lane | 2003-08-08 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | Error message editing in backend/utils (except /adt). | Tom Lane | 2003-07-25 |
* | This is a derived file and should never have been added to CVS. | Tom Lane | 2003-04-02 |
* | Add new files. | Bruce Momjian | 2003-03-27 |
* | Fix array subscript overruns identified by Yichen Xie. | Tom Lane | 2003-01-29 |
* | Fix Latin9/Unicode conversion by selecting the right table. | Peter Eisentraut | 2002-12-09 |
* | Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls. | Tom Lane | 2002-10-26 |
* | Tweak conversion names to follow the established naming scheme, and | Peter Eisentraut | 2002-09-24 |
* | Update Japanese README so that it reflects the changes made to the | Tatsuo Ishii | 2002-09-18 |
* | Change Assert(len > 0) to Assert(len >= 0) | Tatsuo Ishii | 2002-09-13 |