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
/
conversion_procs
/
Makefile
Commit message (
Expand
)
Author
Age
*
Support for KOI8U encoding
Peter Eisentraut
2009-02-10
*
Add missing descriptions for aggregates, functions and conversions.
Bruce Momjian
2008-08-23
*
Catch all errors in for and while loops in makefiles. Don't ignore any
Peter Eisentraut
2008-03-18
*
Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004,
Tatsuo Ishii
2007-03-25
*
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
*
Allow installation into directories containing spaces in the name.
Peter Eisentraut
2005-12-09
*
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
*
Rename canonical encodings, per Peter:
Bruce Momjian
2005-03-07
*
If we don't have shared libraries, we don't have conversions. Make
Tom Lane
2004-01-21
*
$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
*
Tweak conversion names to follow the established naming scheme, and
Peter Eisentraut
2002-09-24
*
Avoid multiple scans of utils/mb/conversion_procs/ subdirectories during
Tom Lane
2002-09-04
*
Add a bunch of pseudo-types to replace the behavior formerly associated
Tom Lane
2002-08-22
*
Add Cyrillic and other encodings for encoding conversion.
Tatsuo Ishii
2002-08-14
*
Add SQL99 CONVERT() function.
Tatsuo Ishii
2002-08-06
*
Create directory before installing files.
Peter Eisentraut
2002-07-18
*
Add conversion procs for CREATE CONVERSION
Tatsuo Ishii
2002-07-16