Log Message:
---
fix problem with SQLState returning in failed stmt
Modified Files:
--
psqlodbc:
connection.c (r1.126 -> r1.127)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c.diff?r1=1.126&r2=1.127)
---
Log Message:
---
driver answer for pg_* tables in SQLColAttribute it it's asked direclty (don't
take a care on Show system tables option)
Modified Files:
--
psqlodbc:
info.c (r1.125 -> r1.126)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/
Log Message:
---
get count of binding parameters from stmt
it avoid bad data_at_exec parameters
Modified Files:
--
psqlodbc:
convert.c (r1.134 -> r1.135)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/convert.c.diff?r1=1.134&r2=1.135)
Log Message:
---
I have added these macros to c.h:
#define HIGHBIT (0x80)
#define IS_HIGHBIT_SET(ch) ((unsigned char)(ch) & HIGHBIT)
and removed CSIGNBIT and mapped it uses to HIGHBIT. I have also added
uses for IS_HIGHBIT_SET where appropriate. Thi
Log Message:
---
Minor doc tweak: "NOT NULL" is redundant with "SERIAL" in example.
Modified Files:
--
pgsql/doc/src/sgml/ref:
create_domain.sgml (r1.26 -> r1.27)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_domain.sgml.diff?r1=
Updated. Thanks.
---
Andrew Dunstan wrote:
> spelling error: s/surrouding/surrounding/
>
>
> cheers
>
> andrew
>
>
>
> Bruce Momjian wrote:
>
> >Log Message:
> >---
> >Update why unified diff is _sometimes_ b
Log Message:
---
Spell fix. Andrew.
Modified Files:
--
pgsql/doc:
FAQ_DEV (r1.103 -> r1.104)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_DEV.diff?r1=1.103&r2=1.104)
pgsql/doc/src/FAQ:
FAQ_DEV.html (r1.106 -> r1.107)
(http
spelling error: s/surrouding/surrounding/
cheers
andrew
Bruce Momjian wrote:
Log Message:
---
Update why unified diff is _sometimes_ better.
Modified Files:
--
pgsql/doc:
FAQ_DEV (r1.102 -> r1.103)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc
Log Message:
---
Update why unified diff is _sometimes_ better.
Modified Files:
--
pgsql/doc:
FAQ_DEV (r1.102 -> r1.103)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_DEV.diff?r1=1.102&r2=1.103)
pgsql/doc/src/FAQ:
FAQ_DEV.html (r1.10
Log Message:
---
Previous commit message should have been:
Add comment marker for PG_ENCODING_BE_LAST.
Modified Files:
--
pgsql/src/include/mb:
pg_wchar.h (r1.65 -> r1.66)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/mb/pg_wchar.h.diff?r1=
Log Message:
---
Add
Modified Files:
--
pgsql/src/include/mb:
pg_wchar.h (r1.64 -> r1.65)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/mb/pg_wchar.h.diff?r1=1.64&r2=1.65)
---(end of broadcast)---
Log Message:
---
Alignment cleanup.
Modified Files:
--
pgsql/src/include/mb:
pg_wchar.h (r1.63 -> r1.64)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/mb/pg_wchar.h.diff?r1=1.63&r2=1.64)
---(end of broadcast)
Log Message:
---
Formatting cleanups.
Modified Files:
--
pgsql/src/backend/utils/mb:
wchar.c (r1.49 -> r1.50)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/wchar.c.diff?r1=1.49&r2=1.50)
---(end of broadcast)
Log Message:
---
Formatting cleanup.
Modified Files:
--
pgsql/src/backend/utils/mb:
wchar.c (r1.48 -> r1.49)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/wchar.c.diff?r1=1.48&r2=1.49)
---(end of broadcast)-
Log Message:
---
Fix long standing Asian multibyte charsets bug.
See:
Subject: [HACKERS] bugs with certain Asian multibyte charsets
From: Tatsuo Ishii <[EMAIL PROTECTED]>
To: [email protected]
Date: Sat, 24 Dec 2005 18:25:33 +0900 (JST)
for more details.
Tags:
REL7_3_STAB
Log Message:
---
Fix long standing Asian multibyte charsets bug.
See:
Subject: [HACKERS] bugs with certain Asian multibyte charsets
From: Tatsuo Ishii <[EMAIL PROTECTED]>
To: [email protected]
Date: Sat, 24 Dec 2005 18:25:33 +0900 (JST)
for more details.
Tags:
REL7_4_STAB
Log Message:
---
Fix long standing Asian multibyte charsets bug.
See:
Subject: [HACKERS] bugs with certain Asian multibyte charsets
From: Tatsuo Ishii <[EMAIL PROTECTED]>
To: [email protected]
Date: Sat, 24 Dec 2005 18:25:33 +0900 (JST)
for more details.
Tags:
REL8_0_STAB
Log Message:
---
Fix long standing Asian multibyte charsets bug.
See:
Subject: [HACKERS] bugs with certain Asian multibyte charsets
From: Tatsuo Ishii <[EMAIL PROTECTED]>
To: [email protected]
Date: Sat, 24 Dec 2005 18:25:33 +0900 (JST)
for more details.
Tags:
REL8_1_STAB
Log Message:
---
Fix long standing Asian multibyte charsets bug.
See:
Subject: [HACKERS] bugs with certain Asian multibyte charsets
From: Tatsuo Ishii <[EMAIL PROTECTED]>
To: [email protected]
Date: Sat, 24 Dec 2005 18:25:33 +0900 (JST)
for more details/
Modified Files:
--
19 matches
Mail list logo