Search Discussions
-
Are there any plans to merge the sources from the experimental threaded server and the forked server so that a compile switch could choose the model?
Dann Corbit
Feb 5, 2002 at 2:20 am
Feb 8, 2002 at 6:45 pm -
60
elog() patch
Here is a patch to clean up elog(): ftp://candle.pha.pa.us/pub/postgresql/mypatches/elog Here is the detail: REALLYFATAL = PANIC STOP = PANIC New INFO level the prints to client by default New LOG ...Bruce Momjian
Feb 28, 2002 at 5:10 am
Mar 6, 2002 at 6:11 am -
Hi all, This is the email I sent earlier - I think it was lost in the 7.2 release hammering the servers got. I'm hoping to implement SET NULL / SET NOT NULL for 7.3 I've been searching the SQL99 docs ...
Christopher Kings-Lynne
Feb 13, 2002 at 2:45 am
Mar 26, 2002 at 5:59 am -
I just submitted a patch to fix various elog() issues. I have two additional proposals. First, I think ERROR/DEBUG/NOTICE/FATAL, etc are too generic and cause compile problems/warnings, especially ...
Bruce Momjian
Feb 21, 2002 at 2:54 am
Feb 25, 2002 at 9:26 am -
Okay... I'm very sceptic today. I'm making a survey on Oracle 8.0 on NT4 remplacement with a RedHat 7.2/PG 7.2 The customer gave me stuff to migrate, like scripts in Pro*C Oracle that I migrated ...
Jean-Paul ARGUDO
Feb 27, 2002 at 2:46 pm
Mar 3, 2002 at 8:50 am -
I had to make a relatively long drive yesterday, so I had lots of free time to do some thinking...and my thoughts were turning to caching and databases. The following is what I came up with: forgive ...
Greg Sabino Mullane
Feb 28, 2002 at 10:14 pm
Aug 26, 2002 at 8:39 am -
... can a few of you go take a peak and let me know if anything is wrong/missing?
Marc G. Fournier
Feb 4, 2002 at 2:28 pm
Feb 6, 2002 at 9:59 am -
To: pgsql-hackers@postgresql.org Subject: Re: [HACKERS] eWeek Poll: Which database is most critical to your The article mentions a MySQL feature which apparently improved performance considerably: // ...
Dann Corbit
Feb 26, 2002 at 11:17 pm
Mar 1, 2002 at 8:23 pm -
Having frustrated with performance on Windows box I'm wondering if it's possible to get postgresql optimized for working without shared memory, say in single-task mode. It looks like it's shared ...
Oleg Bartunov
Feb 26, 2002 at 12:52 pm
Mar 6, 2002 at 7:07 pm -
Dear all, I tried to migrate a UTF-8 database with Japanese content from Postgresql 7.1.3 to Postgresql 7.2 unsucessfully. I made a pg_dump of the 7.1.3 database and tried to upload it in 7.2. Error ...
Jean-Michel Poure
Feb 19, 2002 at 3:38 pm
Feb 22, 2002 at 11:39 am -
I was thinking and it seems that by the next release of Postgres we might have: * Schemas * Domains * Maybe a new on-the-wire protocol * ...and maybe prepared statement support to go along with?? ...
Christopher Kings-Lynne
Feb 21, 2002 at 5:41 am
Feb 27, 2002 at 7:58 am -
For Immediate Release February 5th, 2002 After almost a full year of development since PostgreSQL v7.1 was released, the PostgreSQL Global Development Group is proud to announce the availability of ...
Marc G. Fournier
Feb 5, 2002 at 4:01 pm
Feb 8, 2002 at 9:16 am -
I thought I should just raise a couple of points -I think I may have been the person Tom Lane was referring with respect to refactoring command.c. I am still happy to go through and do this, though I ...
John Gray
Feb 26, 2002 at 10:34 am
Feb 28, 2002 at 1:56 pm -
Dear all, libgda (http://www.gnome-db.org) offers a common interface to PostgreSQL, MySQL, Oracle, Sybase, ... databases. Libgda is based on Corba and gives access to most database and schema objects ...
Jean-Michel Poure
Feb 11, 2002 at 8:23 am
Feb 22, 2002 at 4:24 am -
19
Replication
I re-wrote RServ.pm to C, and wrote a replication daemon. It works, but it works like the whole rserv project. I don't like it. OK, what the hell do we need to do to get PostgreSQL replicating?Mark L. Woodward
Feb 5, 2002 at 12:14 am
Feb 21, 2002 at 2:51 pm -
I've added a fairly large number of time zones to the date/time parser. They were originally mentioned in my zinc time zone database but without sufficient information to actually enable them. Ruslan ...
Thomas Lockhart
Feb 25, 2002 at 4:24 pm
Feb 26, 2002 at 4:11 am -
I've attached a patch which enhances pg_dump to use ALTER TABLE when defining the primary keys of a table (instead of including this information in the table definition). This follows a suggestion by ...
Neil Conway
Feb 19, 2002 at 2:56 am
Feb 23, 2002 at 3:00 pm -
I'm getting itchy to get to work on 7.3 development, and with so few bug reports coming in for 7.2, it seems that now is not too soon to split off the 7.2 maintenance branch in CVS. Comments? ...
Tom Lane
Feb 13, 2002 at 12:38 am
Feb 19, 2002 at 6:48 am -
I've started playing around with 7.2 on one of my development machines. I decided to try the pg_upgrade program, something I usually never do. Anyway, I followed the steps in the pg_upgrade (going ...
Brian Hirt
Feb 15, 2002 at 12:17 am
Apr 10, 2002 at 12:06 am -
I'd like to take a crack at implementing point in time recovery. My plan is to do this as gently as possible in a number of small self-contained steps. I'd appreciate lots of critcial feedback. ...
Marc Munro
Feb 22, 2002 at 3:30 am
Mar 8, 2002 at 4:37 pm -
Would it be too much to ask for that everytime a significant user-visible change is checked in, the release notes are updated right there as though they are documentation (which they are)? This ...
Peter Eisentraut
Feb 8, 2002 at 5:58 pm
Feb 16, 2002 at 5:36 am -
Browsing the archives, I found the latest comment about dropping columns about summer 2000 closing with Hiroshi's unapplied (?) hack. What is the current status of the implementation? Regards, Zoltan ...
Kovacs Zoltan
Feb 12, 2002 at 9:27 am
Feb 20, 2002 at 2:41 am -
First off: This is a suggestion for minor changes to the output generated by the \? command in psql. While it is more of a documentation issue, it would involve changing code (well, a few strings) - ...
Ian Barwick
Feb 25, 2002 at 11:13 pm
Mar 19, 2002 at 3:01 am -
Hi all, I'm working on an implementation of the DRDA protocol and am planning on modifying postgresql to support DRDA. (DRDA is an Open Group standard protocol for client to database communications, ...
Brian Bruns
Feb 5, 2002 at 1:39 pm
Feb 7, 2002 at 9:42 pm -
First, let me say that our 7.2 release was a huge success. It was of very high quality and well received by the community. I want to address a concern I have heard from many of you --- the long ...
Bruce Momjian
Feb 24, 2002 at 3:58 am
Feb 26, 2002 at 4:59 am -
Hello, all, I'm having a strange problem with v7.2 relating to statistics collection and plan calculation. I'm not sure if this relates to the problems Marc was seeing, but here goes. I have a table ...
Gordon Runkle
Feb 13, 2002 at 5:23 am
Feb 17, 2002 at 6:02 pm -
At my old job, we used PostgreSQL exclusively. I was doing programming, and it was great. At my new job I've had a chance to work with SQL Server and Oracle. I don't like either of them from a SQL ...
Kevin
Feb 3, 2002 at 5:27 am
Feb 6, 2002 at 6:42 pm -
Christopher's patch to fix docs regarding single- and double-quotes in SET syntax got me looking at gram.y. It turns out that although we allow lists of double-quoted strings in SET, we do not allow ...
Thomas Lockhart
Feb 26, 2002 at 2:49 pm
Feb 27, 2002 at 1:27 pm -
Here's a concrete summary of the various proposals about the location of configuration files and other things that have been discussed a while ago. I think we pretty much came to agree -- if not, the ...
Peter Eisentraut
Feb 7, 2002 at 12:25 am
Feb 22, 2002 at 5:16 am -
Hi, I have done what exactly explains the documentation for the migration from my databases in 7.1.3 to 7.2 ... But during the importation in Postgresql v7.2 of the data from the pg_dumpall ... I get ...
Hervé Piedvache
Feb 17, 2002 at 12:15 am
Feb 21, 2002 at 5:35 pm -
Guys, I've recently being going back over code from Ingres and porting it over to PostgreSQL. Heavy use was made of the IFNULL function, this function simply returns the 2nd argument if the first is ...
Lee Kindness
Feb 8, 2002 at 4:37 pm
Feb 12, 2002 at 9:34 am -
The current WAL recovery implementation does not recover newly created objects such as tables. My suggested patch is: When XLogOpenRelation fails to open the relation file, if errno is ENOENT (no ...
Marc Munro
Feb 28, 2002 at 12:34 am
Mar 8, 2002 at 12:53 am -
NAMEDATALEN's benchmarked are 32, 64, 128 and 512. Attached is the shell script I used to do it. First row of a set is the time(1) for the pgbench -i run, second is the actual benchmark. Aside from ...
Rod Taylor
Feb 13, 2002 at 8:07 pm
Feb 14, 2002 at 9:02 pm -
Look at this: (top one) http://www.mysql.com/information/benchmarks.html Does anyone feel like running the MySQL benchmark against postgres 7.2 to see if there's been a real speed improvement?? Chris
Christopher Kings-Lynne
Feb 13, 2002 at 6:38 am
Feb 13, 2002 at 4:48 pm -
Hello, We have report that all GiST opclasses cause a coredump while creating index on 64-bit Solaris. I try to make installcheck GiST's contrib modules on DEC Alpha and got the same result. So it ...
Teodor Sigaev
Feb 8, 2002 at 3:27 pm
Feb 11, 2002 at 10:43 pm -
Hmmm...some good comments, some bad comments, some offensive comments and a lot of FUD from MySQL zealots who don't know any better: http://slashdot.org/article.pl?sid=02/02/07/0212218&mode=thread ...
Christopher Kings-Lynne
Feb 8, 2002 at 2:24 am
Feb 8, 2002 at 7:02 pm -
We all understand the reasons why one MUST dump and restore to upgrade to 7.2, but I'd like to make a general call to arms that this (or 7.3) should be the last release to require this. It doesn't ...
Mark L. Woodward
Feb 8, 2002 at 3:01 am
Feb 8, 2002 at 4:24 pm -
The attached patch improves the command parameter checking of pg_ctl. At present, there is nothing to check that the parameter given with a parameter-taking option is actually valid. For example, -l ...
Oliver Elphick
Feb 16, 2002 at 11:26 am
Feb 23, 2002 at 9:51 pm -
Release 7.2: Where the last field of a line contains an empty string, COPY incorrectly inserts a NULL. This will cause data to be loaded incorrectly from pg_dump. This happens because, when a newline ...
Oliver Elphick
Feb 26, 2002 at 4:37 pm
Feb 27, 2002 at 4:23 pm -
OK, I have done my best to split out the accepted patches from the other open items in 7.3. My logic was to move any patch that generated no negative feedback into the to-be-applied queue at: ...
Bruce Momjian
Feb 23, 2002 at 2:48 am
Feb 23, 2002 at 9:26 pm -
I was wondering what direction we want to take for replication? There is a group at: http://gborg.postgresql.org/genpage?replication_research working on a fairly advanced replication solution that ...
Bruce Momjian
Feb 22, 2002 at 3:57 pm
Feb 22, 2002 at 6:25 pm -
Hi Hackers, Are stored sql or pl/pgsql (and in fact other langs) precompiled on Postgres for efficiency??? This is a question that came up as part of GeekLog development... Thanks, Chris
Christopher Kings-Lynne
Feb 22, 2002 at 2:31 am
Feb 22, 2002 at 5:42 am -
In my current implementation for function privileges, I have the function permission check somewhere down in the executor. (To be precise, the permission is determined when the fcache is initialized, ...
Peter Eisentraut
Feb 13, 2002 at 8:25 pm
Feb 14, 2002 at 7:27 pm -
Or is this in the planner? Same query, same tables, one with seqscan enabled, one with it disabled (btw, whomever added the ANALYZE to EXPLAIN, pure genius): iwantu=# explain analyze SELECT ...
Marc G. Fournier
Feb 11, 2002 at 2:23 pm
Feb 13, 2002 at 1:16 pm -
I see following in the manual: ------------------------------------------------------------------- The seconds field, including fractional parts, multiplied by 1000. Note that this includes full ...
Tatsuo Ishii
Feb 27, 2002 at 8:08 am
Mar 15, 2002 at 11:20 pm -
Hi All, (1)I am Amit Kumar Khare, I am doing MCS from UIUC USA offcampus from India. (2) We have been asked to enhance postgreSQL in one of our assignments. So I have chosen to pick "Add free-behind ...
Khare
Feb 12, 2002 at 7:13 am
Feb 13, 2002 at 6:31 pm -
Okay, I think I've seen one too many reports of corrupted pg_dump data caused by Microslothish newline-to-CR/LF translation. We need to find a way to make COPY data proof against that brain damage. ...
Tom Lane
Feb 11, 2002 at 2:22 am
Feb 12, 2002 at 3:55 am -
Hi, How about adding these for 7.3? Can this be put in the TODO? EXTRACT(TIMESTAMP FROM epoch); EXTRACT(DATE FROM epoch); EXTRACT(DOW FROM epoch); ... etc. Would be very useful. Chris
Christopher Kings-Lynne
Feb 7, 2002 at 3:17 am
Feb 7, 2002 at 5:59 pm -
On general a discussion has been taking place regarding cached query plans and how MySQL invented them. Of course, this is totally false. I remembered a nice paragraph in the Oracle docs as to the ...
Mike Mascari
Feb 27, 2002 at 8:14 am
Mar 13, 2002 at 6:27 pm -
It seems to me that it'd be a good idea to have a form of SET SESSION AUTHORIZATION that restores the effective session ID to whatever user name was originally authenticated. In particular, this ...
Tom Lane
Feb 24, 2002 at 10:17 pm
Mar 11, 2002 at 1:37 am
Group Overview
group | pgsql-hackers |
categories | postgresql |
discussions | 219 |
posts | 1,223 |
users | 177 |
website | postgresql.org... |
irc | #postgresql |
177 users for February 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)