Search Discussions
-
I have been talking with Bruce Momjian about implementing query timeouts in the JDBC driver. As things stand, you can call setQueryTimeout() or getQueryTimeout(), but a slow query will never actually ...
Jessica Perry Hekman
Mar 29, 2002 at 8:50 pm
Apr 24, 2002 at 5:04 am -
I traded a couple emails with a guy using one of my open source projects. To make a long story short, he is going to the new version of MySQL for his website because of the new caching feature. He is ...
Mark L. Woodward
Mar 16, 2002 at 2:01 pm
Apr 14, 2002 at 5:20 pm -
Now that Bruce has done some work on rationalizing elog() output, seems like we ought to take another look at EXPLAIN VERBOSE. Currently, that command does this: 1. A non-pretty-printed plan dump ...
Tom Lane
Mar 9, 2002 at 7:09 pm
Mar 12, 2002 at 4:42 pm -
In datatype.sgml: The type numeric can store numbers of practically unlimited size and precision,... I think this is simply wrong since the current implementation of numeric and decimal data types ...
Tatsuo Ishii
Mar 2, 2002 at 2:15 pm
Apr 13, 2002 at 4:51 pm -
From what I read in the recent exchanges in the PostgreSQL vs ORACLE thread it would seem a good idea for the backend to keep track of the number of update performed on a database and after a certain ...
Nicolas Bazin
Mar 5, 2002 at 1:13 am
Mar 7, 2002 at 3:02 pm -
As of CVS tip, referential integrity triggers are kinda broken: they will only work for tablenames that are in the current search path. I think that instead of storing just table names in the trigger ...
Tom Lane
Mar 26, 2002 at 8:32 pm
Apr 1, 2002 at 6:38 pm -
Manuel Sugawara
Mar 17, 2002 at 11:14 pm
Apr 18, 2002 at 4:12 pm -
Seems like it's about time to release 7.2.1. We have enough post-release patches in there that a dot-release is clearly needed (particularly for the pg_dump-related issues). And it seems like not too ...
Tom Lane
Mar 8, 2002 at 1:28 am
Mar 19, 2002 at 2:18 pm -
I'm trying to use latest version of PostNuke which uses adodb for the database layer. The problem is in the insert and update statements. For example: insert into foo(foo.a) values(1); fails because ...
Vince Vielhaber
Mar 14, 2002 at 12:32 am
Mar 18, 2002 at 6:49 pm -
Jeff Davis asked on -general why NOTIFY doesn't take an optional argument, specifying a message that is passed to the listening backend. This feature is supported by Oracle and other databases and I ...
Neil Conway
Mar 22, 2002 at 2:12 am
Apr 10, 2002 at 1:15 am -
Just before anyone asks where it is ... I'm just rolling v7.2.1 up right now and will let everyone know once its ready for a download ... I'll do up an announce in the morning unless anyone finds a ...
Marc G. Fournier
Mar 26, 2002 at 3:38 am
Apr 4, 2002 at 10:32 am -
Just curious, and honestly I haven't looked, but is there any form of compression between clients and servers? Has this been looked at? Greg
Greg Copeland
Mar 14, 2002 at 2:43 pm
Mar 17, 2002 at 5:47 pm -
But sequences can force WAL record if sequence page LSN is <= than system RedoRecPtr (XLogCtlInsert.RedoRecPtr), ie previously made sequence WAL record is "too old" and would not be played during ...
Mikheev, Vadim
Mar 13, 2002 at 9:03 pm
Mar 16, 2002 at 6:03 am -
I am adding users and groups to pg_hba.conf. The coding is done but I am stuck on a reload issue. As you may know, 7.2 tokenizes pg_hba.conf once, and reads those tokens to test every connection ...
Bruce Momjian
Mar 21, 2002 at 8:36 am
Mar 27, 2002 at 4:16 pm -
I just sent in this email and it will appear immediately in the list. Somewhat earlier, I have submitted a 25kb patch and then a 5kb gzipped version of that patch to -hackers and -patches - it has ...
Christopher Kings-Lynne
Mar 27, 2002 at 7:17 am
Mar 29, 2002 at 2:29 pm -
As PostgreSQL uses the zlib library (for TOAST?), this is a headsup that a bug has been found in the zlib library that could cause data corruption or a security breach. See ...
Lamar Owen
Mar 12, 2002 at 4:05 pm
Mar 13, 2002 at 8:02 pm -
16
Bad Build
Current CVS of postgres is completely broken. initdb fails with SIG11 during the 'creation of template1' --debug doesn't show anything being written. Several regression tests have postmaster ...Rod Taylor
Mar 6, 2002 at 4:40 pm
Mar 8, 2002 at 12:51 am -
Hi Bruce, Now that I look at this patch again I don't think I like the syntax. COPY [BINARY] <relation [WITH OIDS] TO | FROM <file [[USING DELIMITERS | WITH DELIMITER] <delimiter [WITH NULL AS <char ...
Gavin Sherry
Mar 5, 2002 at 10:18 am
Apr 16, 2002 at 11:55 pm -
Autoconf 2.53 was just released, and I'd like us to upgrade to this release in the next few weeks. Compared to 2.13, there are tons of new features in this release that will make our lives easier. ...
Peter Eisentraut
Mar 11, 2002 at 4:20 am
Mar 27, 2002 at 1:40 am -
Dear Tom, The evidence is from the Process Activity Recorder, an Irix utility similar to strace the reports syscall usage. A number of semop's are performed in the operation of backend. Luis can send ...
Robert E. Bruccoleri
Mar 18, 2002 at 8:59 pm
Mar 22, 2002 at 6:32 pm -
15
Fixes gram.y
I truely don't know what I did to create the nasty patch (source file certainly didn't look like what it resulted in) -- then again there have been alot of changes since the domain patch was created. ...Rod Taylor
Mar 19, 2002 at 12:35 pm
Mar 20, 2002 at 8:25 pm -
We have the following TODO item: * Allow usernames to be specified directly in pg_hba.conf (Bruce) My idea is to allow comma-separated usernames in the AUTH_ARGUMENT column. Right now we use it for ...
Bruce Momjian
Mar 10, 2002 at 6:20 am
Mar 14, 2002 at 9:33 pm -
Currently we have a rather confusing mismash of behaviors for the names of rules, constraints, and triggers. I'd like to unify the rules so that these objects all have the same naming behavior; and ...
Tom Lane
Mar 4, 2002 at 7:24 pm
Mar 11, 2002 at 1:37 am -
The archives search is not working on postgresql.org so I need to ask this question... We are using postgresql 7.2 and when dumping one of our larger databases, we get the following error: File size ...
Laurette Cisneros
Mar 29, 2002 at 12:29 am
Mar 29, 2002 at 7:05 pm -
hi all i'm working with pg7.2 on irix6.5 platform and i've realized that postgres is using semop instead of tas, pg_config_os.h has define HAVE_TEST_AND_SET, and i don't kwow where could be the ...
Luis Alberto Amigo Navarro
Mar 18, 2002 at 10:48 am
Mar 20, 2002 at 9:15 am -
Okay folks, time to put on your language-lawyer hats ... I have been trying to puzzle out the SQL rules concerning whether two FROM items conflict in the presence of schemas. It is entirely clear ...
Tom Lane
Mar 8, 2002 at 10:00 pm
Mar 11, 2002 at 9:17 pm -
we're running on sgi powerchallenge, 8 r10000 4-way smp, and we're getting bad performance from postgres, throughput increases from 1 to 5 streams, but from 5 and above there is no further increase, ...
Luis Alberto Amigo Navarro
Mar 12, 2002 at 5:42 pm
Mar 25, 2002 at 3:28 pm -
Understood. It's the best that I had on me. I've not found a cheap resource for the real one. Ie. priced suitably to fit a hobby project :)
Rod Taylor
Mar 21, 2002 at 3:42 pm
Apr 17, 2002 at 5:16 am -
Hi all, Here are the results of our survey on a migration from Oracle 8.0 / W$ NT4 SP5 to PostgreSQL 7.2 / Red Hat 7.2. You'll probably remember of a thread I initiated in this list a couple of weeks ...
Jean-Paul ARGUDO
Mar 13, 2002 at 4:19 pm
Mar 15, 2002 at 10:33 am -
I don't think this is me... gcc -pipe -O -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-error -I ./../include -I. -I../../../../src/include -DMAJOR_VERSION=2 -DMINOR_VERSIO N=10 ...
Christopher Kings-Lynne
Mar 27, 2002 at 5:24 am
Apr 18, 2002 at 1:41 am -
The DOMAIN patch is completely broken when it comes to type coercion behavior. For one thing, it doesn't know that any operators or functions on a domain's base type can be used with a domain: ...
Tom Lane
Mar 19, 2002 at 9:14 pm
Mar 21, 2002 at 10:46 pm -
Is there an easy way to test the lock on a user level lock without actually issuing the lock? I would like to use them, but there is only a LockAcquire() and LockRelease().. There is no LockTest().. ...
Lance Ellinghaus
Mar 15, 2002 at 6:40 am
Mar 17, 2002 at 11:34 pm -
Hi, It seems that the Linux kernel will very shortly acquire a lightweight userlevel locking primitive (called futexes), thanks primarily to Rusty and Hubertus. It looks to be very useful for the ...
Matthew Kirkwood
Mar 12, 2002 at 9:25 pm
Mar 13, 2002 at 4:40 am -
Hi all, Is there a reason why the reltuples column of pg_class is stored as a "real", rather than one of the integer data types? Are there any situations in which there will be a non-integer value ...
Neil Conway
Mar 7, 2002 at 10:02 pm
Mar 8, 2002 at 4:02 am -
Sorry for the package, but the following patch need to be applied to get the new verion compiled on SCO Openserver 5.0.5 and Unixware 7.1.1
Nicolas Bazin
Mar 26, 2002 at 6:22 am
Apr 24, 2002 at 1:58 am -
If I do this as any user: SELECT update_pg_pwd(); it crashes all backends and causes a server-wide restart. Is this acceptable behavior? I am sure there are other cases too. Isn't it a problem that ...
Bruce Momjian
Mar 21, 2002 at 2:46 am
Mar 21, 2002 at 4:19 pm -
I'm looking through the index code and just happened to notice that INDEX_MAX_KEYS is currently set to 16. It there a reason for this value to be at 16 or was it arbitrarily specified? Curious, Greg
Greg Copeland
Mar 10, 2002 at 5:13 pm
Mar 11, 2002 at 11:00 pm -
The following patch supresses "USING btree" for btree indexes in pg_dump: CREATE INDEX ii ON test (x); CREATE INDEX kkas ON test USING hash (x); This is possible because btree is the default. TODO ...
Bruce Momjian
Mar 8, 2002 at 4:51 am
Mar 10, 2002 at 6:01 am -
If we're going to change the structure anyway, let's fix it to be independent of NAMEDATALEN. Instead of char relname[NAMEDATALEN]; int be_pid; let's do char *relname; int be_pid; This should require ...
Tom Lane
Mar 20, 2002 at 9:10 pm
Apr 15, 2002 at 11:36 pm -
I've a severe problem with deadlocks in postgres, when using referential integrity it's quite easy to trigger deadlocks. I think the may be a bug in ri_trigger.c (discussed later). Here's some short ...
Mario Weilguni
Mar 28, 2002 at 2:44 pm
Mar 28, 2002 at 9:58 pm -
(posted last week to pgsql-general; no responses there, so I'm seeing if anyone here can contribute. Thanks!) I'm working on a site hosted in a BSD Jail; they have MySQL installed but, of course, I'd ...
Joel Burton
Mar 25, 2002 at 3:51 pm
Mar 27, 2002 at 10:56 am -
Hello Group, I need your help, in putting together a list of comparisons, and good solid technical reasons, to why to use PostgreSQL over using Microsoft SQL Server. Right now, we are using ...
Dale Anderson
Mar 18, 2002 at 9:54 pm
Mar 19, 2002 at 3:40 pm -
6
Archives
I have been unable to successfully search the mailing list archives off of archives.postgresql.org for a few days now. Just me, or does anyone else experience this behaviour as well? GavinGavin Sherry
Mar 13, 2002 at 2:28 pm
Mar 14, 2002 at 1:51 am -
I think you all should really buy the book 'Database Development for Dummies'. Postgresql is for sure the only database on this planet that cannot optimize a select(max) using an index. Not even ...
Thomas Zehetbauer
Mar 7, 2002 at 4:04 pm
Mar 13, 2002 at 9:39 pm -
OK, I've committed a patch to the stable and development trees which adds a guard check in three places in gram.y, matching the guards already in place for other cass in the same area. Fernando, can ...
Thomas Lockhart
Mar 9, 2002 at 5:47 pm
Mar 10, 2002 at 12:28 am -
I am building/testing the current cvs sources on a Red Hat Linux 7.2 machine and today I am seeing several failures (it was OK yesterday). The test that actually crashes the backend is ...
Fernando Nasser
Mar 7, 2002 at 3:26 pm
Mar 7, 2002 at 8:20 pm -
We're using a function to insert some information into the database. This information is later (within seconds) retrieved from a program, that does the actual processing of the information. It is ...
Turbo Fredriksson
Mar 6, 2002 at 8:19 am
Mar 7, 2002 at 8:41 am -
I've got patches to enable storage of date/time values as integers rather than as floating point numbers, as discussed earlier. 64-bit integers are (afaik) not available on every platform we want to ...
Thomas Lockhart
Mar 24, 2002 at 5:58 pm
Mar 26, 2002 at 5:54 pm -
At Tom Lane's suggestion, I am adding a field to pg_control to hold the compile-time configuration of timestamp and time storage. I notice that the compile-time locale settings are registered in that ...
Thomas Lockhart
Mar 22, 2002 at 3:24 pm
Mar 25, 2002 at 6:35 pm
Group Overview
group | pgsql-hackers |
categories | postgresql |
discussions | 194 |
posts | 1,207 |
users | 149 |
website | postgresql.org... |
irc | #postgresql |
149 users for March 2002
Archives
- August 2013 (1,430)
- July 2013 (1,772)
- June 2013 (2,428)
- May 2013 (1,555)
- April 2013 (1,283)
- March 2013 (1,441)
- February 2013 (1,366)
- January 2013 (2,520)
- December 2012 (1,701)
- November 2012 (1,618)
- October 2012 (1,580)
- September 2012 (1,195)
- August 2012 (1,180)
- July 2012 (1,125)
- June 2012 (1,850)
- May 2012 (1,584)
- April 2012 (1,459)
- March 2012 (1,921)
- February 2012 (1,517)
- January 2012 (1,777)
- December 2011 (1,347)
- November 2011 (1,764)
- October 2011 (1,687)
- September 2011 (1,623)
- August 2011 (1,433)
- July 2011 (1,658)
- June 2011 (2,404)
- May 2011 (1,664)
- April 2011 (1,834)
- March 2011 (1,956)
- February 2011 (2,476)
- January 2011 (2,965)
- December 2010 (2,587)
- November 2010 (2,109)
- October 2010 (2,113)
- September 2010 (2,173)
- August 2010 (2,061)
- July 2010 (1,612)
- June 2010 (1,560)
- May 2010 (1,961)
- April 2010 (1,575)
- March 2010 (1,314)
- February 2010 (2,439)
- January 2010 (3,118)
- December 2009 (2,514)
- November 2009 (493)
- October 2009 (1,903)
- September 2009 (1,990)
- August 2009 (2,170)
- July 2009 (2,025)
- June 2009 (1,565)
- May 2009 (1,518)
- April 2009 (1,431)
- March 2009 (1,424)
- February 2009 (1,399)
- January 2009 (2,641)
- December 2008 (2,011)
- November 2008 (1,918)
- October 2008 (1,695)
- September 2008 (1,887)
- August 2008 (1,374)
- July 2008 (1,495)
- June 2008 (1,149)
- May 2008 (1,112)
- April 2008 (1,908)
- March 2008 (1,288)
- February 2008 (1,309)
- January 2008 (1,220)
- December 2007 (989)
- November 2007 (1,369)
- October 2007 (1,553)
- September 2007 (1,225)
- August 2007 (1,221)
- July 2007 (1,007)
- June 2007 (1,127)
- May 2007 (1,189)
- April 2007 (1,266)
- March 2007 (1,866)
- February 2007 (1,916)
- January 2007 (1,645)
- December 2006 (1,423)
- November 2006 (1,021)
- October 2006 (1,565)
- September 2006 (2,375)
- August 2006 (2,039)
- July 2006 (1,626)
- June 2006 (1,624)
- May 2006 (1,366)
- April 2006 (1,150)
- March 2006 (1,327)
- February 2006 (1,259)
- January 2006 (1,030)
- December 2005 (1,252)
- November 2005 (1,568)
- October 2005 (1,417)
- September 2005 (1,464)
- August 2005 (1,191)
- July 2005 (1,150)
- June 2005 (1,576)
- May 2005 (1,592)
- April 2005 (1,004)
- March 2005 (1,069)
- February 2005 (969)
- January 2005 (1,100)
- December 2004 (949)
- November 2004 (1,210)
- October 2004 (1,059)
- September 2004 (951)
- August 2004 (1,601)
- July 2004 (1,397)
- June 2004 (1,037)
- May 2004 (1,446)
- April 2004 (1,167)
- March 2004 (1,330)
- February 2004 (1,003)
- January 2004 (861)
- December 2003 (827)
- November 2003 (1,618)
- October 2003 (1,602)
- September 2003 (1,683)
- August 2003 (1,343)
- July 2003 (1,045)
- June 2003 (1,302)
- May 2003 (802)
- April 2003 (1,012)
- March 2003 (1,242)
- February 2003 (1,323)
- January 2003 (1,315)
- December 2002 (1,176)
- November 2002 (1,220)
- October 2002 (1,449)
- September 2002 (1,816)
- August 2002 (2,295)
- July 2002 (1,290)
- June 2002 (1,024)
- May 2002 (1,157)
- April 2002 (1,532)
- March 2002 (1,207)
- February 2002 (1,225)
- January 2002 (1,397)
- December 2001 (963)
- November 2001 (1,301)
- October 2001 (1,155)
- September 2001 (895)
- August 2001 (1,204)
- July 2001 (938)
- June 2001 (1,131)
- May 2001 (1,458)
- April 2001 (1,168)
- March 2001 (1,672)
- February 2001 (1,154)
- January 2001 (1,450)
- December 2000 (1,222)
- November 2000 (1,390)
- October 2000 (1,296)
- September 2000 (633)
- August 2000 (888)
- July 2000 (1,428)
- June 2000 (1,283)
- May 2000 (1,648)
- April 2000 (184)
- March 2000 (291)
- February 2000 (1,464)
- January 2000 (1,639)
- December 1999 (1,056)
- November 1999 (916)
- October 1999 (949)
- September 1999 (946)
- August 1999 (695)
- July 1999 (1,070)
- June 1999 (1,242)
- May 1999 (1,136)
- April 1999 (218)
- March 1999 (1,002)
- February 1999 (692)
- January 1999 (758)
- December 1998 (591)
- November 1998 (600)
- October 1998 (1,208)
- September 1998 (678)
- August 1998 (856)
- July 1998 (482)
- June 1998 (496)
- May 1998 (618)
- April 1998 (702)
- March 1998 (1,118)
- February 1998 (1,307)
- January 1998 (855)
- December 1997 (346)
- November 1997 (374)
- October 1997 (575)
- September 1997 (549)
- August 1997 (404)
- July 1997 (391)
- June 1997 (595)
- May 1997 (478)
- April 1997 (854)
- March 1997 (526)
- February 1997 (297)
- January 1997 (927)
- December 1996 (2)
- November 1996 (1)
- October 1996 (1)
- October 1995 (2)
- July 1995 (1)