Commit Graph

101 Commits (e0d273500a84ab94c69cbfa10ea0537604fbdda3)

Author SHA1 Message Date
Tom Lane 2ab0796d7a Fix char2wchar/wchar2char to support collations properly. 15 years ago
Tom Lane 2594cf0e8c Revise the API for GUC variable assign hooks. 15 years ago
Itagaki Takahiro 3cba8240a1 Add ENCODING option to COPY TO/FROM and file_fdw. 15 years ago
Peter Eisentraut 414c5a2ea6 Per-column collation support 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 16 years ago
Tom Lane 2d8314bd43 Rename utf2ucs() to utf8_to_unicode(), and export it so it can be used 16 years ago
Bruce Momjian 65e806cba1 pgindent run for 9.0 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Magnus Hagander 748771379b Write to the Windows eventlog in UTF16, converting the message encoding 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Magnus Hagander 420ea68817 Move gettext encoding names into encnames.c, so we only have one place to update. 17 years ago
Heikki Linnakangas 1fe5020558 Tell gettext which codeset to use by calling bind_textdomain_codeset(). We 17 years ago
Tom Lane c26ffb1ead Fix SetClientEncoding() to maintain a cache of previously selected encoding 17 years ago
Alvaro Herrera e43fd89762 Revert pg_bind_textdomain_codeset to a existant-but-empty function when 17 years ago
Alvaro Herrera 4022f94c24 pg_bind_textdomain_codeset must exist only on ENABLE_NLS. 17 years ago
Alvaro Herrera c3b5d2f138 On Windows, call bind_textdomain_codeset on domains other than the default one, 17 years ago
Peter Eisentraut 8b9dd6b5fd Support for KOI8U encoding 17 years ago
Tom Lane 0d65eea3da Replace argument-checking Asserts with regular test-and-elog checks in all 17 years ago
Tom Lane 1efd5ff89b Add a pg_encoding_mbcliplen() function that is just like pg_mbcliplen() 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Peter Eisentraut 06735e3256 Unicode escapes in strings and identifiers 17 years ago
Bruce Momjian 9de09c087d Move wchar2char() and char2wchar() from tsearch into /mb to be easier to 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Bruce Momjian f6e8730d11 Re-run pgindent with updated list of typedefs. (Updated README should 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Tom Lane febd60bf5d Fix pg_wchar_table[] to match revised ordering of the encoding ID enum. 18 years ago
Tom Lane 8468146b03 Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the 18 years ago
Andrew Dunstan 55613bf9cd Close previously open holes for invalidly encoded data to enter the 19 years ago
Tatsuo Ishii 6041b92238 Make JOHAB client only encoding per discussions in pgsql-hackers 19 years ago
Tatsuo Ishii 75c6519ff6 Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004, 19 years ago
Tom Lane e9da20ab4d Fix machine-dependent crash in sqlchar_to_unicode(). Get rid of 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 20 years ago
Tom Lane c61a2f5841 Change the backend to reject strings containing invalidly-encoded multibyte 20 years ago
Peter Eisentraut 1b658473ea Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean 20 years ago
Bruce Momjian 9b28021cc6 Previous commit message should have been: 20 years ago
Bruce Momjian 1aecda002e Add 20 years ago
Bruce Momjian e5392a43f8 Alignment cleanup. 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 21 years ago
Tom Lane 8889685555 Suppress signed-vs-unsigned-char warnings. 21 years ago
Tom Lane 28d3ee4771 Actually, this macro had worse problems than a bogus name ... 21 years ago
Tom Lane 848c30a501 Fix misspelled macro name. Doesn't appear to be used anywhere yet, 21 years ago
Bruce Momjian 5955945828 Support 3 and 4-byte unicode characters. 21 years ago
Bruce Momjian e7fb9f18bf Add support for Win1252 encoding. 21 years ago
Bruce Momjian e3d7de6b99 Rename canonical encodings, per Peter: 21 years ago
Bruce Momjian e09567d850 Back out addition of Win1252 encoding. 21 years ago
Bruce Momjian 08e0b34bad Back out fix for Unicode characters above 0x10000 21 years ago
Bruce Momjian 4ea4f8bd06 Fix for Unicode characters above 0x10000. 21 years ago
Bruce Momjian 7af770d005 Add Charset WIN1252 support. 21 years ago
Peter Eisentraut 152a101f2b Allow WIN1250 as server encoding. 22 years ago