Search Discussions
-
293
Open 7.3 items
Here are the open items for 7.3. We have one more month to address them before beta. --------------------------------------------------------------------------- P O S T G R E S Q L 7 . 3 O P E N I T ...Bruce Momjian
Jul 31, 2002 at 3:50 am
Aug 29, 2002 at 2:00 am -
Just a long standing curiosity? For most web sites MySQL seems to work fine, but overall PostgreSQL offers more capabilites so why build upon a limited base such as MySQL? Does anyone here have any ...
Matthew Tedder
Jul 29, 2002 at 11:36 am
Aug 12, 2002 at 12:00 am -
Hi All, I have given up working on the BETWEEN node. It got to the stage where I realised I was really out of my depth! Rod Taylor has indicated an interest in the problem and I have sent him my ...
Christopher Kings-Lynne
Jul 3, 2002 at 9:19 am
Jul 6, 2002 at 3:42 pm -
As per earlier discussion, I'm working on the hot backup issues as part of the PITR support. While I was looking at the buffer manager and the relcache/MyDb issues to figure out the best way to work ...
J. R. Nield
Jul 24, 2002 at 6:45 am
Aug 10, 2002 at 1:27 am -
I am willing to supply a complete, friendly, powerful and pretty installer program, based on NSIS. http://www.winamp.com/nsdn/nsis/index.jhtml I suggest that pgAdmin is included in the install ...
Christopher Kings-Lynne
Jul 1, 2002 at 5:35 am
Jul 10, 2002 at 10:10 pm -
I've developed patches to be able to specify the location of the WAL directory, with the default location being where it is now. The patches define a new environment variable PGXLOG (a la PGDATA) and ...
Thomas Lockhart
Jul 30, 2002 at 1:54 am
Aug 3, 2002 at 11:42 am -
Here is my proposal for new CREATE CONVERSION which makes it possible to define new encoding conversion mapping between two encodings on the fly. The background: We are getting having more and more ...
Tatsuo Ishii
Jul 5, 2002 at 6:36 am
Jul 11, 2002 at 2:47 pm -
I have implemented this TODO item: * Add getpid() function to backend There were a large number of pg_stat functions that access pids and backends slots so I added it there: test= select ...
Bruce Momjian
Jul 31, 2002 at 12:40 am
Aug 5, 2002 at 9:48 pm -
Something to maybe add to the TODO list, if someone has the time/inclination to work on it ... The problem with the current auth system, as I see it, is that you can't easily have seperate user lists ...
Marc G. Fournier
Jul 26, 2002 at 1:48 pm
Aug 1, 2002 at 1:40 am -
36
DROP COLUMN
OK, more DROP COLUMN funny business: Assuming that selects, updates and deletes all ignore the dropped column, what happens with things like alter table statements? You can still quite happily set ...Christopher Kings-Lynne
Jul 15, 2002 at 3:30 pm
Jul 18, 2002 at 2:10 am -
Hello: I've got the logging system to the point where I can take a shutdown consistent copy of a system, and play forward through multiple checkpoints. It seems to handle CREATE TABLE/DROP ...
J. R. Nield
Jul 4, 2002 at 3:58 pm
Jul 18, 2002 at 8:26 pm -
A while ago, I started a small discussion about passing arguments to a NOTIFY so that the listening backend could get more information about the event. There wasn't exactly a consensus from what I ...
Jeff Davis
Jul 2, 2002 at 9:45 am
Jul 4, 2002 at 5:23 am -
I'm having a weird problem on my " PostgreSQL 7.2.1 on i386--netbsdelf, compiled by GCC 2.95.3" system. Executing these commands: CREATE TABLE test_one (id int PRIMARY KEY, value_one text); CREATE ...
Curt Sampson
Jul 31, 2002 at 2:34 am
Aug 2, 2002 at 9:57 am -
Consider CREATE TABLE foo (f1 int primary key); CREATE TABLE bar (f1 int references foo); DROP TABLE foo RESTRICT; Should this succeed? Or should it be necessary to say DROP CASCADE to get rid of the ...
Tom Lane
Jul 10, 2002 at 10:33 pm
Jul 14, 2002 at 12:22 am -
22
Virus Emails
Hi guys, I seem to be getting virus emails that pretend to be one of your guys. eg. I get them from T.Ishii and N.Conway, etc. Anyone out there on the list who should perhaps scan their computer? :) ...Christopher Kings-Lynne
Jul 27, 2002 at 2:26 am
Jul 31, 2002 at 10:06 am -
The following system table columns are currently unused and don't appear to be in the line of resurrection. pg_language.lancompiler pg_operator.oprprec pg_operator.oprisleft pg_proc.probyte_pct ...
Peter Eisentraut
Jul 15, 2002 at 10:51 pm
Jul 16, 2002 at 7:04 am -
We've discussed at least a couple of times before that it would be nice to be able to create stand-alone composite types. Tom mentioned that ideally this would be done as part of a refactoring of ...
Joe Conway
Jul 30, 2002 at 5:51 am
Aug 10, 2002 at 9:58 am -
I am working on a rather extensive Oracle compatibility layer that I use with PostgreSQL. I am considering contributing the code back to the project but the problem is that the layer is currently ...
Marc Lavergne
Jul 21, 2002 at 7:22 pm
Sep 29, 2002 at 2:10 am -
Hi, Would it be possible to add a new attribute to pg_views that stores the original view definition, as entered via SQL? This would make the lives of those of us who make admin interfaces a lot ...
Christopher Kings-Lynne
Jul 16, 2002 at 5:42 am
Jul 17, 2002 at 8:35 am -
Hi Florian, Actually, I replied to you 5 minutes after you posted, but I think my emails were being stalled somewhere... To generate the diff, do this: cd contrib/fulltextindex cvs diff -c ...
Christopher Kings-Lynne
Jul 1, 2002 at 7:50 am
Jul 12, 2002 at 2:26 pm -
OK, This is the problem I'm having with the DROP COLUMN implementation. Since I've already incorporated all of Hiroshi's changes, I think this may have been an issue in his trial implementation as ...
Christopher Kings-Lynne
Jul 5, 2002 at 7:57 am
Jul 9, 2002 at 9:12 am -
Is this the kind of thing you mean? #include "postgres.h" #include "fmgr.h" extern Datum pg_reset_stats(PG_FUNCTION_ARGS); PG_FUNCTION_INFO_V1(pg_reset_stats); Datum pg_reset_stats(PG_FUNCTION_ARGS) ...
Christopher Kings-Lynne
Jul 29, 2002 at 3:51 am
Jul 31, 2002 at 7:24 am -
Actually not. SQL92 defines this command as <prepare statement ::= PREPARE <SQL statement name FROM <SQL statement variable <SQL statement variable ::= <simple value specification where <simple value ...
Tom Lane
Jul 21, 2002 at 1:59 am
Jul 28, 2002 at 3:18 pm -
I have faced a problem with encoding conversion while the database is starting up. If postmaster accepts a connection request while in the state, it issues a fatal message "The database system is ...
Tatsuo Ishii
Jul 18, 2002 at 4:55 am
Jul 23, 2002 at 10:16 pm -
OK, I have added comments to \dT and SGML docs to mention that 'line' is not implemented. This should help future folks. It would be nice to get the line type working 100%. Thomas says the problem is ...
Bruce Momjian
Jul 16, 2002 at 3:33 am
Jul 16, 2002 at 8:50 pm -
<delurk - reading from the archives, so please cc me on responses Note that before bugzilla really supports postgresql, we (ie the bugzilla team) are going to need DROP COLUMN support, as well as ...
Bradley Baetz
Jul 10, 2002 at 11:44 pm
Jul 11, 2002 at 8:32 am -
OK, this is what I'm seeing on FreeBSD/Alpha for libpq++. I haven't figured out how to build libpqxx yet.: gmake[3]: Entering directory `/home/chriskl/pgsql-head/src/interfaces/libpq++' g++ -O2 -g ...
Christopher Kings-Lynne
Jul 3, 2002 at 8:01 am
Jul 7, 2002 at 8:28 pm -
Actually, from reading that thread, I started to think along those lines too ... it is a major change, is there a reason why going to 8.0 on this one is a bad idea? I realize that its *only* been 2 ...
Marc G. Fournier
Jul 5, 2002 at 3:17 am
Jul 6, 2002 at 10:16 am -
11
bug in COPY
This behavior doesn't look right: nconway=# create table foo (a int default 50, b int default 100); CREATE TABLE nconway=# copy foo from stdin; Enter data to be copied followed by a newline. End with ...Neil Conway
Jul 24, 2002 at 5:59 pm
Aug 27, 2002 at 8:33 pm -
SQL92 requires named constraints to have names that are unique within their schema. Our past implementation did not require constraint names to be unique at all; as a compromise I suggested requiring ...
Tom Lane
Jul 2, 2002 at 6:38 pm
Jul 8, 2002 at 11:44 pm -
Hi all As I understand every time there is a request to postgres a new backend is made, and when the request is finished, even if the connection is already active the backend dies. I wonder if is ...
Luis Alberto Amigo Navarro
Jul 29, 2002 at 9:27 am
Jul 30, 2002 at 7:19 pm -
OK, DROP COLUMN now seems to work perfectly. All the old test cases that failed now work fine. However, I'm not happy with the way dropped columns are renamed. I want to give them a name that no-one ...
Christopher Kings-Lynne
Jul 15, 2002 at 3:45 am
Jul 15, 2002 at 5:52 pm -
Now that the pg_depend mechanism is mostly in there, it is no longer a good idea to delete things directly (for example, by calling heap_drop_with_catalog or even just heap_delete'ing a catalog ...
Tom Lane
Jul 12, 2002 at 7:17 pm
Jul 14, 2002 at 12:02 am -
Hello, As of today, a Bugzilla has been made available at - bugzilla.pgaccess.org This is a pretty straight forward installation of Bugzilla 2.14.2 It is currently empty. There are even no components ...
Iavor Raytchev
Jul 9, 2002 at 6:42 pm
Jul 12, 2002 at 2:50 am -
We are about to submit brand bew contrib/ltree module (first draft of documetation is available from http://www.sai.msu.su/~megera/postgres/gist/ltree/) and I have a question what version to submit - ...
Oleg Bartunov
Jul 21, 2002 at 3:38 pm
Aug 6, 2002 at 1:40 pm -
I've been working on the TODO list item "Add SHOW command to display locks". The code is basically finished, but I'd like to make sure the user interface is okay with everyone before I send it in to ...
Neil Conway
Jul 18, 2002 at 6:35 pm
Jul 19, 2002 at 2:11 pm -
We have src/utils for stuff supposedly that is used by the backend and other binaries, and src/backend/port for stuff used only by the backend. However, over time, this distinction has broken down ...
Bruce Momjian
Jul 15, 2002 at 10:54 pm
Jul 18, 2002 at 12:30 am -
When trying to perform a full vacuum I am getting the following error: ERROR: No one parent tuple was found Plain vacuum works fine. Thinking it might be a problem with the indexes I have rebuilt ...
Barry Lind
Jul 10, 2002 at 3:40 am
Jul 10, 2002 at 6:27 am -
Hi, I see different results in Oracle and postgres for same outer join queries. Here are the details. I have the following tables in our pg db table: yuva_test1 yt1_id yt1_name yt1_descr 1 1-name1 ...
Yuva Chandolu
Jul 31, 2002 at 3:53 am
Jul 31, 2002 at 5:39 pm -
One of my machines has two CPUs, and in some cases I build a pair of indexes in parallel to take advantage of this. (I can't seem to do an ALTER TABLE ADD PRIMARY KEY in parallel with an index build, ...
Curt Sampson
Jul 18, 2002 at 12:12 am
Jul 28, 2002 at 4:39 pm -
Hello, I would like to implement a function similar to the Decode function in Oracle. I was wondering if it is possible to accept a variable number of parameters (array??). Thanks, Edwin S. Ramirez
Edwin S. Ramirez
Jul 23, 2002 at 9:47 pm
Jul 26, 2002 at 3:43 pm -
Mac OS X: postgres% psql --version psql (PostgreSQL) 7.2.1 contains support for: multibyte LEDEV=# create table test1 (foo varchar(5)); CREATE LEDEV=# create table test2 (foo char(5)); CREATE LEDEV=# ...
Scott Royston
Jul 11, 2002 at 9:47 pm
Jul 12, 2002 at 3:28 pm -
There seems to have been an accumulation lately of stuff that was simply dumped into the source tree without any sort of integration. I am particularly talking about interfaces/ssl and ...
Peter Eisentraut
Jul 9, 2002 at 10:15 pm
Jul 10, 2002 at 4:17 am -
I'd like to implement error codes. I think they would be pretty useful, although there are a few difficulties in the implementation I'd like to get some input on. Should every elog() have an error ...
Neil Conway
Jul 17, 2002 at 6:27 pm
Nov 26, 2002 at 11:57 pm -
(crossposted to -hackers, should follow up on that list) Right. So you can do your example pretty easily: thomas=# select overlay(f1 placing '' from position('/local' in f1) thomas-# for ...
Thomas Lockhart
Jul 12, 2002 at 3:07 pm
Aug 12, 2002 at 9:56 pm -
What's with this manual page? http://candle.pha.pa.us/main/writings/pgsql/sgml/gist.html Seems like it's almost accidental - like a copied and pasted email. It doesn't look like it should be there? ...
Christopher Kings-Lynne
Jul 30, 2002 at 6:06 am
Jul 30, 2002 at 3:40 pm -
I have a need for relation synonyms in PostgreSQL. I don't see it in 7.2.1 but the catalog seems to be able to support it more or less. Here's what I intend to do: 1) Create a duplicate record in ...
Marc Lavergne
Jul 24, 2002 at 6:24 am
Jul 26, 2002 at 3:22 am -
Shouldn't the effect of ALTER TABLE ALTER COLUMN SET STATISTICS be recorded by pg_dump? For example: CREATE TABLE foo (col1 int, col2 int); ALTER TABLE foo ALTER COLUMN col1 SET STATISTICS 100; $ ...
Neil Conway
Jul 19, 2002 at 4:27 pm
Jul 20, 2002 at 1:02 am -
I was getting CVS errors because regress/GNUmakefile does an 'rm -rf results', removing the CVS directory from results. This was causing my 'cvs update's to fail. My fix was to change 'rm -rf ...
Bruce Momjian
Jul 2, 2002 at 5:03 am
Jul 4, 2002 at 5:23 am -
Hi, i want to announce you the release of a new PostgreSQL Interface... its name is XPg, and it was made on Java under the GPL license. Please, check the site... it could be a useful tool for much ...
Gustavo Gonzalez Giron
Jul 21, 2002 at 6:12 pm
Jul 30, 2002 at 2:59 am
Group Overview
group | pgsql-hackers |
categories | postgresql |
discussions | 181 |
posts | 1,290 |
users | 117 |
website | postgresql.org... |
irc | #postgresql |
117 users for July 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)