Search Discussions
-
Something came to my mind today, I'm not sure if it's feasible but I would like to know opinions on it. We've seen database applications that PostgreSQL simply could not manage because one would have ...
Peter Eisentraut
Feb 27, 2006 at 6:20 pm
May 3, 2006 at 6:14 pm -
The pg_config program needs to display more information, specifically where the location of pg_service.conf would reside. Also, I know I've been harping on this for years (literally), but since the ...
Mark L. Woodward
Feb 21, 2006 at 2:11 pm
Mar 1, 2006 at 10:39 pm -
For some reason I hadn't immediately twigged to the fact that your test script is just N repetitions of the exact same structure with random data. So it's not so surprising that you get random ...
Tom Lane
Feb 15, 2006 at 11:28 pm
Mar 21, 2006 at 8:08 pm -
justify_days doesn't currently do anything with this result --- it thinks its charter is only to reduce day components that are = 30 days. However, I think a good case could be made that it should ...
Tom Lane
Feb 18, 2006 at 6:30 pm
Mar 8, 2006 at 3:54 pm -
I am working on an issue that I deal with a lot, there is of course a standard answer, but maybe it is something to think about for PostgreSQL 9.0 or something. I think I finally understand what I ...
Mark L. Woodward
Feb 2, 2006 at 2:59 pm
Feb 25, 2006 at 2:28 am -
PostgreSQL promptly uses all available memory for the query and subsequently crashes. I'm sure it can be corrected with a setting, but should it crash? freedb=# create table ucode as select distinct ...
Mark L. Woodward
Feb 9, 2006 at 2:44 pm
Feb 11, 2006 at 5:31 pm -
Hello all. I've got a question with regard to the INFORMATION_SCHEMA of PostgreSQL, specificially related to constraints. In the SQL92 specification, the DEFINITION_SCHEMA.DOMAIN_CONSTRAINTS (the ...
Clark C. Evans
Feb 25, 2006 at 12:07 am
Mar 15, 2006 at 3:29 pm -
The core committee has agreed that it's about time for a new set of update releases (8.1.3, 8.0.7, etc). Barring surprises, we'll wrap Sunday evening with expectation of general announcement Tuesday. ...
Tom Lane
Feb 8, 2006 at 4:06 pm
Feb 11, 2006 at 8:37 pm -
Hi, The idea of using a so called dead space map to speed up vacuum has come up multiple times in this list in the last couple of years. I wrote an initial implementation of it to measure the ...
Heikki Linnakangas
Feb 27, 2006 at 5:53 pm
Feb 28, 2006 at 11:06 pm -
I have updated my email signature because I think it is no longer necessary to list contact information now that my home page has all that information. (At the time I created it, email was becoming ...
Bruce Momjian
Feb 17, 2006 at 3:40 pm
Feb 22, 2006 at 4:49 pm -
Having run had both pgfoundary and gborg for several years, I think we have to conclude that any clean migration is never going to happen, so let's just pick a server and announce date, and shut one ...
Bruce Momjian
Feb 18, 2006 at 2:31 pm
Feb 23, 2006 at 12:16 am -
I looked into the problem reported here: http://archives.postgresql.org/pgsql-admin/2006-02/msg00261.php To wit, a pg_restore of a foreign key constraint involving user-defined types produces ...
Tom Lane
Feb 23, 2006 at 6:10 pm
Mar 4, 2006 at 3:46 pm -
I'm interested in the behaviour of ExecSort, which *for all queries* prepares the sort result for randomAccess, even when part of a plan that will *never* go backwards/rewind etc. A recent ...
Simon Riggs
Feb 10, 2006 at 1:32 pm
Feb 27, 2006 at 11:20 pm -
I've written some complicated queries that I'd like to save inside the server and then call from my clients using a short name. For the queries that require no external information, views are ...
Chris Campbell
Feb 3, 2006 at 12:12 am
Feb 3, 2006 at 9:01 pm -
23
fsutil ideas
As part of integrating PostgreSQL into our production environment, we're working on monitoring software, to provide the same kinds of status reporting and alerts we have implemented for our outgoing ...Kevin Grittner
Feb 23, 2006 at 11:54 pm
Feb 24, 2006 at 11:35 pm -
I just tried using ipcclean in 8.1.3. It doesn't work when I su to the pgsql user. This part of the script: if [ "$USER" = 'root' -o "$LOGNAME" = 'root' ] Always fails because even tho $USER is set ...
Christopher Kings-Lynne
Feb 28, 2006 at 6:41 am
Mar 3, 2006 at 7:48 pm -
Hello, Is there not some other alternative to pg_hba.conf? I have the problem where the system administrators at our company obviously have access to the whole filesystem, and our database records ...
Q Beukes
Feb 8, 2006 at 12:34 pm
Feb 13, 2006 at 8:32 am -
Hi, I'd like to enable UDT's written in Java and made some initial trial and error. I don't get very far. Here's what I do: I take the 'complex' type example described in '31.11 User-Defined Types' ...
Thomas Hallgren
Feb 9, 2006 at 12:08 pm
Feb 13, 2006 at 7:13 pm -
I believe PQescapeString() has an important design bug and it casues a security risk. The function's signature is: size_t PQescapeString (char *to, const char *from, size_t length); As you might ...
Tatsuo Ishii
Feb 19, 2006 at 6:10 am
Feb 28, 2006 at 1:19 am -
Hi all, I decided to start implementing a streamlined WAL shipping based standby building procedure. My aim is fairly simple: to be able to build a standby as automated as possible. The ultimate ...
Csaba Nagy
Feb 7, 2006 at 3:11 pm
Feb 22, 2006 at 1:07 am -
Dear developers of PostgreSQL! We (City of Vienna) have many Oracle databases, but plan to use PostgreSQL for our future database installations as much as possible. The following idea is inspired by ...
Albe Laurenz
Feb 20, 2006 at 1:36 pm
Feb 28, 2006 at 5:33 pm -
Thanks for bringing the SQL 92 row constructor into spec for operations involving and <. This is just fantastic. I just benchmarked ISAM style access to tables on multi-part keys and the speedup is ...
Merlin Moncure
Feb 7, 2006 at 5:31 pm
Feb 8, 2006 at 4:06 pm -
toast_compress_datum() considers compression to be "successful" if the compressed version of the datum is smaller than the uncompressed version. I think this is overly generous: if compression ...
Neil Conway
Feb 26, 2006 at 2:38 am
Feb 27, 2006 at 9:37 am -
This took me hours to find ... On my Windows box, CVS HEAD gets an execution failure on "initdb foo" but succeeds happily with "initdb -D foo". This is not true for REL8_1_STABLE, nor is it true for ...
Andrew Dunstan
Feb 21, 2006 at 1:36 pm
Feb 22, 2006 at 5:23 pm -
I've got a domain based on a text type. I've overridden the equal operator with lower(text) = lower(text). I created a table containing my new domain type and can see that the equals operator is not ...
Elein
Feb 19, 2006 at 5:32 am
Feb 20, 2006 at 8:52 pm -
Many patch submitters discover that they fall foul of various "you should have done"s at a late stage of the patch review process. These include the usual: - major feature change not discussed on ...
Simon Riggs
Feb 14, 2006 at 5:21 pm
Mar 22, 2006 at 3:50 pm -
I could not find anything in the Frontend/Backend protocol docs about character encoding in the StartupMessage. Assuming it is legal for a database or user name to have unicode characters, how is ...
John DeSoi
Feb 28, 2006 at 5:05 am
Feb 28, 2006 at 7:49 pm -
I'm interested in poking though and taking a shot at getting my feet wet with pl/python. I see the file is copyright Andrew Bosma -- is he still around perhance? Is anyone currently the 'owner' ? ...
James Robinson
Feb 25, 2006 at 3:35 am
Feb 26, 2006 at 9:45 pm -
Greets folks, [YABLP: Yet Another Bulk Loading Proposal] The subject of this letter is referring to giving INSERT and COPY FROM STDIN the ability to alter the destination of rows that violate any ...
James William Pye
Feb 4, 2006 at 1:39 am
Feb 14, 2006 at 7:35 pm -
I did an audio interview today, and it is online now: http://bsdtalk.blogspot.com/2006/02/bsdtalk015-interview-with-postgresql.html -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | ...
Bruce Momjian
Feb 8, 2006 at 4:43 am
Feb 9, 2006 at 3:53 am -
Dear all, I am writing a C-language shared-object file which is dynamically linked with postgres, and uses the various SPI functions for executing queries from numerous trigger functions. My question ...
Richard
Feb 5, 2006 at 2:04 pm
Feb 6, 2006 at 2:18 pm -
Greetings, I've just run smack-dab into the bug described here: http://archives.postgresql.org/pgsql-interfaces/2002-05/msg00083.php and it's somewhat frustrating since the end of that thread is a ...
Stephen Frost
Feb 3, 2006 at 2:18 am
Mar 6, 2006 at 5:59 pm -
Hi PostgreSQL developers! On [1], Stephen and I are currently discussing how to provide seamless automatic version upgrades of PostgreSQL databases with third party modules like PostGIS. The core ...
Martin Pitt
Feb 18, 2006 at 2:31 pm
Mar 3, 2006 at 6:36 pm -
Just a "wouldn't it be nice if" sort of feature request. I'm not sure how practical it is. Someone in our organization wrote a data fix query, which has sort of odd logic, but it does what they need. ...
Kevin Grittner
Feb 28, 2006 at 3:44 pm
Mar 1, 2006 at 4:31 pm -
AC_REPLACE_FUNCS([getaddrinfo]) won't correctly detect getaddrinfo on Tru64 UNIX because the function doesn't exist under that name in libc. From <netdb.h : #if defined (_SOCKADDR_LEN) || defined ...
Albert Chin
Feb 19, 2006 at 11:43 pm
Feb 25, 2006 at 2:35 am -
Something broke snake again :-(. Looks like tsearch2 through the haze of my Lemsip... I hate winter :-( /D
Dave Page
Feb 10, 2006 at 8:24 am
Feb 13, 2006 at 5:09 pm -
10
suggestion
I hope in pg_dump there should be an option that will dump a schema without the indexes (except of course primary indexes) regardsJan Cruz
Feb 23, 2006 at 11:39 pm
Mar 20, 2006 at 2:35 am -
During Josh Berkus' presentation at the JPUG PostgreSQL Conference, I was particularly struck by the fact that 8.1 had a shorter beta period than previous releases, rolled out on time, and enjoyed a ...
Michael Glaesemann
Feb 22, 2006 at 6:29 am
Feb 24, 2006 at 7:24 am -
Has anyone here seen this one before? Do the values appear realistic? http://www.sqlite.org/cvstrac/wiki?p=SpeedComparison
Andrej Ricnik-Bay
Feb 11, 2006 at 8:00 pm
Feb 12, 2006 at 4:11 pm -
I took a first swing at this and rearranged some of these calls. A couple of other findings: nsl -- This might contain socket functions on some older platforms. ipc, IPC, lc -- unknown ld -- On AIX ...
Peter Eisentraut
Feb 4, 2006 at 12:54 am
Feb 7, 2006 at 5:34 pm -
(This is better asked in -hackers, I htink, copying there) What platform is this? I use it with krb5 1.4.3 on Linux (slackware) without any modifications at all. Perhaps platform specific behaviour? ...
Magnus Hagander
Feb 5, 2006 at 12:14 pm
Feb 7, 2006 at 1:33 am -
we are using postgresql 7.3.2 version. We are facing a problem in nextval of sequence. The problem is as follows, If the server shuts down abrupotly because of power failuar or any other cause then ...
Suvarna
Feb 28, 2006 at 5:38 am
Mar 3, 2006 at 4:55 am -
The topic of improving vacuum for use in heavy-update environments seems to come up frequently on the list. Has anyone weighed the costs of allowing VACUUM to reclaim tuples that are not older than ...
Paul Tillotson
Feb 28, 2006 at 3:27 am
Mar 2, 2006 at 4:38 pm -
Hi, A little while ago there was someone asking for tools to make it easier to connect to multiple servers. It occured to me that it might be useful to have a config file the way ssh does it: Host ...
Martijn van Oosterhout
Feb 18, 2006 at 6:52 pm
Feb 28, 2006 at 7:48 pm -
http://www.flamingspork.com/blog/2006/02/16/enterprisedb-where-is-the-source/ Any comments on this? Is he referring to EnterpriseDB extensions that they don't make public? Chris
Christopher Kings-Lynne
Feb 16, 2006 at 7:12 am
Feb 24, 2006 at 10:02 pm -
I've been modifying tuplesort.c to keep all the sort's local data in a separate memory context, to simplify and speed up cleaning up the data during tuplesort_end. I thought this would be a ...
Tom Lane
Feb 23, 2006 at 9:10 pm
Feb 24, 2006 at 4:51 pm -
Hello There isn't possibility change opclass for generated UNIQUE indexes. I found syntax for CREATE TABLE command USING INDEX TABLESPACE ..., This form can be enhanced to USING INDEX [TABLESPACE ..] ...
Pavel Stehule
Feb 22, 2006 at 3:09 pm
Feb 23, 2006 at 5:29 pm -
We are currently maintaining information about configuration parameters in at least three places: the documentation, guc.c, and postgresql.conf.sample. I would like to generate these from a single ...
Peter Eisentraut
Feb 16, 2006 at 1:36 am
Feb 20, 2006 at 10:08 pm -
I found any query exceeds 4096 charactors will be pruned automatically. i am wondering which knob should i change to make it larger , say, 10000 charactors. i searched for a while but was not able to ...
Uwcssa
Feb 19, 2006 at 9:07 pm
Feb 20, 2006 at 6:58 am -
I have a PL/Java bug entry from Peter E. that reads "It is customary in PostgreSQL land and elsewhere, that dynamically loadable modules do not have a lib prefix (compare plpgsql.so, pltcl.so, etc.). ...
Thomas Hallgren
Feb 25, 2006 at 12:18 pm
Feb 26, 2006 at 8:59 pm
Group Overview
group | pgsql-hackers |
categories | postgresql |
discussions | 134 |
posts | 1,259 |
users | 159 |
website | postgresql.org... |
irc | #postgresql |
159 users for February 2006
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)