index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
mb
Commit message (
Expand
)
Author
Age
*
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
*
Make source code READMEs more consistent. Add CVS tags to all README files.
Bruce Momjian
2008-03-20
*
Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to the
Heikki Linnakangas
2008-03-20
*
Catch all errors in for and while loops in makefiles. Don't ignore any
Peter Eisentraut
2008-03-18
*
Refactor backend makefiles to remove lots of duplicate code
Peter Eisentraut
2008-02-19
*
Remove incorrect (and ill-advised anyway) pfree's in pg_convert_from and
Tom Lane
2008-01-09
*
Fix some missed copyright updates.
Tom Lane
2008-01-01
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Cleanup for new else/comment handling.
Bruce Momjian
2007-11-16
*
Fix pgindent to properly handle 'else' and single-line comments on the
Bruce Momjian
2007-11-15
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Fix pg_wchar_table[] to match revised ordering of the encoding ID enum.
Tom Lane
2007-10-15
*
Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the
Tom Lane
2007-10-13
*
Add comments re text <-> bytea internal equivalence in convert routines.
Andrew Dunstan
2007-09-24
*
Use correct PG_GETARG macro in pg_convert
Andrew Dunstan
2007-09-24
*
Close previously open holes for invalidly encoded data to enter the
Andrew Dunstan
2007-09-18
*
Suppress an integer-overflow warning.
Tom Lane
2007-07-12
*
Tweak the code in a couple of places to try to deliver more user-friendly
Tom Lane
2007-05-28
[next]