dbTalk Databases Forums  

Sponsored Links


mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss in the mailing.database.pgsql-bugs forum.



Post New Thread
Threads in Forum : mailing.database.pgsql-bugs Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
My original "debugging code" was wrong. A minor correction to it seems to find something different: addr_cur->ai_addr is null. I presume this is...
CN
12-17-2006 10:17 PM
CN Go to last post
0 120
The following bug has been logged online: Bug reference: 2830 Logged by: Email address: martin.pihlak (AT) gmail (DOT) com PostgreSQL...
12-17-2006 11:31 AM
Martin Pihlak Go to last post
2 133
The following bug has been logged online: Bug reference: 2834 Logged by: Hans Email address: hanicus (AT) gmail (DOT)...
Hans
12-17-2006 11:29 AM
Hans Go to last post
0 110
The following bug has been logged online: Bug reference: 2829 Logged by: Sean Email address: sean.murphy (AT) equipoint (DOT)...
Sean
12-16-2006 06:02 PM
Tom Lane Go to last post
1 129
Hi, I'm using PostgreSQL 8.1.4 The problem is very simple to reproduce: create table test1 ( pk1 text not null, df1 text,
Patrice Beliveau
12-16-2006 04:40 PM
Tom Lane Go to last post
1 110
The following bug has been logged online: Bug reference: 2827 Logged by: CN Liou Email address: cnliou9 (AT) fastmail (DOT)...
CN Liou
12-15-2006 03:25 AM
CN Liou Go to last post
0 106
The following bug has been logged online: Bug reference: 2826 Logged by: Email address: martin.pihlak (AT) gmail (DOT) com PostgreSQL...
12-15-2006 03:25 AM
Go to last post
0 138
I compiled PostgreSQL-8.2.0 on Solaris 8, but I cannot execute binaries because it cannot find linked shared libraries, like libgcc_s.so. % cd...
SAKAI Kiyotaka
12-14-2006 09:21 PM
Tom Lane Go to last post
2 151
=?ISO-8859-2?Q?Marek_Wr=F3bel?= <mwrobel (AT) icentrum (DOT) pl> writes: This is not a bug, it's an outer reference. Read any SQL book...
Tom Lane
12-14-2006 10:25 AM
Tom Lane Go to last post
0 113
The following bug has been logged online: Bug reference: 2825 Logged by: Josh Email address: PenguinMasterXxX (AT) hotmail (DOT)...
Josh
12-14-2006 09:36 AM
Josh Go to last post
0 128
Im not able to install postgresql-8.1.2 on CentOS 4.1 #uname -a Linux localhost.localdomain 2.6.9-11.EL #1 Wed Jun 8 16:59:52 CDT 2005 i686 i686...
Danish Siddiqui
12-14-2006 09:34 AM
Danish Siddiqui Go to last post
5 137
Dear, I would like to call on your assistance with regards to the following error I'm receiving in a PostgreSQL database: When creating new objects...
Jorge.De-Pauw@BULL.BE
12-14-2006 09:34 AM
Jorge.De-Pauw@BULL.BE Go to last post
0 151
The following bug has been logged online: Bug reference: 2645 Logged by: Thomas Verchow Email address: thomas (AT) verchow (DOT)...
Thomas Verchow
12-14-2006 09:32 AM
Andrew MacLeod Go to last post
2 140
--T4sUOijqQbZv57TR Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable hello the bug...
Gergely CZUCZY
12-14-2006 07:42 AM
Magnus Hagander Go to last post
1 131
Teodor Sigaev <teodor (AT) sigaev (DOT) ru> writes: Mmm, sweet :-(. There is only one legal way to form the outer join, but make_rels_by_joins()...
Tom Lane
12-13-2006 12:03 PM
Teodor Sigaev Go to last post
2 191
Hi, On PostgreSQL 8.1.2 select -32768::smallint throws the error ERROR: smallint out of range select -32767::smallint is OK.
Jean-Grard Pailloncy
12-13-2006 10:03 AM
Jean-Grard Pailloncy Go to last post
3 158
--ELM1165959072-887-0_ Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="US-ASCII" Tom Lane wrote: Seems this was not documented,...
Bruce Momjian
12-12-2006 03:33 PM
Bruce Momjian Go to last post
0 142
Test suite (as simple as I can produce): CREATE TABLE foo (a int, b int); INSERT INTO foo VALUES (1,2); INSERT INTO foo VALUES (2,3); INSERT INTO...
Teodor Sigaev
12-12-2006 01:06 PM
Teodor Sigaev Go to last post
1 140
Hello, pgsql-bugs. Documentation says: "User-defined type names cannot begin with the underscore character (_) and can only be 62 characters long...
Pavel Golub
12-12-2006 11:05 AM
Tom Lane Go to last post
1 154
J. Greg Davidson wrote: The question that jumps at me is why are you using SPI inside a type's output function? You should really avoid doing...
Alvaro Herrera
12-12-2006 10:51 AM
Tom Lane Go to last post
1 121
This bug seems to be introduced by this recent change to avoid memory leakage: I don't know that code too well, but somehow the tuptable memory...
Heikki Linnakangas
12-12-2006 09:37 AM
Tom Lane Go to last post
1 128
The following bug has been logged online: Bug reference: 2824 Logged by: Email address: pgsql-bugs (AT) postgresql (DOT) org PostgreSQL...
12-12-2006 08:17 AM
Go to last post
0 133
The issue below was reported to us as a pgAdmin bug - it can be recreated in psql on 8.2.0, and results in: 2006-12-12 09:06:50 LOG: server process...
Dave Page
12-12-2006 03:25 AM
Dave Page Go to last post
0 119
I have a user defined type implemented in C and SPI which has been crashing a lot. I found a small enough case to trace the whole thing with gdb and...
J. Greg Davidson
12-12-2006 01:34 AM
J. Greg Davidson Go to last post
0 114
The following bug has been logged online: Bug reference: 2823 Logged by: Gregor Email address: gtm2 (AT) interia (DOT)...
Gregor
12-11-2006 06:59 PM
Tom Lane Go to last post
1 144
Prischepa Vladimir написа: Please, read the release notes for 8.2 (http://www.postgresql.org/docs/current/static/release-8-2.html) "Remove...
Milen A. Radev
12-11-2006 06:25 PM
Milen A. Radev Go to last post
0 115
The following bug has been logged online: Bug reference: 2821 Logged by: Edwin Groothuis Email address: mavetju (AT) gmail (DOT)...
Edwin Groothuis
12-11-2006 04:44 PM
Edwin Groothuis Go to last post
5 177
The following bug has been logged online: Bug reference: 2822 Logged by: Filip Hrbek Email address: filip.hrbek (AT) plz (DOT)...
Filip Hrbek
12-11-2006 03:39 AM
Heikki Linnakangas Go to last post
1 123
The following bug has been logged online: Bug reference: 2802 Logged by: Albert Strasheim Email address: fullung (AT) gmail (DOT)...
Albert Strasheim
12-10-2006 03:15 PM
Stephen Frost Go to last post
6 122
The following bug has been logged online: Bug reference: 2820 Logged by: trinchero Email address: trinchero (AT) gmail (DOT)...
trinchero
12-10-2006 02:24 PM
Tom Lane Go to last post
1 113
PostgreSQL version: 8.0 / 8.1 / 8.2 Operating System: FreeBSD Short description: xid cannot be casted to a different type Details: This statement is...
Edwin Groothuis
12-10-2006 01:53 PM
Edwin Groothuis Go to last post
0 122
The following bug has been logged online: Bug reference: 2813 Logged by: Markus Grabner Email address: grabner (AT) icg (DOT)...
Markus Grabner
12-10-2006 10:42 AM
Devrim GUNDUZ Go to last post
1 115
The following bug has been logged online: Bug reference: 2818 Logged by: Brien R. Givens Email address: ic3b3rg (AT) gmail (DOT)...
Brien R. Givens
12-08-2006 07:45 PM
Brien R. Givens Go to last post
0 151
The following bug has been logged online: Bug reference: 2817 Logged by: Michael Andreen Email address: harv (AT) ruin (DOT)...
Michael Andreen
12-07-2006 06:43 PM
Tom Lane Go to last post
1 124
The following bug has been logged online: Bug reference: 2811 Logged by: Ross Cohen Email address: rcohen (AT) snurgle (DOT)...
Ross Cohen
12-07-2006 05:27 PM
Tom Lane Go to last post
3 124
The following bug has been logged online: Bug reference: 2812 Logged by: Alex Piyevsky Email address: Alex_Piyevsky (AT) ibi...
Alex Piyevsky
12-07-2006 04:14 PM
Go to last post
2 116
Was playing around with the new release and changing some pl/perl functions to use the new spi_prepare and friends when I noticed postgresql...
Michael Andreen
12-07-2006 04:14 PM
Michael Andreen Go to last post
0 149
The following bug has been logged online: Bug reference: 2807 Logged by: Ross Cohen Email address: rcohen (AT) snurgle (DOT)...
Ross Cohen
12-07-2006 01:37 PM
Tom Lane Go to last post
1 104
The following bug has been logged online: Bug reference: 2816 Logged by: Joost Karaaijeveld Email address: J.Kraaijeveld (AT)...
Joost Karaaijeveld
12-07-2006 10:20 AM
Tom Lane Go to last post
1 119
The following bug has been logged online: Bug reference: 2815 Logged by: mike godshall Email address: mike (AT) thegodshalls...
mike godshall
12-07-2006 12:32 AM
mike godshall Go to last post
0 145
The following bug has been logged online: Bug reference: 2810 Logged by: Murali Email address: murali.doss (AT) mphasis (DOT)...
Murali
12-06-2006 08:42 PM
Christopher Browne Go to last post
1 122
Thanks to rcohen on IRC yesterday for pointing this out and providing his query + EXPLAIN output. It looks like he still hasn't posted it to -bugs,...
Jeff Davis
12-06-2006 04:21 PM
Tom Lane Go to last post
2 118
The following bug has been logged online: Bug reference: 2809 Logged by: Brien R. Givens Email address: ic3b3rg (AT) gmail (DOT)...
Brien R. Givens
12-06-2006 02:34 PM
Brien R. Givens Go to last post
0 145
The following bug has been logged online: Bug reference: 2808 Logged by: kindy Email address: kindy_wu (AT) msn (DOT)...
kindy
12-06-2006 02:27 PM
kindy Go to last post
0 121
The following bug has been logged online: Bug reference: 2806 Logged by: kris langenback Email address: digitaldj900 (AT)...
kris langenback
12-05-2006 10:29 AM
kris langenback Go to last post
0 126
I've been attempting to run PostgreSQL 8.1.5/win32 on a production deployment, but have started having many problems. McAfee Antivirus is installed...
Jeremy Haile
12-04-2006 11:18 PM
Thomas H. Go to last post
28 425
Hi All, I've been using partial PGresult-s since pgsql v7.4, and one of "signs" that it's there (after a "read" event on a non-blocking tcp...
Igor Shevchenko
12-04-2006 09:39 AM
Igor Shevchenko Go to last post
2 120
The following bug has been logged online: Bug reference: 2805 Logged by: carmelo Email address: cmo1 (AT) libero (DOT)...
carmelo
12-03-2006 11:36 PM
tomas@tuxteam.de Go to last post
1 116
The following bug has been logged online: Bug reference: 2789 Logged by: Lucian Capdefier Email address: luciancapdefier (AT)...
Lucian Capdefier
12-03-2006 06:04 PM
Lucian Capdefier Go to last post
2 216
The following bug has been logged online: Bug reference: 2803 Logged by: Greg Johnson Email address: gregj (AT) interprose (DOT)...
Greg Johnson
12-03-2006 02:33 PM
Tom Lane Go to last post
1 135
Post New Thread

Display Options
Showing threads 5001 to 5050 of 8535
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.