index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
mb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove all traces of multibyte and locale options. Clean up comments
Peter Eisentraut
2002-09-03
1
-6
/
+6
*
Add Cyrillic and other encodings for encoding conversion.
Tatsuo Ishii
2002-08-14
1
-1
/
+5
*
Fix typo. Remove #ifdef MULTIBYTE
Tatsuo Ishii
2002-07-29
1
-35
/
+25
*
I have committed many support files for CREATE CONVERSION. Default
Tatsuo Ishii
2002-07-18
1
-32
/
+17
*
Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp>
Tatsuo Ishii
2002-06-13
1
-2
/
+2
*
> Tatsuo Ishii wrote:
Bruce Momjian
2002-03-05
1
-4
/
+10
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
1
-4
/
+4
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
1
-35
/
+36
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
1
-119
/
+121
*
Ok, here is the modified encoding table (column1 is the standard name,
Tatsuo Ishii
2001-10-16
1
-13
/
+13
*
Add support for ISO-8859-6 to 16
Tatsuo Ishii
2001-10-11
1
-11
/
+98
*
Add pg_database_encoding_max_length() function.
Tatsuo Ishii
2001-09-23
1
-1
/
+2
*
Fix type_maximum_size() to give the right answer in MULTIBYTE cases.
Tom Lane
2001-09-21
1
-14
/
+24
*
Implement following item in TODO:
Tatsuo Ishii
2001-09-11
1
-1
/
+5
*
Commit Karel's patch.
Tatsuo Ishii
2001-09-06
1
-67
/
+148
*
Add conver/convert2 functions. They are similar to the SQL99's convert.
Tatsuo Ishii
2001-08-15
1
-1
/
+3
*
TODO item:
Tatsuo Ishii
2001-07-15
1
-1
/
+2
*
BTW it does not add encodign it just patches existing one (KOI8) to
Bruce Momjian
2001-05-03
1
-2
/
+3
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
1
-14
/
+15
*
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2001-02-10
1
-2
/
+1
*
Extend CREATE DATABASE to allow selection of a template database to be
Tom Lane
2000-11-14
1
-3
/
+1
*
Add support for code conversion between Unicode and other encodings.
Tatsuo Ishii
2000-10-30
1
-5
/
+9
*
Remove gcc-only macro definition
Tatsuo Ishii
2000-10-27
1
-2
/
+2
*
Support SET/SHOW/RESET client_encoding and server_encoding even when
Tom Lane
2000-10-25
1
-7
/
+1
*
Disable elog when linked with frontend.
Tatsuo Ishii
2000-10-12
1
-1
/
+8
*
Support for automatic code conversion between UNICODE and other
Tatsuo Ishii
2000-10-12
1
-1
/
+19
*
Change return type of:
Tatsuo Ishii
2000-08-25
1
-4
/
+4
*
#include cleanups
Bruce Momjian
2000-06-15
1
-2
/
+1
*
Another batch of fmgr updates. I think I have gotten all old-style
Tom Lane
2000-06-13
1
-4
/
+4
*
Clean up const-vs-not-const compiler warning in MULTIBYTE code.
Tom Lane
2000-04-20
1
-3
/
+3
*
Add builtin functions:
Tatsuo Ishii
2000-01-18
1
-1
/
+6
*
- Allow array on int8
Peter Eisentraut
2000-01-15
1
-2
/
+2
*
Fix for multi-byte includes.
Bruce Momjian
1999-07-17
1
-1
/
+2
*
Cleanup of /include #include's, for 6.6 only.
Bruce Momjian
1999-07-14
1
-3
/
+1
*
Fix some compiler warnings (Tomoaki Nishiyama), add WIN1250 support (Pavel Be...
Tatsuo Ishii
1999-07-11
1
-2
/
+3
*
pgindent run over code.
Bruce Momjian
1999-05-25
1
-2
/
+2
*
Add KOI8/WIN/ALT to the multi-byte encoding selections
Tatsuo Ishii
1999-03-24
1
-2
/
+6
*
Included patches make some enhancements to the multi-byte support.
Bruce Momjian
1999-02-02
1
-2
/
+5
*
MB patches from Tatsuo Ishii
Bruce Momjian
1998-09-25
1
-1
/
+2
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
1
-68
/
+72
*
o note that now pg_database has a new attribuite "encoding" even
Bruce Momjian
1998-08-24
1
-15
/
+16
*
From: t-ishii@sra.co.jp
Marc G. Fournier
1998-07-26
1
-4
/
+4
*
I really hope that I haven't missed anything in this one...
Marc G. Fournier
1998-07-24
1
-0
/
+122