Search Discussions
-
OK, here is my current platform list taken from the -hackers list and from Vince's web page. I'm sure I've missed at least a few reports, but please confirm that platforms are actually running and ...
Thomas Lockhart
Mar 21, 2001 at 2:03 am
Apr 22, 2001 at 6:17 pm -
Based on the tests we did last week, it seems clear than on many platforms it's a win to sync the WAL log by writing it with open() option O_SYNC (or O_DSYNC where available) rather than issuing ...
Tom Lane
Mar 15, 2001 at 5:29 pm
Mar 20, 2001 at 8:34 pm -
I have spent several days now puzzling over the corrupted WAL logfile that Scott Parish was kind enough to send me from a 7.1beta4 crash. It looks a lot like two different series of transactions were ...
Tom Lane
Mar 5, 2001 at 10:30 pm
Mar 8, 2001 at 4:43 pm -
I was going to implement the signal handler like we do with Cancel, where the signal sets a flag and we check the status of the flag in various _safe_ places. Can anyone think of a better way to get ...
Bruce Momjian
Mar 12, 2001 at 7:59 pm
Mar 22, 2001 at 2:18 pm -
With RC1 nearing, when should I run pgindent? This is usually the time I do it. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 853-3000 + If your life is a hard drive, | ...
Bruce Momjian
Mar 20, 2001 at 11:38 pm
Mar 25, 2001 at 12:07 am -
I have started coding a PostgreSQL performance monitor. It will be like top, but allow you to click on a backend to see additional information. It will be written in Tcl/Tk. I may ask to add ...
Bruce Momjian
Mar 7, 2001 at 6:39 pm
Mar 14, 2001 at 1:07 am -
Yes, I think this is a good change, like all others except XID assignment :-) Andreas
Andreas Zeugswetter
Mar 6, 2001 at 4:09 pm
Mar 13, 2001 at 1:19 am -
I don't agree; this is equivalent to redefinition of a feature (=method) in a descendant class, which is perfectly acceptable so long as the feature's signature (equivalent to column type) remains ...
Oliver Elphick
Mar 29, 2001 at 1:29 pm
Apr 3, 2001 at 2:12 pm -
Ok, thanks to our snowstorm :-0 I have been working on the beta 6 RPM situation on my _slow_ notebook today (power outages for ten minutes at a time happening at hour or so intervals due to 45mph+ ...
Lamar Owen
Mar 20, 2001 at 9:58 pm
Mar 22, 2001 at 8:47 pm -
I believe I have found the cause of the pgmonitor problem on Solaris. pgmonitor assumes you have a working 'ps' status display, which shows user/database/connection, and query type. I have learned ...
Bruce Momjian
Mar 27, 2001 at 11:41 pm
Mar 30, 2001 at 10:19 am -
Okay folks ... We'd like to wrap up an RC1 and get this release happening this year sometime :) Tom mentioned to me that he has no outstandings left on his plate ... does anyone else have any *show ...
The Hermit Hacker
Mar 20, 2001 at 6:11 pm
Mar 21, 2001 at 10:18 pm -
Since I am playing with StarOffice, I figured I'd try --with-odbc, current sources, except for the big Bruce commit I just saw :-) UX:tsort: INFO: psqlodbc.o UX:tsort: INFO: dlg_specific.o UX:tsort: ...
Larry Rosenman
Mar 22, 2001 at 4:04 am
Mar 24, 2001 at 11:36 pm -
25
CeBit
Is anyone on this list in Hannover for CeBit? Maybe we could arrange a meeting. Michael -- Michael Meskes Michael@Fam-Meskes.De Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!Michael Meskes
Mar 7, 2001 at 12:16 pm
Mar 19, 2001 at 9:30 am -
I really feel that translated error messages need to happen soon. Managing translated message catalogs can be done easily with available APIs. However, translatable messages really require an error ...
Peter Eisentraut
Mar 8, 2001 at 10:40 pm
Mar 13, 2001 at 2:28 pm -
Unreported or problem platforms: Linux 2.0.x MIPS 7.0 2000-04-13 (Tatsuo has lost machine) mklinux PPC750 7.0 2000-04-13, Tatsuo Ishii NetBSD m68k 7.0 2000-04-10 (Henry has lost machine) NetBSD Sparc ...
Thomas Lockhart
Mar 30, 2001 at 3:17 pm
Apr 8, 2001 at 2:56 am -
I've looked at the elog calls in the source, about 1700 in total (only elog(ERROR)). If we mapped these to the SQL error codes then we'd have about two dozen calls with an assigned code and the rest ...
Peter Eisentraut
Mar 19, 2001 at 10:46 pm
Mar 22, 2001 at 6:40 am -
I think it is time to start giving people official responsibility for certain areas of the code. In the old says, we didn't have many _exports_, and people submitting patches often knew more than we ...
Bruce Momjian
Mar 19, 2001 at 4:36 pm
Mar 21, 2001 at 7:42 pm -
Got it at spin.c:156 with 50 clients doing inserts into 50 tables (int4, text[1-256 bytes]). -B 16384, -wal_buffers=256 (with default others wal params). Vadim
Mikheev, Vadim
Mar 16, 2001 at 10:06 pm
Mar 21, 2001 at 1:27 pm -
I had deleted a very large number of records out of my SQL table in order to decrease the harddisk space. But after I use command 'ls -l /usr/local/pgsql/data/base/', it is found that the size of ...
Jaruwan Laongmal
Mar 2, 2001 at 12:35 pm
Mar 16, 2001 at 6:45 pm -
I have applied the following patch to make SIGTERM backend exit clearer in the the server logs. "The system" is not really shutting down, but "the backend" is shutting down. Should we be showing the ...
Bruce Momjian
Mar 11, 2001 at 7:09 pm
Mar 13, 2001 at 5:26 pm -
I am *not* feeling good about pushing out an RC1 release candidate today. I've been going through the WAL code, trying to understand it and document it. I've found a number of minor problems and ...
Tom Lane
Mar 2, 2001 at 3:37 pm
Mar 5, 2001 at 2:10 pm -
No. MVCC restricts what is visible to query itself. Current function' behaviour is like Oracle' one. Strictly speaking queries inside function don't use the same snapshot - they see changes made by ...
Mikheev, Vadim
Mar 28, 2001 at 5:58 pm
May 19, 2001 at 12:29 am -
13
7.1 docs
I have a plan to translate 7.1 docs into Japanases and I looked around current docs. I noticed that contacts.sgml and ref/current*.sgml are not used anywhere in the result html nor in man pages. Does ...Tatsuo Ishii
Mar 23, 2001 at 8:51 am
Mar 27, 2001 at 2:51 pm -
pg_restore crushes if dump data includes large objects... -- Tatsuo Ishii [t-ishii@srapc1474 7.1]$ createdb test CREATE DATABASE [t-ishii@srapc1474 7.1]$ psql -c "select lo_import('/boot/vmlinuz')" ...
Tatsuo Ishii
Mar 17, 2001 at 9:04 am
Mar 19, 2001 at 5:21 pm -
I just compiled and installed postgresql from the cvs (upgraded from 7.1beta5 becuase of some problems I had), followed the steps, and the database server works great, but my startup scripts don't ...
Martin A. Marques
Mar 16, 2001 at 7:53 pm
Mar 19, 2001 at 11:48 am -
There is another loose end that I forgot I needed to discuss with you. xlog.c's ReadRecord formerly contained code that would zero out the rest of the log segment (and delete the next log segment, if ...
Tom Lane
Mar 13, 2001 at 3:50 am
Mar 14, 2001 at 5:40 am -
bash-2.02# gcc -Wall -O -DINIT_WRITE -DUSE_ODSYNC tfsync.c bash-2.02# time a.out real 0m4.242s user 0m0.000s sys 0m0.450s It's hard to believe... Writing with DSYNC takes the same time as file ...
Mikheev, Vadim
Mar 9, 2001 at 10:49 pm
Mar 13, 2001 at 12:15 am -
Hi pgsql-hackers, I'm currently porting 7.0.3 to the HP MPE/iX OS to join my other ports of Apache, BIND, sendmail, Perl, and others. I'm at the point where I'm trying to run the "make runcheck" ...
Mark Bixby
Mar 9, 2001 at 7:11 pm
Mar 10, 2001 at 1:49 am -
Postgre 7.0.3, on RedHat Linux 6.2 stock 2.2.16 kernel. Nothing special I can think of, this server has been up and in use for the last 128 days with no problem. Last night while cron was performing ...
Matthew
Mar 23, 2001 at 4:07 pm
Mar 23, 2001 at 10:55 pm -
PostgreSQL typically uses port 5432 for client-server communications. It would be a good idea to register this with IANA. This will help to avoid a clash with other services that might try to use the ...
Pete Forman
Mar 26, 2001 at 2:59 pm
May 8, 2001 at 8:04 am -
10
7.1 RC1 RPM
Any change of getting a 7.1 RC1 RPM? I'm using the beta4 RPMs at the moment but don't seem to be any more recent ones. It would seem dangerous to me to produce a 7.1 RPM without testing the RPM build ...Mike Cannon-Brookes
Mar 27, 2001 at 2:39 pm
Mar 28, 2001 at 3:02 pm -
I contributed the first working s_lock.c code for the SGI's over three years ago (using the test_and_set library calls). It's been working for me ever since in a heavy multi-user environment. Please ...
Robert E. Bruccoleri
Mar 27, 2001 at 1:57 pm
Mar 28, 2001 at 2:12 am -
I would like to apply the following patch to the CVS tree. It allows pgmonitor to show query strings even if the backend is not compiled with debug symbols. It does this by creating a global variable ...
Bruce Momjian
Mar 14, 2001 at 4:35 pm
Mar 16, 2001 at 6:06 pm -
People will have seen my post on problems with PostgreSQL ODBC driver and MS Access 97. Access 97 has some problems when a record is added that contains a primary key field of type SERIAL. This has ...
Patrick Dunford
Mar 5, 2001 at 7:11 am
Mar 12, 2001 at 8:10 pm -
I can confirm with current sources: test= CREATE UNIQUE INDEX shadow_index ON pg_shadow (usename); CREATE test= select * from pg_shadow; ERROR: Index 'pg_shadow_sysid_index' does not exist test= \q $ ...
Bruce Momjian
Mar 30, 2001 at 3:53 pm
Apr 2, 2001 at 5:21 pm -
Yes, it was really just incidence -- I try again, and 15 of 15 `make check' passed with TCP sockets, but only 3 of 15 passed with UNIX sockets. So, final decision is `Unix sockets are not relaible on ...
Alexander Klimov
Mar 27, 2001 at 12:11 pm
Mar 30, 2001 at 1:23 pm -
It has been brought up that elog should be able to automatically fill in the file, line, and perhaps the function name where it's called, to avoid having to prefix each message with the function name ...
Peter Eisentraut
Mar 19, 2001 at 11:00 pm
Mar 22, 2001 at 2:54 am -
Consider the following scenario: 1. A new transaction inserts a tuple. The tuple is entered into its heap file with the new transaction's XID, and an associated WAL log entry is made. Neither one of ...
Tom Lane
Mar 5, 2001 at 6:31 pm
Mar 7, 2001 at 11:47 am -
I wonder if the new Tips at the bottom of email messages can be enabled for users during their first 30 days of mailing list subscription, then not appear? -- Bruce Momjian | http://candle.pha.pa.us ...
Bruce Momjian
Mar 6, 2001 at 3:00 am
Mar 6, 2001 at 7:51 pm -
It used to be that if you had a pg_dump file without ACL checks, you could load it as an unprivileged user. Now you get a ton of complaints about those handy little "update pg_class" commands. I ...
Tom Lane
Mar 6, 2001 at 1:01 am
Mar 6, 2001 at 4:05 am -
Hi all, I've built 7.1beta6 on a number of different HP-UX platforms (11.00 32 bit, 11.00 64 bit, 11i 32 bit). 1. On all these platforms 'make check' hung. Since that's not critical to whether ...
Giles Lean
Mar 24, 2001 at 3:47 am
Apr 7, 2001 at 5:54 am -
Was just trying to recreate my docs from CVS, using the same tools I've been using for months, and got the following: gmake -C sgml clean gmake[1]: Entering directory ...
Larry Rosenman
Mar 26, 2001 at 12:07 am
Mar 27, 2001 at 4:37 pm -
Hi, int8 is not handled correctly on Alpha. Inserting 2^63-1, 2^63-2 and 2^61 into create table lint (i int8); gives test=# select * from lint; i ---- -1 -2 (3 rows) On linux it gives the correct ...
Adriaan Joubert
Mar 21, 2001 at 9:27 am
Mar 22, 2001 at 6:16 pm -
I'm running Postgres 7.0.3 on a RedHat Linux 6.1. For some reason, rtrim is giving me an incorrect result: db01=# SELECT tablename FROM pg_tables WHERE tablename LIKE '%_opto' AND tablename NOT LIKE ...
G. Anthony Reina
Mar 15, 2001 at 2:09 am
Mar 15, 2001 at 6:37 pm -
I am looking to beef up a PostgreSQL database by moving it to a Sun Enterprise or an Alpha ES-40 or some other multi-CPU platform. My questions are; - What suggestions do people have for a good ...
D'Arcy J.M. Cain
Mar 12, 2001 at 8:01 pm
Mar 15, 2001 at 2:59 pm -
Hi, I sometimes encountered SEGV errors in my test case when I canceled the execution. Probably it's due to the almost simultaneous arrival of multiple signals and the following patch seems to fix ...
Hiroshi Inoue
Mar 5, 2001 at 3:03 am
Mar 9, 2001 at 6:31 am -
This is a fairly interesting example. What I find is that at the final SELECT, the function can see both the tuple outdated by the other transaction AND the new tuple it has inserted. (You can ...
Tom Lane
Mar 27, 2001 at 11:14 pm
Mar 30, 2001 at 1:20 pm -
(I know that everyone is focusing on 7.1. This is a question about how hard it would be to plan a feature for 7.2 or later) One of the small annoyances in PG is that I use many functions to handle ...
Joel Burton
Mar 28, 2001 at 12:39 am
Mar 28, 2001 at 5:00 pm -
Reading your above note I do not see, how you map this statement to a long long int (64 bits) on a platform where int is 32 bits. On this platform we are definitely not talking about an integer ...
Andreas Zeugswetter
Mar 23, 2001 at 5:10 pm
Mar 25, 2001 at 12:46 am -
Been reading http://www.postgresql.org/docs/pgsql/doc/TODO.detail/replication with interest as we are now approaching a real requirement for it on a project we have finally resurrected for a bit of a ...
Peter Galbavy
Mar 19, 2001 at 5:22 pm
Mar 22, 2001 at 2:59 pm
Group Overview
group | pgsql-hackers |
categories | postgresql |
discussions | 251 |
posts | 1,669 |
users | 175 |
website | postgresql.org... |
irc | #postgresql |
175 users for March 2001
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)