postgresql/src/include
Marc G. Fournier f554af0a9f From: t-ishii@sra.co.jp
Hi, here are patches I promised (against 6.3.2):

* character_length(), position(), substring() are now aware of
          multi-byte characters
* add octet_length()
* add --with-mb option to configure
* new regression tests for EUC_KR
  (contributed by "Soonmyung. Hong" <hong@lunaris.hanmesoft.co.kr>)
* add some test cases to the EUC_JP regression test
* fix problem in regress/regress.sh in case of System V
* fix toupper(), tolower() to handle 8bit chars

note that:

o  patches for both configure.in and configure are
included. maybe the one for configure is not necessary.

o pg_proc.h was modified to add octet_length(). I used OIDs
(1374-1379) for that. Please let me know if these numbers are not
appropriate.
1998-04-27 17:10:50 +00:00
..
access Re-apply Darren's char2-16 removal code. 1998-04-26 04:12:15 +00:00
bootstrap pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
catalog From: t-ishii@sra.co.jp 1998-04-27 17:10:50 +00:00
commands pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
executor Inline some small functions called for every row. 1998-04-24 14:43:33 +00:00
lib Fix spelling of "including 1998-03-20 04:12:25 +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 Move HAVING function to proper file. 1998-04-15 15:29:57 +00:00
parser pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
port From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu> 1998-04-27 14:46:51 +00:00
regex From: t-ishii@sra.co.jp 1998-04-27 17:10:50 +00:00
rewrite pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
storage From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu> 1998-04-27 14:46:51 +00:00
tcop pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
utils From: t-ishii@sra.co.jp 1998-04-27 17:10:50 +00:00
c.h ASSERT fixes. 1998-04-06 17:27:54 +00:00
config.h.in Assert fix 1998-04-06 17:52:35 +00:00
miscadmin.h Remove GetDatabaseName/Path and use globals. Make consts later. 1998-04-05 21:04:50 +00:00
postgres.h Re-apply Darren's char2-16 removal code. 1998-04-26 04:12:15 +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 Re-apply Darren's char2-16 removal code. 1998-04-26 04:12:15 +00:00