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
Commit message (
Expand
)
Author
Age
*
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
*
Assorted fixes for Cygwin:
Peter Eisentraut
2002-09-05
*
pgindent run.
Bruce Momjian
2002-09-04
*
Avoid multiple scans of utils/mb/conversion_procs/ subdirectories during
Tom Lane
2002-09-04
*
Refrect the changes to src/test/regress/sql/conversion.sql By Tom.
Tatsuo Ishii
2002-09-04
*
Remove erroneous character from Makefile due to editor error.
Bruce Momjian
2002-08-22
*
Add a bunch of pseudo-types to replace the behavior formerly associated
Tom Lane
2002-08-22
*
Changes made so new conversion Makefiles will build out of the source tree.
Bruce Momjian
2002-08-21
*
Add Cyrillic and other encodings for encoding conversion.
Tatsuo Ishii
2002-08-14
*
Address build problems on cygwin and (hopefully) AIX.
Tatsuo Ishii
2002-08-08
*
Add SQL99 CONVERT() function.
Tatsuo Ishii
2002-08-06
*
Add Japanese README explaining how to add new conversion.
Tatsuo Ishii
2002-07-24
*
Create directory before installing files.
Peter Eisentraut
2002-07-18
*
Add conversion procs for CREATE CONVERSION
Tatsuo Ishii
2002-07-16