[BUGS] BUG #2268: initdb fails to initialize database cluster with error "Access is denied"

2006-02-16 Thread James Hughes
The following bug has been logged online: Bug reference: 2268 Logged by: James Hughes Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.3 Operating system: Windows 2003 (Server) Description:initdb fails to initialize database cluster with error "Access is denie

[BUGS] BUG #2269: cannot connect to postgres database on Linux

2006-02-16 Thread Ken
The following bug has been logged online: Bug reference: 2269 Logged by: Ken Email address: [EMAIL PROTECTED] PostgreSQL version: 7.3.4 Operating system: Linux Description:cannot connect to postgres database on Linux Details: I just downloaded pgAdminIII for Windows

Re: [BUGS] BUG #2265: CREATE TABLE when AUTOCOMMIT is OFF

2006-02-16 Thread Michael Fuhr
On Thu, Feb 16, 2006 at 01:21:18PM +, Gerhard Lutz wrote: > "Error while executing the query; > ERROR: current transaction is aborted, commands ignored until end of > transaction block (7)" Some previous command failed so no more commands in this transaction will be allowed. If you don't kno

Re: [BUGS] BUG #2260: PGCrypto Memory Problem

2006-02-16 Thread Marko Kreen
On Wed, Feb 15, 2006 at 03:02:45PM -0500, Tom Lane wrote: > Michael Fuhr <[EMAIL PROTECTED]> writes: > > My non-OpenSSL build shows no memory leak, so the leak and OpenSSL > > seem to be correlated. I'd be more inclined to suspect a bug in > > pgcrypto's OpenSSL-specific code than in OpenSSL itsel

Re: [BUGS] BUG #2260: PGCrypto Memory Problem

2006-02-16 Thread Daniel Blaisdell
I appreciate you guys looking at this bug. Taking Tom's suggestion that it might be a system crypt implementation issue I upgraded OpenSSL from 0.9.7e to 0.9.7i. I also upgraded any other libraries that were installed with the word crypt. After running ldconfig I then recompiled Postgres 8.1.2 aga

[BUGS] BUG #2265: CREATE TABLE when AUTOCOMMIT is OFF

2006-02-16 Thread Gerhard Lutz
The following bug has been logged online: Bug reference: 2265 Logged by: Gerhard Lutz Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.3 Operating system: Windows XP SP2 Description:CREATE TABLE when AUTOCOMMIT is OFF Details: I want to upgrade my PostgreSQL

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

2006-02-16 Thread Andrew Klosterman
On Wed, 15 Feb 2006, Tom Lane wrote: > Andrew Klosterman <[EMAIL PROTECTED]> writes: > > With the debug binaries, I was able to step through the program and get to > > what appears to be the function where it bails: line 1166 of > > postgresql-8.1.0/src/interfaces/libpq/fe-secure.c where SSL_free

[BUGS] BUG #2266: SQL_ATTR_CONNECTION_DEAD always returns SQL_CD_TRUE

2006-02-16 Thread Gerhard Lutz
The following bug has been logged online: Bug reference: 2266 Logged by: Gerhard Lutz Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.3 Operating system: Windows XP SP2 Description:SQL_ATTR_CONNECTION_DEAD always returns SQL_CD_TRUE Details: I want to upgra

[BUGS] BUG #2267: Accessing large objects via ODBC

2006-02-16 Thread Gerhard Lutz
The following bug has been logged online: Bug reference: 2267 Logged by: Gerhard Lutz Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.3 Operating system: Windows XP SP2 Description:Accessing large objects via ODBC Details: I want to upgrade my PostgreSQL se