Re: [BUGS] Possible regression: libpq + SSL aborts when user has no home directory

2011-03-03 Thread Magnus Hagander
On Fri, Mar 4, 2011 at 00:58, Tom Lane wrote: > I wrote: >> Christian Kastner writes: >>> Using libpq 9.0.3, when an SSL connection is attempted from a client >>> whose EUID is not in a password database, the connection fails because >>> the home directory cannot be determined. With libpq 8.4.7,

Re: [BUGS] BUG #5913: invalid page header

2011-03-03 Thread John R Pierce
On 03/03/11 6:56 PM, Cristian Lazarte wrote: The following bug has been logged online: Bug reference: 5913 Logged by: Cristian Lazarte Email address: cristianlaza...@hotmail.com PostgreSQL version: 8.0.2 Operating system: WINDOWS XP Description:invalid page header De

[BUGS] BUG #5913: invalid page header

2011-03-03 Thread Cristian Lazarte
The following bug has been logged online: Bug reference: 5913 Logged by: Cristian Lazarte Email address: cristianlaza...@hotmail.com PostgreSQL version: 8.0.2 Operating system: WINDOWS XP Description:invalid page header Details: pg_dump problem invalid page header

Re: [BUGS] Possible regression: libpq + SSL aborts when user has no home directory

2011-03-03 Thread Christian Kastner
On 03/04/2011 12:58 AM, Tom Lane wrote: > I wrote: >> Christian Kastner writes: >>> Using libpq 9.0.3, when an SSL connection is attempted from a client >>> whose EUID is not in a password database, the connection fails because >>> the home directory cannot be determined. With libpq 8.4.7, everyth

Re: [BUGS] BUG #5851: ROHS (read only hot standby) needs to be restarted manually in somecases.

2011-03-03 Thread mark
> -Original Message- > From: Robert Haas [mailto:robertmh...@gmail.com] > Sent: Thursday, March 03, 2011 9:04 AM > To: mark > Cc: Fujii Masao; pgsql-bugs@postgresql.org > Subject: Re: [BUGS] BUG #5851: ROHS (read only hot standby) needs to be > restarted manually in somecases. > > On Tue

Re: [BUGS] Possible regression: libpq + SSL aborts when user has no home directory

2011-03-03 Thread Tom Lane
I wrote: > Christian Kastner writes: >> Using libpq 9.0.3, when an SSL connection is attempted from a client >> whose EUID is not in a password database, the connection fails because >> the home directory cannot be determined. With libpq 8.4.7, everything is >> fine. > Hmm. Offhand I agree that

Re: [BUGS] Mismapping of Mountain Time

2011-03-03 Thread Tom Lane
Josh Berkus writes: >> It's not all that separate: per the Olsen database, >> >> Link America/Denver US/Mountain >> Link America/Denver Navajo > What's more my concern is that Ubuntu, Debian and Red Hat do not set > $TZ, so we'll get this kind of behavior on most Linux systems

Re: [BUGS] Mismapping of Mountain Time

2011-03-03 Thread Tom Lane
"Kevin Grittner" writes: > Tom Lane wrote: >> It's not all that separate: per the Olsen database, >> >> Link America/Denver US/Mountain >> Link America/Denver Navajo > Yeah, it gets complicated, since the State of Arizona ignores > Daylight Saving Time adjustments. On the ot

Re: [BUGS] Mismapping of Mountain Time

2011-03-03 Thread Josh Berkus
> It's not all that separate: per the Olsen database, > > Link America/Denver US/Mountain > Link America/Denver Navajo > > Those are all aliases for the exact same timezone behavior, and PG > doesn't have any good way to choose which one you think is preferred. > It looks lik

Re: [BUGS] Mismapping of Mountain Time

2011-03-03 Thread Kevin Grittner
Tom Lane wrote: > Josh Berkus writes: >> There is actually a time zone "Navajo", which is a *separate* >> time zone from US/Mountain. Ideas on how this happened? > > It's not all that separate: per the Olsen database, > > Link America/Denver US/Mountain > Link America/Denver

