Search Discussions
-
With arrays now fixed in 6.2 beta, I have about five items left that are problems with the release. Vadim, I will need your help to solve them. - -- Bruce Momjian maillist@candle.pha.pa.us ...
Bruce Momjian
Sep 11, 1997 at 3:41 am
Sep 13, 1997 at 5:17 am -
Hi, just want to say that beta 10 doesn't compiles on my Linux box (2.0.29) - -- Versions installed: zeus Kernel modules Gnu C 2.7.2.2 Binutils 2.7.0.9 Linux C Library 5.4.23 Dynamic Linker (ld.so) ...
Oleg Bartunov
Sep 23, 1997 at 5:40 pm
Sep 25, 1997 at 3:05 am -
Hi: I am having a few problems compiling beta 10. My system is a 43p running AIX 4.1.5 and compiling with gcc. I've been able to get betas up through beta 9 to work. 1. backend/utils/adt/float.c ...
D. Jay Newman
Sep 23, 1997 at 8:44 pm
Sep 25, 1997 at 6:12 pm -
Hey Webmaster(s)... Can we get this added as part of the Web site? Jose', can you help us keep it up to date? BTW..you list v6.2beta6, but you forgot to include the numbers? To the developers...why ...
The Hermit Hacker
Sep 8, 1997 at 4:47 pm
Sep 23, 1997 at 3:52 pm -
I am starting to suspect tcp/ip or libpq library overhead. I just did a test of many inserts, and while profiling shows the backend takes 23 seconds, wallclock time on the load was 327 seconds. It is ...
Bruce Momjian
Sep 24, 1997 at 8:03 pm
Sep 25, 1997 at 8:56 pm -
I have changed uint32 to unsigned int. - -- Bruce Momjian maillist@candle.pha.pa.us ------------------------------
Bruce Momjian
Sep 16, 1997 at 4:08 pm
Sep 19, 1997 at 12:11 pm -
Marc, I'm not sure exactly how things work on the different platforms, but the recent changes to support "linuxalpha" had the annoying side effect that _my_ linux box (formerly a linux-elf machine :) ...
Thomas G. Lockhart
Sep 20, 1997 at 11:29 pm
Sep 23, 1997 at 12:55 am -
When can I run PGINDENT? Does anyone have outstanding patches they want to apply before I run it? I have recently modified PGINDENT so it will not over-indent block comments if you run it several ...
Bruce Momjian
Sep 4, 1997 at 9:34 pm
Sep 8, 1997 at 12:45 am -
I've sent a patch to the patches list to provide the missing multiply and divide functions for the money type. Previously, one could only do "_money * _float8" and "_money / _float8". The patch ...
Darren King
Sep 19, 1997 at 4:47 pm
Sep 22, 1997 at 6:28 pm -
Hi all, I've just tried building from the CVS tree as of this afternoon and got the following error:- gmake[2]: Leaving directory `/postgres95/src/backend/utils' gcc -o postgres access/SUBSYS.o ...
Keith Parks
Sep 6, 1997 at 5:16 pm
Sep 9, 1997 at 7:32 pm -
I would sure like to change our comment characters from -- to //, now that we have /* */ comments from Thomas. We can keep -- for backward compatability. This would make us consistent with C++. ...
Bruce Momjian
Sep 4, 1997 at 7:16 pm
Sep 7, 1997 at 1:43 am -
Still a problem with beta10 and java? Marc, ideas? - -- Bruce Momjian maillist@candle.pha.pa.us ------------------------------
Bruce Momjian
Sep 24, 1997 at 3:57 pm
Sep 25, 1997 at 2:55 pm -
(I've been asking in the Questions-list and in a couple of Newsgroups) In short: ORDER BY Name returns first 'a-z' and then mutated vowels but I would like to have mutated vowels near the vowles. ...
Marcus Bauer
Sep 21, 1997 at 8:41 am
Sep 23, 1997 at 6:09 pm -
Thanks Vadim! I'm going to commit changes then, since Marc wanted basic v6.2 functionality committed by Sept 1, and will then work on the no-trick DEFAULT and CHECK parsing, which should come along ...
Thomas G. Lockhart
Sep 1, 1997 at 1:09 am
Sep 4, 1997 at 5:39 am -
I have found a problem. It appears the backslashes are being eaten, rather than being converted and inserted into the string. In the second and third inserts, their should be a backslash in the ...
Bruce Momjian
Sep 24, 1997 at 6:22 pm
Sep 25, 1997 at 4:22 pm -
(In statistics below 1st line is user/system time, 2nd line is direct blocks read/written by tape method). I. ORDER BY perfomance using -S 128, -S 512 and -S 1024 for tables with 100 000 tuples (=~ ...
Vadim B. Mikheev
Sep 17, 1997 at 9:44 am
Sep 18, 1997 at 4:09 am -
- --==_Exmh_219990984P Content-Type: multipart/mixed ; boundary="==_Exmh_2199820240" This is a multipart MIME message. - --==_Exmh_2199820240 Content-Type: text/plain; charset=us-ascii Machine: ...
Oliver Elphick
Sep 16, 1997 at 11:48 am
Sep 18, 1997 at 3:33 am -
Can we get a new beta before I announce the list of changes in 6.2 to the questions list? I want a new one so any patches will use the new source code format. - -- Bruce Momjian ...
Bruce Momjian
Sep 13, 1997 at 2:11 am
Sep 13, 1997 at 9:12 pm -
I ran the regression tests in 6.2beta5. This was on a Linux Pentium Pro with libc6. There were various errors which will go away when the expected data is revised, but I found the following problems: ...
Oliver Elphick
Sep 9, 1997 at 9:10 am
Sep 10, 1997 at 8:55 am -
The freeze is only meant to occur once so that a current set of documentation can be produced. The idea is that this documentation should be of a sufficiently high standard that it is easy for others ...
Eze Ogwuma
Sep 30, 1997 at 3:32 pm
Sep 30, 1997 at 11:10 pm -
Anyone else need functions to multiply and divide Cash by integers, not just float8? Say, rename existing cash_mul/div to cash_fmul/fdiv and create cash_imul/idiv and cash_smul/sdiv for int4 and ...
Darren King
Sep 17, 1997 at 7:44 pm
Sep 18, 1997 at 8:15 pm -
Hi all, I'm seeing some strange problems with the parser, look at this:- (The data was restored from a previous dump) I see "day" is a keyword now. calendar= \d Database = calendar ...
Keith Parks
Sep 6, 1997 at 9:16 pm
Sep 7, 1997 at 2:43 pm -
Marc, I have some preliminary results: Postgres MySql 1000 rec insert 27 11 " " select 33 20 10,000 rec insert 273 111 " " Error 8M Seg Fault These tests were run from PHP, not Perl, and I didn't ...
Charles Hall
Sep 24, 1997 at 6:06 pm
Sep 25, 1997 at 3:46 am -
We are only going to get major performance improvments on INSERT/UPDATE/DELETE when we remove time travel? Vadim, is that true? I think you had indicated it was. - -- Bruce Momjian ...
Bruce Momjian
Sep 19, 1997 at 10:12 pm
Sep 22, 1997 at 4:10 pm -
from current CVS: initdb: creating template database in /home/postgres/data/base/template1 Running: postgres -boot -C -F -D/home/postgres/data -Q template1 Failed Assertion("!(proc- sLocks[i] == ...
Vadim B. Mikheev
Sep 22, 1997 at 3:54 am
Sep 22, 1997 at 4:09 pm -
First of all, sorry my poor English. This is not my native language. When PostgreSql will be released in a CD-ROM, much more people will use it. This implies that will be more requests for technical ...
Claudio R Zamana
Sep 18, 1997 at 1:09 pm
Sep 19, 1997 at 3:04 am -
I ran strace on 6.2beta6 and found out that the backend does a lot of useless system calls. Perhaps this useless consumption of CPU cycles could be eliminated (and speed up execution)? The backend... ...
Mattias Kregert
Sep 13, 1997 at 1:30 pm
Sep 15, 1997 at 2:00 am -
I have been thinking about how people choose a free database, and what they look for. These are the items I think they consider, in this order. How do we rate? Is the order correct? The question ...
Bruce Momjian
Sep 14, 1997 at 12:07 am
Sep 14, 1997 at 6:46 pm -
Here is what I have. Does anyone have changes/additions? Vadim, I am a little confused about what will be in 6.2. Triggers, contraints, etc. Bug Fixes - --------- Fix problems with pg_dump for ...
Bruce Momjian
Sep 12, 1997 at 7:43 pm
Sep 13, 1997 at 5:34 pm -
In a related note, why does my type conversion of treating cash as int4 work? I know they are both int4, but doesn't cash store 1 differently than an int4 of 1? test= select * from testc where x < ...
Bruce Momjian
Sep 10, 1997 at 1:31 am
Sep 11, 1997 at 1:55 pm -
plaut= \h alter table ... alter table <class_name1 rename to <class_name2 Bye! - ---- Michael Reifenberger Plaut Software GmbH, R/3 Basis ------------------------------
Michael Reifenberger
Sep 1, 1997 at 12:57 pm
Sep 3, 1997 at 2:36 pm -
This is a multi-part message in MIME format. - --------------55D8B421222A02884BA57E2B Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Oh, thanks, Tatsuo! Keith, Mike - does ...
Vadim B. Mikheev
Sep 25, 1997 at 3:36 am
Sep 25, 1997 at 4:54 pm -
pgsql 6.2beta10 On Linux 2.0.30 Pentium 75 GCC 2.7.2.1 libc.so.5.4.23 ld.so: version 1.9.5 flex version 2.5.2 Regression test horology .. failed. See attached. Otherwise everything look great. Perl5 ...
Paul Ho
Sep 24, 1997 at 5:06 pm
Sep 25, 1997 at 1:26 pm -
Hi everyone. Well I have just tried out the 6.2 beta of postgresql and I think I have stumbled across a bug. I imported a table of about 20000 records into it and did the following query on the ...
Michael J Schout
Sep 25, 1997 at 2:54 am
Sep 25, 1997 at 4:07 am -
I have found the solutin to the HUPIX 10.20 link failure. There are som duplicate routines in libPW and libc. libc routines should be used, but the default compile finds them in libPW first. The fix ...
Stan Brown
Sep 23, 1997 at 11:21 pm
Sep 24, 1997 at 4:23 am -
Vadim... You had asked for me to wait a few extra days...have those elapsed, or would you like me to wait a couple of more? Marc G. Fournier Systems Administrator @ hub.org primary: scrappy@hub.org ...
The Hermit Hacker
Sep 20, 1997 at 1:14 pm
Sep 23, 1997 at 1:54 am -
of I had to do a few more things, besides those you list, to compile and install under AIX 3.2.5: 1- configure - put missing square brackets around 'a-z' and ':lower:' for tr tests; - put missing ...
Fidelis Assis
Sep 22, 1997 at 2:48 pm
Sep 23, 1997 at 1:18 am -
On a related note, psql used to allow you to run a query, then type \e to edit the query you just ran, or \p to see the query you just ran. What psql does is to keep the old query in the buffer until ...
Bruce Momjian
Sep 18, 1997 at 5:04 pm
Sep 19, 1997 at 4:26 pm -
I have added a MemSet macro to c.h, and replaces calls to memset() to MemSet(). As you will see in c.h, the macro does an int copy of zero's if the start and end are int aligned, the value to be ...
Bruce Momjian
Sep 18, 1997 at 8:20 pm
Sep 19, 1997 at 3:40 pm -
Going through old mail from April... (For Postgres) Neither of my reference texts indicate that the parentheses are allowed. However, COLUMN is optional in the standard and will become optional for ...
Thomas G. Lockhart
Sep 18, 1997 at 2:17 am
Sep 18, 1997 at 2:25 pm -
I. ORDER BY perfomance using -S 128 and -S 512 for tables with 100 000 tuples (=~ 6M) of int4 (table SASC pre-sorted, table SUNS unsorted; psort used tape files): 1. select * from SASC order by x: -S ...
Vadim B. Mikheev
Sep 15, 1997 at 4:51 pm
Sep 17, 1997 at 3:48 am -
It seems v6.2beta6 did not build cleanly out of the box on my Solaris 2.5 system. The fix was easy see below Please e-mail if the following is not clear. I attempted to build ...
Chris Albertson
Sep 13, 1997 at 2:10 am
Sep 15, 1997 at 9:38 pm -
Beta8 has been created... Code is frozen as of midnight tonight, today being the 14th. No new features, no new extensions...we have two weeks to make this rock solid! Marc G. Fournier scrappy@hub.org ...
The Hermit Hacker
Sep 14, 1997 at 8:48 am
Sep 15, 1997 at 12:04 am -
I have completed running PGINDENT on all the *.c and *.h files, except the C++ files. I will do the lex/yacc files by hand. People using sup or cvsup, you might as well delete all your source code ...
Bruce Momjian
Sep 7, 1997 at 5:23 am
Sep 8, 1997 at 4:29 am -
Is there any way for me to request a CVS update of source? CVSup gives me this: (very helpful, eh?) Connected to postgresql.org Falling back to protocol version 15.1 Timed out waiting for connection ...
Teunis Peters
Sep 25, 1997 at 9:48 pm
Sep 25, 1997 at 11:17 pm -
Marc, I went ahead and installed the Perl interfaces for MySql and Postgres. Both tests run OK now, so PHP was the culprit. Here are the results for a test inserting 1000 & 8000 random 156-byte ...
Charles Hall
Sep 25, 1997 at 4:06 pm
Sep 25, 1997 at 9:01 pm -
(redirected from questions) vchar() is not a Postgres data type. Try varchar()... - Tom ------------------------------
Thomas G. Lockhart
Sep 24, 1997 at 4:27 pm
Sep 25, 1997 at 1:34 am -
Hello, I think this was discussed in the past... :) [---] Neil D. Quiogue (neil@iphil.net) IPhil Communications Network, Inc. Other: neil@postgresql.org - ---------- Forwarded message ---------- ...
Neil d. quiogue
Sep 24, 1997 at 12:29 am
Sep 24, 1997 at 2:38 am -
Ah, thanks for finding this. I had mis-read the SQL/92 specification and was forcing a length of one for varchar. In fact, the implicit length of one is only for "char". Actually, according to the ...
Thomas G. Lockhart
Sep 23, 1997 at 2:19 pm
Sep 23, 1997 at 9:15 pm -
I've just committed a bunch of small changes to the regression test to try to force more ordering in the output results. On my installation, several tests showed ordering differences, in addition to ...
Thomas G. Lockhart
Sep 20, 1997 at 4:49 pm
Sep 23, 1997 at 1:49 am
Group Overview
group | pgsql-hackers |
categories | postgresql |
discussions | 188 |
posts | 542 |
users | 82 |
website | postgresql.org... |
irc | #postgresql |
82 users for September 1997
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)