Re: [BUGS] BUG #1931: ILIKE and LIKE fails on Turkish locale

2006-09-05 Thread Volkan YAZICI
On Sep 04 02:35, Tom Lane wrote: > "Devrim GUNDUZ" <[EMAIL PROTECTED]> writes: > > Like the bug report that was submitted a few days ago, > > http://archives.postgresql.org/pgsql-bugs/2005-09/msg00233.php > > I have the same thing for Turkish locale. > > Would you confirm that this is fixed by my

Re: [BUGS] BUG #1931: ILIKE and LIKE fails on Turkish locale

2006-06-15 Thread Volkan YAZICI
On Jun 15 09:33, Tom Lane wrote: > Volkan YAZICI <[EMAIL PROTECTED]> writes: > > Also, if you'd wish, I can prepare an ad-hoc regression tests patch > > for LATIN5 and UTF-8 support of Turkish characters. > > We know it's broken. What's needed is a p

Re: [BUGS] BUG #1931: ILIKE and LIKE fails on Turkish locale

2006-06-15 Thread Volkan YAZICI
On Jun 14 05:00, Bruce Momjian wrote: > Did we make any progress on this? If so, I can't find it. I've made some tests for upper(), lower(), ILIKE and ~* using cvs tip. Below are the details: Cluster Locale | client_encoding | upper() | lower() | ILIKE | ~* -+-+

Re: [BUGS] Strange random() Correlation

2006-05-27 Thread Volkan YAZICI
On May 27 11:50, Tom Lane wrote: > Volkan YAZICI <[EMAIL PROTECTED]> writes: > > ISTM, there's a problem in the correlation of random() to outer JOINs. > > The random() functions are being evaluated more than once because the > subselect gets "flattened"

[BUGS] Strange random() Correlation

2006-05-27 Thread Volkan YAZICI
Hi, ISTM, there's a problem in the correlation of random() to outer JOINs. Here's a test case: BEGIN; CREATE TEMP TABLE nuc_codes (id serial, code char(1)); COPY nuc_codes (code) FROM stdin; A C D G H K M N R S T U V W X Y \. SELECT id, code FROM nuc_codes; SELECT T1.r1, T1.r2, T2.code, T3.co

Re: [BUGS] BUG #2402: case insensitive match for unicode doesn't work

2006-04-24 Thread Volkan YAZICI
On Apr 21 05:29, Balázs Klein wrote: > Description:case insensitive match for unicode doesn't work Case conversion of multibyte characters related bugs has been resolved in cvs tip and will be available for 8.2. > I raised this issue on pgsql.general - > http://groups.google.com/group/pg

Re: [BUGS] BUG #2395: Can't get right type oid by PQftype.

2006-04-15 Thread Volkan YAZICI
On Apr 14 06:30, wangshj wrote: > In my database,the type oid of testdomainoid is 16385. But PQftype return 23 > for testdomainoid's type oid. PQftype() returns the OID of the actual _type_ used in the domain. Therefore, you get 23, OID of the int4/int type, in the above query. > How could I get

Re: [BUGS] BUG #2309: Wrong string comparison

2006-03-09 Thread Volkan YAZICI
Hi, On Mar 09 02:00, Yury Don wrote: > Looks like string comparison operators ignore spaces isnside of string. > Because of this sorting on text fields is wrong. > > mdb=# select 'a z'::text>'ad'::text; > ?column? > -- > t PostgreSQL relies on your locale for collation. Therefore, firs

Re: [BUGS] BUG #2246: Bad malloc interactions: ecpg, openssl

2006-02-14 Thread Volkan YAZICI
On Feb 13 04:01, Andrew Klosterman wrote: > I threw in a pthread mutex around the code making the database connections > for each of my threads. The problem is still there ("corrupted > double-linked list"). > ... > Program received signal SIGILL, Illegal instruction. > [Switching to Thread 16384

Re: [BUGS] BUG #2161: ILIKE does not work with german umlauts in UTF8

2006-01-11 Thread Volkan YAZICI
On Jan 10 01:38, Thomas Robak wrote: > Querying tables encoded UTF8 containing german umlauts such aus > Ö,ö,Ä,ä,Ü,ü with ILIKE will only return case-sensitive results. > For example: Please see these posts: http://archives.postgresql.org/pgsql-bugs/2006-01/msg00063.php http://archives.pos

Re: [BUGS] BUG #2155: problem with UNICODE and KOI8

2006-01-08 Thread Volkan YAZICI
On Jan 06 10:13, Vic wrote: > Database have enconding UNICODE. > Client have KOI8, > "lower" function not convert to lower case any russian worlds, > but english words convertable: This is a known problem related with multi-byte characters. There's a submitted patch pending for a complete review.

Re: [BUGS] BUG #1756: PQexec eats huge amounts of memory

2005-07-07 Thread Volkan YAZICI
Hi, A similar topic has been discussed before on pgsql-sql mailing list: Subject: SELECT very slow Thomas Kellerer URL: http://archives.postgresql.org/pgsql-sql/2005-06/msg00118.php Regards. On 7/6/05, Denis Vlasenko <[EMAIL PROTECTED]> wrote: > Bug reference: 1756 > Logged by: Den