postgresql/src/include
Marc G. Fournier 661ecf3c48 From: t-ishii@sra.co.jp
Included are patches intended for allowing PostgreSQL to handle
multi-byte charachter sets such as EUC(Extende Unix Code), Unicode and
Mule internal code. With the MB patch you can use multi-byte character
sets in regexp and LIKE. The encoding system chosen is determined at
the compile time.

To enable the MB extension, you need to define a variable "MB" in
Makefile.global or in Makefile.custom. For further information please
take a look at README.mb under doc directory.

(Note that unlike "jp patch" I do not use modified GNU regexp any
more. I changed Henry Spencer's regexp coming with PostgreSQL.)
1998-03-15 07:39:04 +00:00
..
access From: "Billy G. Allie" <Bill.Allie@mug.org> 1998-03-01 04:47:38 +00:00
bootstrap pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
catalog Fix bad oid in table. 1998-03-07 04:49:57 +00:00
commands pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
executor ExecReScan for MergeJoin. 1998-02-27 16:12:09 +00:00
lib pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
libpq Last minute clean up for SunOS... 1998-03-02 05:42:15 +00:00
nodes pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
optimizer pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
parser pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
port From: "Billy G. Allie" <Bill.Allie@mug.org> 1998-03-01 04:47:38 +00:00
regex From: t-ishii@sra.co.jp 1998-03-15 07:39:04 +00:00
rewrite pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
storage From: "Billy G. Allie" <Bill.Allie@mug.org> 1998-03-01 04:47:38 +00:00
tcop pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
utils pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
c.h pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
config.h.in From: "Denis V. Dmitrienko" <denis@null.net> 1998-02-24 15:27:04 +00:00
miscadmin.h pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
postgres.h pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
postgres_ext.h Massive commit to run PGINDENT on all *.c and *.h files. 1997-09-07 05:04:48 +00:00
rusagestub.h pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
strdup.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
version.h Update version to 6.3. dump/reload for 6.1 version users. 1997-10-30 22:09:04 +00:00