| Commit message (Expand) | Author | Age |
* | Undo some more pgindent breakage. Per buildfarm. | Tom Lane | 2010-02-27 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Remove personal copyright now that file has been rewritten using | Bruce Momjian | 2010-02-16 |
* | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 |
* | Remove sometimes inaccurate error hint about source of wrongly encoded data. | Andrew Dunstan | 2010-01-04 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Make initdb behave sanely when the selected locale has codeset "US-ASCII". | Tom Lane | 2009-11-12 |
* | Rename some encoding conversion modules to keep pathnames in our source | Tom Lane | 2009-11-04 |
* | Fix typo in previous release as reported by Itagaki Takahiro, but missed | Magnus Hagander | 2009-10-17 |
* | Write to the Windows eventlog in UTF16, converting the message encoding | Magnus Hagander | 2009-10-17 |
* | Update of install-sh, mkinstalldirs, and associated configury | Peter Eisentraut | 2009-08-26 |
* | Expand test coverage support to entire tree | Peter Eisentraut | 2009-08-07 |
* | Don't use 'return' where you should use 'PG_RETURN_xxx'. | Tom Lane | 2009-07-07 |
* | More sensible character_octet_length | Peter Eisentraut | 2009-07-07 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Update UTF-8 <--> EUC_KR, JOHAB, UHC mappings. | Tatsuo Ishii | 2009-05-03 |
* | Move gettext encoding names into encnames.c, so we only have one place to upd... | Magnus Hagander | 2009-04-24 |
* | Tell gettext which codeset to use by calling bind_textdomain_codeset(). We | Heikki Linnakangas | 2009-04-08 |
* | Add entry in the encoding number to OS name table for KOI8-U. | Peter Eisentraut | 2009-04-06 |
* | Fix SetClientEncoding() to maintain a cache of previously selected encoding | Tom Lane | 2009-04-02 |
* | Fix case of the just resurrected UCS_to_BIG5.pl script, and update | Heikki Linnakangas | 2009-03-18 |
* | Add seven kanji characters defined in the Windows 950 codepage to our | Heikki Linnakangas | 2009-03-18 |
* | Revert pg_bind_textdomain_codeset to a existant-but-empty function when | Alvaro Herrera | 2009-03-09 |
* | pg_bind_textdomain_codeset must exist only on ENABLE_NLS. | Alvaro Herrera | 2009-03-08 |
* | On Windows, call bind_textdomain_codeset on domains other than the default one, | Alvaro Herrera | 2009-03-08 |
* | When we are in error recursion trouble, arrange to suppress translation and | Tom Lane | 2009-03-02 |
* | Fix usage of char2wchar/wchar2char. Changes: | Teodor Sigaev | 2009-03-02 |
* | Fix buffer allocations in encoding conversion routines so that they won't | Tom Lane | 2009-02-28 |
* | Support for KOI8U encoding | Peter Eisentraut | 2009-02-10 |
* | Remove the encoding *numbers* from the comments. They are useless, and | Peter Eisentraut | 2009-02-10 |
* | Add possibility to generate only some files, by passing command-line | Peter Eisentraut | 2009-02-10 |
* | Replace argument-checking Asserts with regular test-and-elog checks in all | Tom Lane | 2009-01-29 |
* | Explicitly bind gettext to the correct encoding on Windows. | Magnus Hagander | 2009-01-22 |
* | Use the new text domain names ("postgres-8.4" instead of "postgres") | Magnus Hagander | 2009-01-19 |
* | Add a pg_encoding_mbcliplen() function that is just like pg_mbcliplen() | Tom Lane | 2009-01-04 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Add an explicit caution about how to use pg_do_encoding_conversion with | Tom Lane | 2008-11-11 |
* | pg_do_encoding_conversion cannot return NULL (at least not unless the input | Tom Lane | 2008-11-10 |
* | Unicode escapes in strings and identifiers | Peter Eisentraut | 2008-10-29 |
* | Install a more robust solution for the problem of infinite error-processing | Tom Lane | 2008-10-27 |
* | Suppress gcc warning about possibly-uninitialized variable. It's not | Tom Lane | 2008-08-29 |
* | Add missing descriptions for aggregates, functions and conversions. | Bruce Momjian | 2008-08-23 |
* | Fix compiler warning introduced by recent patch. Tsk tsk. | Tom Lane | 2008-06-18 |
* | Move wchar2char() and char2wchar() from tsearch into /mb to be easier to | Bruce Momjian | 2008-06-18 |
* | Add URL for introduction to multibyte programming in C. | Bruce Momjian | 2008-06-17 |
* | Explicitly bind gettext() to the UTF8 locale when in use. | Magnus Hagander | 2008-05-27 |
* | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan | 2008-05-17 |
* | Clean up a few places where Datums were being treated as pointers without | Tom Lane | 2008-04-12 |
* | Implement a few changes to how shared libraries and dynamically loadable | Peter Eisentraut | 2008-04-07 |
* | More README src cleanups. | Bruce Momjian | 2008-03-21 |