Re: [BUGS] Mismapping of Mountain Time

2011-03-03 Thread Jon Nelson
On Thu, Mar 3, 2011 at 5:10 PM, Tom Lane wrote: > Josh Berkus writes: >> echo $TZ returns nothing.  We've checked several Ubuntu systems, and it >> seems that Ubuntu does not set $TZ. > > Red Hat doesn't either; I think this is a general habit on Linux > distros. If you are using glibc, this is

Re: [BUGS] Mismapping of Mountain Time

2011-03-03 Thread Tom Lane
Josh Berkus writes: > echo $TZ returns nothing. We've checked several Ubuntu systems, and it > seems that Ubuntu does not set $TZ. Red Hat doesn't either; I think this is a general habit on Linux distros. regards, tom lane -- Sent via pgsql-bugs mailing list (pgsql-bug

Re: [BUGS] Mismapping of Mountain Time

2011-03-03 Thread Josh Berkus
On 3/3/11 2:31 PM, Josh Berkus wrote: > uname -a > Linux hemingway 2.6.32-25-server #44-Ubuntu SMP Fri Sep 17 21:13:39 UTC > 2010 x86_64 GNU/Linux > > date > Thu Mar 3 15:30:17 MST 2011 Also: echo $TZ returns nothing. We've checked several Ubuntu systems, and it seems that Ubuntu does not set

Re: [BUGS] Mismapping of Mountain Time

2011-03-03 Thread Tom Lane
Josh Berkus writes: > ls -l localtime > lrwxrwxrwx 1 root root 31 2010-10-18 08:20 localtime -> > /usr/share/zoneinfo/US/Mountain > postgres=# select * from pg_settings where name = 'TimeZone'; > setting| Navajo > There is actually a time zone "Navajo", which is a *separate* time zone > from

[BUGS] Mismapping of Mountain Time

2011-03-03 Thread Josh Berkus
uname -a Linux hemingway 2.6.32-25-server #44-Ubuntu SMP Fri Sep 17 21:13:39 UTC 2010 x86_64 GNU/Linux date Thu Mar 3 15:30:17 MST 2011 ls -l localtime lrwxrwxrwx 1 root root 31 2010-10-18 08:20 localtime -> /usr/share/zoneinfo/US/Mountain postgres=# select * from pg_settings where name = 'Tim

Re: [BUGS] Possible regression: libpq + SSL aborts when user has no home directory

2011-03-03 Thread Tom Lane
Christian Kastner writes: > Using libpq 9.0.3, when an SSL connection is attempted from a client > whose EUID is not in a password database, the connection fails because > the home directory cannot be determined. With libpq 8.4.7, everything is > fine. > I encountered this issue on my mail host,

[BUGS] Possible regression: libpq + SSL aborts when user has no home directory

2011-03-03 Thread Christian Kastner
Using libpq 9.0.3, when an SSL connection is attempted from a client whose EUID is not in a password database, the connection fails because the home directory cannot be determined. With libpq 8.4.7, everything is fine. I encountered this issue on my mail host, where I use virtual users. When mail

Re: [BUGS] BUG #5867: wish: plpgsql print table for debug

2011-03-03 Thread Pavel Stehule
2011/3/3 Dimitri Fontaine : > Tom Lane writes: >> Note that doing anything more than RAISE NOTICE or equivalent would >> imply a significant protocol change. > > My understanding is that the standard allows multiple resultsets per > query, is that the protocol change you're talking about? > There

Re: [BUGS] BUG #5867: wish: plpgsql print table for debug

2011-03-03 Thread Dimitri Fontaine
Tom Lane writes: > Note that doing anything more than RAISE NOTICE or equivalent would > imply a significant protocol change. My understanding is that the standard allows multiple resultsets per query, is that the protocol change you're talking about? Regards, -- Dimitri Fontaine http://2ndQuad

Re: [BUGS] BUG #5867: wish: plpgsql print table for debug

2011-03-03 Thread Merlin Moncure
On Thu, Mar 3, 2011 at 12:37 PM, Richard Neill wrote: > >> Sure it does.  You can pass the tuple to RAISE NOTICE easily enough. >> It won't have all the same bells and whistles psql would supply, but >> it prints out well enough for debugging.  Or at least it's never >> bothered me. > > Sorry if I

Re: [BUGS] BUG #5867: wish: plpgsql print table for debug

2011-03-03 Thread Pavel Stehule
2011/3/3 Richard Neill : > >> Sure it does.  You can pass the tuple to RAISE NOTICE easily enough. >> It won't have all the same bells and whistles psql would supply, but >> it prints out well enough for debugging.  Or at least it's never >> bothered me. > > Sorry if I'm being dense, but I can't se

Re: [BUGS] BUG #5867: wish: plpgsql print table for debug

2011-03-03 Thread Richard Neill
Note that doing anything more than RAISE NOTICE or equivalent would imply a significant protocol change. You can't just shove a table out to the client, because it'll think that that's the response to the outer SELECT (or whatever) command that called your function. So while it'd be kind of co

Re: [BUGS] BUG #5867: wish: plpgsql print table for debug

2011-03-03 Thread Richard Neill
Sure it does. You can pass the tuple to RAISE NOTICE easily enough. It won't have all the same bells and whistles psql would supply, but it prints out well enough for debugging. Or at least it's never bothered me. Sorry if I'm being dense, but I can't see how you can pass a tuple; I think r

Re: [BUGS] BUG #5867: wish: plpgsql print table for debug

2011-03-03 Thread Richard Neill
Dear Pavel, Thanks for your help. Do you not think it would be really amazingly useful? After all, in C, the single most useful debugging tool is "fprintf(stderr,...)", and yet postgresql doesn't have an equivalent that can operate on the most common data format. [I'm stretching the analogy a b

Re: [BUGS] BUG #5867: wish: plpgsql print table for debug

2011-03-03 Thread Robert Haas
On Thu, Mar 3, 2011 at 1:37 PM, Richard Neill wrote: > >> Sure it does.  You can pass the tuple to RAISE NOTICE easily enough. >> It won't have all the same bells and whistles psql would supply, but >> it prints out well enough for debugging.  Or at least it's never >> bothered me. > > Sorry if I'

Re: [BUGS] BUG #5867: wish: plpgsql print table for debug

2011-03-03 Thread Tom Lane
Robert Haas writes: > On Thu, Mar 3, 2011 at 12:12 PM, Richard Neill wrote: >> Do you not think it would be really amazingly useful? After all, in C, the >> single most useful debugging tool is "fprintf(stderr,...)", and yet >> postgresql doesn't have an equivalent that can operate on the most co

Re: [BUGS] BUG #5903: Turkish encoding problem

2011-03-03 Thread Robert Haas
On Tue, Mar 1, 2011 at 1:59 AM, Sarp Akal wrote: > > The following bug has been logged online: > > Bug reference:      5903 > Logged by:          Sarp Akal > Email address:      s...@dms-tech.com > PostgreSQL version: 9.0.2 > Operating system:   Windows Server 2008 R2 x64 > Description:        Tur

Re: [BUGS] BUG #5869: postgresql corrupts unquoted non-ascii chars in column aliases

2011-03-03 Thread David Schmitt
On 03.03.2011 16:08, Robert Haas wrote: On Tue, Feb 8, 2011 at 2:19 AM, David Schmitt wrote: Example query: SELECT column as zurück FROM table; results in corruption of the "ü" (umlaut u). This causes Npgsql to fail to match up the columns in the result set (see http://pgfoundry.org/tracker

Re: [BUGS] BUG #5867: wish: plpgsql print table for debug

2011-03-03 Thread Robert Haas
On Thu, Mar 3, 2011 at 12:12 PM, Richard Neill wrote: > Do you not think it would be really amazingly useful? After all, in C, the > single most useful debugging tool is "fprintf(stderr,...)", and yet > postgresql doesn't have an equivalent that can operate on the most common > data format. [I'm s

Re: [BUGS] BUG #5906: assertion failure in AtCleanup_Portals

2011-03-03 Thread Tom Lane
I wrote: > We could revert the addition of the "cleanup == NULL" assert in > AtCleanup_Portals, but I'm still feeling that that assertion is a good > thing. Maybe the cleanest fix is to have PortalRun do something to run > the cleanup hook where it does this: > /* Prevent portal's

Re: [BUGS] BUG #5867: wish: plpgsql print table for debug

2011-03-03 Thread Pavel Stehule
Hello > > Do you not think it would be really amazingly useful? After all, in C, the > single most useful debugging tool is "fprintf(stderr,...)", and yet > postgresql doesn't have an equivalent that can operate on the most common > data format. [I'm stretching the analogy a bit here, but it seems

Re: [BUGS] BUG #5912: Etc/GMT time utc offset error

2011-03-03 Thread Tom Lane
"Ross Williams" writes: > On the target OS the offsets are correct GMT+ gives a increased utc_offset. > When I attempt to set via postgres, the timezone are flipped + for - and > vice versa. The problem is that there are conflicting standards for the sign of UTC offsets. The conventions Postgres

Re: [BUGS] BUG #5867: wish: plpgsql print table for debug

2011-03-03 Thread Richard Neill
The following bug has been logged online: Bug reference: 5867 Logged by: Richard Neill Email address: postgre...@richardneill.org PostgreSQL version: 9.03 Operating system: Linux Description:wish: plpgsql print table for debug Details: When debugging a plpgsql functi

Re: [BUGS] can't build contrib/uuid-ossp

2011-03-03 Thread Tom Lane
Robert Haas writes: > On Thu, Mar 3, 2011 at 11:16 AM, Jeff Hamann wrote: >> I've attached the config.log file. > It looks like the trouble is here: > In file included from conftest.c:92: > /usr/local/include/uuid.h:94: error: conflicting types for 'uuid_t' > /usr/include/unistd.h:133: error: p

Re: [BUGS] BUG #5869: postgresql corrupts unquoted non-ascii chars in column aliases

2011-03-03 Thread Robert Haas
On Thu, Mar 3, 2011 at 11:51 AM, David Schmitt wrote: > On 03.03.2011 16:08, Robert Haas wrote: >> >> On Tue, Feb 8, 2011 at 2:19 AM, David Schmitt  wrote: >>> >>> Example query: >>> >>>  SELECT column as zurück FROM table; >>> >>> results in corruption of the "ü" (umlaut u). This causes Npgsql to

Re: [BUGS] Corrupted index on 9.0.3 streaming hot standby

2011-03-03 Thread Robert Haas
On Thu, Mar 3, 2011 at 11:39 AM, Jakub Ouhrabka wrote: > Hi Robert, > >> If there hasn't been a system crash on the standby, then it's harder >> to explain.  It'd be interesting to compare the disk blocks in the >> index on the standby with the disk blocks in the index on the master >> and figure

Re: [BUGS] BUG #5899: Memory corruption when running psql

2011-03-03 Thread Robert Haas
On Thu, Mar 3, 2011 at 11:14 AM, Ross Barrett wrote: > I determined that this issue was caused by something (a large error message > relating to failed delete caused by an integrity issue) which I erroneously > pasted into the psql terminal.  I was able to get around the problem by > deleting my .

Re: [BUGS] BUG #5863: help message report 5433 as default port

2011-03-03 Thread Robert Haas
On Thu, Mar 3, 2011 at 11:38 AM, Dave Page wrote: > On Thu, Mar 3, 2011 at 8:30 PM, Robert Haas wrote: >> On Wed, Feb 2, 2011 at 4:06 PM, R. Engmann wrote: >>> >>> The following bug has been logged online: >>> >>> Bug reference:      5863 >>> Logged by:          R. Engmann >>> Email address:    

Re: [BUGS] BUG #5911: pg_notify() function only works when channel name is lower case

2011-03-03 Thread Josh
Thank you both for clearing that up (and doing so quite quickly!). The behavior makes complete sense now that I understand what is happening here behind the scenes. Regards, Josh On 3/3/2011 11:24 AM, Tom Lane wrote: "Joshua McDougall" writes: When using the pg_notify(text,text) function, t

Re: [BUGS] Corrupted index on 9.0.3 streaming hot standby

2011-03-03 Thread Jakub Ouhrabka
Hi Robert, > If there hasn't been a system crash on the standby, then it's harder > to explain. It'd be interesting to compare the disk blocks in the > index on the standby with the disk blocks in the index on the master > and figure out which ones are different and in what way. pg_filedump > m

Re: [BUGS] BUG #5899: Memory corruption when running psql

2011-03-03 Thread Ross Barrett
I determined that this issue was caused by something (a large error message relating to failed delete caused by an integrity issue) which I erroneously pasted into the psql terminal. I was able to get around the problem by deleting my .pg_history file. Perhaps it is more accurate that this is a p

[BUGS] BUG #5912: Etc/GMT time utc offset error

2011-03-03 Thread Ross Williams
The following bug has been logged online: Bug reference: 5912 Logged by: Ross Williams Email address: ross.willi...@watchguard.com PostgreSQL version: 8.3.1 and 8.4.7 Operating system: FreeBSD 7.3 and Ubuntu 10 Description:Etc/GMT time utc offset error Details: On t

Re: [BUGS] BUG #5906: assertion failure in AtCleanup_Portals

2011-03-03 Thread Tom Lane
Itagaki Takahiro writes: > On Thu, Mar 3, 2011 at 09:14, YAMAMOTO Takashi wrote: >> here's a small test case. > I was able to reproduce the assertion failure. > It looks we call CreatePortal for ROLLBACK, but don't invoke > DropPortal nor AtAbort_Portals before AtCleanup_Portals. Hmm. The rea

Re: [BUGS] BUG #5863: help message report 5433 as default port

2011-03-03 Thread Dave Page
On Thu, Mar 3, 2011 at 8:30 PM, Robert Haas wrote: > On Wed, Feb 2, 2011 at 4:06 PM, R. Engmann wrote: >> >> The following bug has been logged online: >> >> Bug reference:      5863 >> Logged by:          R. Engmann >> Email address:      rengm...@web.de >> PostgreSQL version: 9.0.3 >> Operating

Re: [BUGS] BUG #5865: Problem regarding Postgresql installation and ODBC driver installation in 64 bit Windows Vista OS

2011-03-03 Thread Dave Page
On Fri, Feb 4, 2011 at 10:07 AM, Amruta Buch wrote: > > The following bug has been logged online: > > Bug reference:      5865 > Logged by:          Amruta Buch > Email address:      ayb...@gmail.com > PostgreSQL version: Version 9.0.3-1 > Operating system:   Windows Vista > Description:        Pr

Re: [BUGS] can't build contrib/uuid-ossp

2011-03-03 Thread Robert Haas
On Thu, Mar 3, 2011 at 11:16 AM, Jeff Hamann wrote: > I've attached the config.log file. It looks like the trouble is here: In file included from conftest.c:92: /usr/local/include/uuid.h:94: error: conflicting types for 'uuid_t' /usr/include/unistd.h:133: error: previous declaration of 'uuid_t'

Re: [BUGS] BUG #5911: pg_notify() function only works when channel name is lower case

2011-03-03 Thread Tom Lane
"Joshua McDougall" writes: > When using the pg_notify(text,text) function, the channel name MUST be lower > case otherwise the message does not go through. It's not clear to me that this is a bug. The argument of NOTIFY is a SQL identifier, which is folded to lower case by the lexer if not doubl

Re: [BUGS] BUG #5911: pg_notify() function only works when channel name is lower case

2011-03-03 Thread Merlin Moncure
On Thu, Mar 3, 2011 at 9:20 AM, Joshua McDougall wrote: > > The following bug has been logged online: > > Bug reference:      5911 > Logged by:          Joshua McDougall > Email address:      j...@schemaverse.com > PostgreSQL version: 9.0.3 > Operating system:   Slackware Linux  Kernel  2.6.28.6 >

Re: [BUGS] Problem with ALTER TABLE - occasional "tuple concurrently updated"

2011-03-03 Thread Robert Haas
On Thu, Nov 18, 2010 at 1:35 PM, Alvaro Herrera wrote: > Excerpts from Alvaro Herrera's message of jue nov 18 15:31:16 -0300 2010: >> Excerpts from Robert Haas's message of jue nov 18 15:11:37 -0300 2010: >> >> > In the current master branch, it appears that "ALTER TABLE c INHERIT >> > p" takes a

Re: [BUGS] BUG #5818: initdb lose the single quote of locale

2011-03-03 Thread Robert Haas
On Fri, Jan 7, 2011 at 1:42 AM, yulei wrote: > > The following bug has been logged online: > > Bug reference:      5818 > Logged by:          yulei > Email address:      yu...@hotmail.com > PostgreSQL version: 9.0.2 > Operating system:   Windows XP Service Pack 3 > Description:        initdb lose

Re: [BUGS] BUG #5827: no consigo instalarlo

2011-03-03 Thread Robert Haas
On Mon, Jan 10, 2011 at 6:19 PM, jon varona wrote: > > The following bug has been logged online: > > Bug reference:      5827 > Logged by:          jon varona > Email address:      jonvar...@hotmail.com > PostgreSQL version: 9.0.2-1 > Operating system:   windows 7 > Description:        no consigo

[BUGS] BUG #5911: pg_notify() function only works when channel name is lower case

2011-03-03 Thread Joshua McDougall
The following bug has been logged online: Bug reference: 5911 Logged by: Joshua McDougall Email address: j...@schemaverse.com PostgreSQL version: 9.0.3 Operating system: Slackware Linux Kernel 2.6.28.6 Description:pg_notify() function only works when channel name is

[BUGS] BUG #5909: Function pg_get_expr throwing error for non superuser

2011-03-03 Thread tushar
The following bug has been logged online: Bug reference: 5909 Logged by: tushar Email address: tushar...@gmail.com PostgreSQL version: 9.0.2 Operating system: RHEL-5 32 bit Description:Function pg_get_expr throwing error for non superuser Details: Pls refer this be

Re: [BUGS] BUG #5843: documentation error

2011-03-03 Thread Robert Haas
On Wed, Jan 19, 2011 at 12:47 PM, Andreas Kretschmer wrote: > > The following bug has been logged online: > > Bug reference:      5843 > Logged by:          Andreas Kretschmer > Email address:      akretsch...@spamfence.net > PostgreSQL version: 9.1 > Operating system:   all > Description:        

Re: [BUGS] BUG #5908: PgOleDb 1.0.0.20 returns values without the digits after the dot.

2011-03-03 Thread Robert Haas
On Wed, Mar 2, 2011 at 4:49 PM, Aldo Ribeiro wrote: > > The following bug has been logged online: > > Bug reference:      5908 > Logged by:          Aldo Ribeiro > Email address:      aldo...@gmail.com > PostgreSQL version: 9.0.3 > Operating system:   Windows XP SP3 > Description:        PgOleDb 1

Re: [BUGS] BUG #5851: ROHS (read only hot standby) needs to be restarted manually in somecases.

2011-03-03 Thread Robert Haas
On Tue, Feb 8, 2011 at 7:23 PM, mark wrote: > (~two weeks and it dies) > keepalives_idle=30 > keepalives_interval=30 > keepalives_count=30 Maybe something like this: keepalives_idle=60 keepalives_interval=5 keepalives_count=10 -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterp

Re: [BUGS] BUG #5887: EXPLAIN returns more than 1000 rows when table is empty

2011-03-03 Thread Robert Haas
On Tue, Feb 15, 2011 at 3:59 PM, warst...@list.ru wrote: > Understood. Can you show me where it is written in the documentation? > (I just want to know is, whether it is in the documentation and if not, > probably should add this case) This is a pretty frequently asked question, so it might be w

Re: [BUGS] BUG #5897: INSTALACAO

2011-03-03 Thread Robert Haas
On Tue, Feb 22, 2011 at 8:17 AM, Nilson wrote: > > The following bug has been logged online: > > Bug reference:      5897 > Logged by:          Nilson > Email address:      laut...@uol.com.br > PostgreSQL version: 9.0 > Operating system:   Windows XP > Description:        INSTALACAO > Details: > >

Re: [BUGS] BUG #5899: Memory corruption when running psql

2011-03-03 Thread Robert Haas
On Thu, Feb 24, 2011 at 11:36 AM, Ross Barrett wrote: > > The following bug has been logged online: > > Bug reference:      5899 > Logged by:          Ross Barrett > Email address:      ross_barr...@rapid7.com > PostgreSQL version: 9.0.3 > Operating system:   Ubuntu 9.10 > Description:        Memo

Re: [BUGS] BUG #5707: Cross compilation for windows is broken

2011-03-03 Thread Robert Haas
On Sat, Feb 26, 2011 at 2:14 AM, Bruce Momjian wrote: > Has this been addressed? Not me. Sounds like no one cares enough to figure out how to do this. Perhaps this should be a TODO. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-

Re: [BUGS] BUG #5907: ODBC % bug

2011-03-03 Thread Robert Haas
On Wed, Mar 2, 2011 at 3:06 PM, Andrew Considine wrote: > > The following bug has been logged online: > > Bug reference:      5907 > Logged by:          Andrew Considine > Email address:      andrew.consid...@sncorp.com > PostgreSQL version: 9.0.1-1 > Operating system:   Windows XP > Description:

Re: [BUGS] Corrupted index on 9.0.3 streaming hot standby

2011-03-03 Thread Robert Haas
2011/2/25 Jakub Ouhrabka : > Hi, > > we've found that we have corrupted index on 9.0.3 streaming hot standby. > Master works ok. There is one more non-streaming standby which is ok as > well. Platform is 64bit Linux. > > Database cluster and this database were created on 9.0.2 and than upgraded > t

Re: [BUGS] BUG #5895: Ability to match more than just CN in client certificate

2011-03-03 Thread Robert Haas
On Sun, Feb 20, 2011 at 5:30 PM, Christopher Head wrote: > > The following bug has been logged online: > > Bug reference:      5895 > Logged by:          Christopher Head > Email address:      chris2...@hotmail.com > PostgreSQL version: 9.0.3 > Operating system:   Linux amd64 > Description:      

Re: [BUGS] BUG #5874: pg_dumpall CREATE DATABASE statements 'missing' parameters

2011-03-03 Thread Robert Haas
On Wed, Feb 9, 2011 at 4:57 AM, Jan-Peter Seifert wrote: > > The following bug has been logged online: > > Bug reference:      5874 > Logged by:          Jan-Peter Seifert > Email address:      jan-peter.seif...@gmx.de > PostgreSQL version: 8.4.7 > Operating system:   Windows 7 64-Bit > Descriptio

Re: [BUGS] BUG #5870: Cannot get the first popup window during install

2011-03-03 Thread Robert Haas
On Tue, Feb 8, 2011 at 9:35 AM, T Zimmerman wrote: > > The following bug has been logged online: > > Bug reference:      5870 > Logged by:          T Zimmerman > Email address:      zimmee_freep...@hotmail.com > PostgreSQL version: 8.4.1-2 > Operating system:   Vista Home Premium with SP2 > Descri

Re: [BUGS] BUG #5869: postgresql corrupts unquoted non-ascii chars in column aliases

2011-03-03 Thread Robert Haas
On Tue, Feb 8, 2011 at 2:19 AM, David Schmitt wrote: > Example query: > >  SELECT column as zurück FROM table; > > results in corruption of the "ü" (umlaut u). This causes Npgsql to fail to > match up the columns in the result set (see > http://pgfoundry.org/tracker/?func=detail&aid=1010988&group_

Re: [BUGS] BUG #5871: database connecting failed

2011-03-03 Thread Robert Haas
On Tue, Feb 8, 2011 at 11:16 AM, cheerag wrote: > > The following bug has been logged online: > > Bug reference:      5871 > Logged by:          cheerag > Email address:      kavis...@gmail.com > PostgreSQL version: 8.3.1 > Operating system:   Windows XP professional service pack 3 > Description:

Re: [BUGS] BUG #5867: wish: plpgsql print table for debug

2011-03-03 Thread Robert Haas
On Mon, Feb 7, 2011 at 1:01 AM, Richard Neill wrote: > > The following bug has been logged online: > > Bug reference:      5867 > Logged by:          Richard Neill > Email address:      postgre...@richardneill.org > PostgreSQL version: 9.03 > Operating system:   Linux > Description:        wish: p

Re: [BUGS] BUG #5863: help message report 5433 as default port

2011-03-03 Thread Robert Haas
On Wed, Feb 2, 2011 at 4:06 PM, R. Engmann wrote: > > The following bug has been logged online: > > Bug reference:      5863 > Logged by:          R. Engmann > Email address:      rengm...@web.de > PostgreSQL version: 9.0.3 > Operating system:   Windows 32bit > Description:        help message rep

Re: [BUGS] BUG #5861: lo_import and lo_export methods not working from the client side if database is at remote

2011-03-03 Thread Robert Haas
On Wed, Feb 2, 2011 at 1:54 AM, Pankaj Singh wrote: > > The following bug has been logged online: > > Bug reference:      5861 > Logged by:          Pankaj Singh > Email address:      er1.pan...@gmail.com > PostgreSQL version: 9.0.2 > Operating system:   Window XP > Description:        lo_import a

Re: [BUGS] BUG #5891: Unique index is not unique

2011-03-03 Thread Robert Haas
On Thu, Feb 17, 2011 at 4:51 AM, Alexander V. Chernikov wrote: > Identical records: > meganet=# SELECT count(*), array_agg(bc_payment_id) FROM billing.bc_payments > GROUP BY contractor_name, payment_date, payment_commission_number, > payment_sum, contractor_account, contractor_bik, inn HAVING coun

Re: [BUGS] can't build contrib/uuid-ossp

2011-03-03 Thread Robert Haas
On Wed, Feb 16, 2011 at 1:10 PM, Jeff Hamann wrote: > Dear PostgreSQL bug-squasher-team, > I was trying to build postgresql-9.0.2 with the following ./configure: > $ ./configure --enable-cassert --enable-debug --with-python --with-ossp-uuid > and got the following message: > checking uuid.h presen

Re: [BUGS] BUG #5906: assertion failure in AtCleanup_Portals

2011-03-03 Thread Itagaki Takahiro
On Thu, Mar 3, 2011 at 09:14, YAMAMOTO Takashi wrote: >>> i got the following with my application, which uses >>> PQsendPrepare+PQsendQueryPrepared for nearly everything >>> including ROLLBACK. > > here's a small test case. I was able to reproduce the assertion failure. It looks we call CreatePo

Re: [BUGS] BUG #5910: Function pg_get_expr throwing error for non superuser

2011-03-03 Thread Heikki Linnakangas
On 03.03.2011 10:59, tushar wrote: Pls refer this below scenario PG 8.4.4:- = connect to non superuser :- postgres=# \c - t psql (8.4.4) You are now connected to database "postgres" as user "t". postgres=> select pg_get_expr('a',null); pg_get_expr - (1 row) It was an

[BUGS] BUG #5910: Function pg_get_expr throwing error for non superuser

2011-03-03 Thread tushar
The following bug has been logged online: Bug reference: 5910 Logged by: tushar Email address: tushar...@gmail.com PostgreSQL version: 9.0.2 Operating system: RHEL-5 32 bit Description:Function pg_get_expr throwing error for non superuser Details: Pls refer this be