Search Discussions
-
Hi, As you know, many databases that run on Linux / Unix systems have a GUI installer which make installation easier and more attractive for some people. Our Windows Installer is very attractive, for ...
Devrim GÃNDÃZ
Jan 31, 2006 at 12:48 am
Jan 31, 2006 at 6:58 pm -
Improving N-Distinct estimation =============================== v1.1 OBJECTIVES Answer these points... - Are there any performance issues that can be directly attributed to mis-estimation of ...
Simon Riggs
Jan 4, 2006 at 7:10 pm
Jan 17, 2006 at 12:41 am -
I was reminded of $subject by http://archives.postgresql.org/pgsql-admin/2006-01/msg00002.php While I haven't tried it, I suspect that allowing a DNS host name would take little work (basically ...
Tom Lane
Jan 1, 2006 at 6:30 pm
Feb 13, 2006 at 8:45 pm -
Getting started early this year, I've finally found a way around the issues with readline on win32. And it just took a little bit of google research and some testing. Recap of the problem: When ...
Magnus Hagander
Jan 1, 2006 at 11:49 am
Feb 13, 2006 at 8:33 pm -
I have a fairly simple extension I want to add to contrib. It is an XML parser that is designed to work with a specific dialect. I have a PHP extension called xmldbx, it allows the PHP system to ...
Mark L. Woodward
Jan 29, 2006 at 5:57 pm
Jan 31, 2006 at 3:42 pm -
Allow me a brief introduction. I work in a company who contracts intelligence analysis software to the government. We are currently developing a product which is using PostgreSQL at it's core. Due to ...
David Scott
Jan 18, 2006 at 8:14 pm
Jan 20, 2006 at 1:55 am -
We've had previous discussions about how the distinction between INET and CIDR isn't very well thought out, for instance http://archives.postgresql.org/pgsql-hackers/2005-01/msg01021.php ...
Tom Lane
Jan 24, 2006 at 6:23 pm
Feb 1, 2006 at 4:14 pm -
Hi, Attached is a patch which adds --quiet and --q option to initdb. I personally needed this option while writing a document and taking screenshot :) It only shows the error and warning messages, as ...
Devrim GÃNDÃZ
Jan 25, 2006 at 2:08 pm
Jan 27, 2006 at 5:46 pm -
A couple of days ago I found myself wanting to aggregate 3 Billion tuples down to 100 Million tuples based on an integer key with six integer values -- six sum()'s. PostgreSQL ran out of memory with ...
Rod Taylor
Jan 16, 2006 at 5:07 am
Jan 20, 2006 at 5:44 pm -
I've created a browsable source tree "documentation", it's done with the doxygen tool. http://www.mcknight.de/pgsql-doxygen/cvshead/html/ There was a discussion about this some time ago, Jonathan ...
Joachim Wieland
Jan 16, 2006 at 8:49 am
Jan 17, 2006 at 3:18 pm -
Some time ago, the tab completion code for the SET command was changed to read the list of available settings from the pg_settings table. This means that by the time you're done completing SET ...
Peter Eisentraut
Jan 31, 2006 at 12:21 pm
Feb 1, 2006 at 6:23 am -
Folks, This came up at work... I have seed database scripts quasi-generated from pg_dump which include COPY statements, but the data is hard to edit (especially cut & paste operations) when the COPY ...
David Fetter
Jan 27, 2006 at 1:03 am
Feb 3, 2006 at 1:10 am -
13
panic on 7.3
I got this message: 2006-01-20 11:50:51 PANIC: creation of file /var/lib/pgsql/data/ pg_clog/0292 failed: File exists In 7.3. It caused the server to restart. Can anyone tell me what it means?Rick Gigger
Jan 20, 2006 at 7:28 pm
Jan 21, 2006 at 6:42 pm -
Fellow Hackers, I've been working on this item for a little while, and I'm starting to see some code come together. I wanted to solicit some feedback before I got too far along to make sure I'm on ...
Kevin brintnall
Jan 20, 2006 at 11:26 pm
Jan 31, 2006 at 8:57 am -
I think this is the fault of the stats system design. AFAICT from a quick look at the code, inserted/updated/deleted tuples are reported to the collector in the same way regardless of whether the ...
Tom Lane
Jan 27, 2006 at 2:26 pm
Jan 30, 2006 at 2:40 pm -
I understand checkpoint code doing something like this: Get RedoRecPtr; Flush all dirty buffers no matter what's its LSN; Write down checkpoint xlog record; So I wonder is it possible flush only ...
Qingqing Zhou
Jan 11, 2006 at 11:24 pm
Jan 13, 2006 at 6:40 pm -
Yeah, that's pretty much how pgInstaller works - we let initdb create the config file, then tweak some values using some C code. The user can then use pgAdmin (or a text editor) to tweak to taste. ...
Dave Page
Jan 31, 2006 at 9:27 am
Jan 31, 2006 at 11:17 pm -
Is there any way to find out $subject? I see that several of the buildfarm machines are choking on a patch I committed yesterday: guc-file.l: In function `ProcessConfigFile': guc-file.l:162: error: ...
Tom Lane
Jan 2, 2006 at 5:54 pm
Jan 2, 2006 at 8:00 pm -
Hi, Currently due to the way unique constraints are tied to btree there is no way to allow GiST indexes to do the same thing. The thing I'm specifically interested in is an index where you insert ...
Martijn van Oosterhout
Jan 18, 2006 at 1:58 pm
Jan 19, 2006 at 12:55 pm -
Hinted by this thread: http://archives.postgresql.org/pgsql-performance/2006-01/msg00016.php I wonder if we should really implement file-system-cache-warmup strategy which we have discussed before. ...
Qingqing Zhou
Jan 5, 2006 at 11:24 pm
Jan 16, 2006 at 6:25 pm -
Hi, I just noticed today that Postgresql accepts a value of 24:00:00, this is for sure not correct as there is no such thing as 24:00:00 PG Admin III will display this value just fine which is also ...
Tony Caduto
Jan 10, 2006 at 3:37 pm
Jan 11, 2006 at 3:52 am -
[ moving to -hackers ] Bruce Momjian <pgman@candle.pha.pa.us writes: I wonder whether we shouldn't consider something more drastic, like getting rid of the intermediate stats buffer process entirely. ...
Tom Lane
Jan 2, 2006 at 8:20 pm
Jan 9, 2006 at 3:48 pm -
That was very much situation specific. But the bottomline is the default test does not include <netdb.h in the test code. So, pg uses getaddrinfo.c.And the getaddrinfo.c does not work for me. Ipv6 ...
R, Rajesh (STSD)
Jan 17, 2006 at 7:07 am
Jan 26, 2006 at 7:06 pm -
I did a dump of a 7.4.11 database using the 8.1.2 pg_dumpall. I got this at the top of the dump: ... ... CREATE ROLE support; ALTER ROLE support WITH NOSUPERUSER INHERIT NOCREATEROLE NOCREATEDB LOGIN ...
Christopher Kings-Lynne
Jan 24, 2006 at 8:20 am
Jan 25, 2006 at 2:54 am -
I have a simple question here, not sure if i should posted here but if you have the quick answer, it helps a lot i have a table that is already "vacuum"ed. for some reason i want to un-vacuum it ...
Uwcssa
Jan 19, 2006 at 7:25 pm
Jan 19, 2006 at 11:26 pm -
Folks, For the same reason they feel that *n*x installs shouldn't be messing around in /usr/local, some people also feel that contrib modules shouldn't install in the public schema by default. Before ...
David Fetter
Jan 12, 2006 at 10:46 pm
Jan 13, 2006 at 9:17 pm -
Hi Hackers, I'm trying the following TODO item: [Indexes] - Add fillfactor to control reserved free space during index creation I have already made an patch and it seemed to work well. ---- $ ...
ITAGAKI Takahiro
Jan 19, 2006 at 2:00 am
Feb 2, 2006 at 5:47 pm -
Hi, First, apologies if my question is a bit off-course. Please feel free to direct me to a different mailing list if not appropriate. I'm currently trying to embed Senna full text search engine ...
Daisuke Maki
Jan 23, 2006 at 9:35 am
Jan 26, 2006 at 3:56 am -
Is there any way of bumping this limit or am I stuck breaking up the transaction? ERROR: cannot have more than 2^32-1 commands in a transaction --
Rod Taylor
Jan 21, 2006 at 2:27 pm
Jan 21, 2006 at 9:44 pm -
I've been running the regression tests with the sinval-reset stress testing program I posted yesterday: http://archives.postgresql.org/pgsql-hackers/2006-01/msg00244.php I've seen several crashes ...
Tom Lane
Jan 9, 2006 at 1:04 am
Jan 10, 2006 at 3:32 pm -
Naturally, just a minute after sending the patch, I realised how it can be done better ;) If the job object code is moved to the postmaster, it'll work when not running as a service as well. And ...
Magnus Hagander
Jan 14, 2006 at 6:16 pm
Feb 5, 2006 at 2:15 pm -
I just wasted a couple hours trying to determine why an EXEC_BACKEND build would randomly fail on Fedora Core 4. It seems the reason is that by default, recent Linux kernels randomize the stack base ...
Tom Lane
Jan 26, 2006 at 11:40 pm
Feb 1, 2006 at 8:15 pm -
Hello, Odd problem with unique indexes: 8.0.5 64 bit (Quad Opteron) 100 tables, each table has same layout, 1 million rows per table. The problem persists within multiple tables but only within the ...
Joshua D. Drake
Jan 19, 2006 at 6:34 am
Jan 19, 2006 at 8:14 pm -
Hi! I'm looking at a way to "fix" the issues with admin privileges on Win32 - specifically by finding a way to give up all admin stuff before the server starts, when possible (and otherwise fail just ...
Magnus Hagander
Jan 13, 2006 at 1:40 pm
Jan 16, 2006 at 7:33 pm -
Hackers, I can confirm that HEAD does not initdb because of a SIGBUS as reported below by Martin Pitt @ debian (see his email below). My build farm member (corgi) did pass all checks 6 days ago (I ...
Jim Buttafuoco
Jan 8, 2006 at 2:52 pm
Jan 10, 2006 at 12:59 am -
Greetings, I've got a fast FreeBSD/amd64 server available to run Buildfarm on. However, I see we already have a couple of others running it. My questions are: 1) do we need another one? 2) if yes, ...
Larry Rosenman
Jan 19, 2006 at 9:26 pm
Feb 8, 2007 at 6:38 pm -
I had some second thoughts about this, specifically about which direction do we really want to go in. With this patch, it no longer really matters what the executable file is named, right? We were ...
Tom Lane
Jan 23, 2006 at 4:13 pm
Jan 25, 2006 at 5:01 pm -
The following is a suggestion for optimizing the libpq COPY FROM call for better performance. I submitted a similar suggestion awhile ago, but it wasn't safe enough. This one is better. It shows a ...
Alon Goldshuv
Jan 8, 2006 at 2:00 pm
Jan 24, 2006 at 7:57 am -
There's one nontrivial decision still to make about how to implement proper per-spec row-comparison operations, namely: how a row comparison ought to be represented in the index access method API. ...
Tom Lane
Jan 15, 2006 at 11:03 pm
Jan 16, 2006 at 10:35 pm -
I'm considering getting rid of the BTItem/BTItemData and HashItem/HashItemData struct definitions and just referencing IndexTuple(Data) directly in the btree and hash AMs. It appears that at one time ...
Tom Lane
Jan 16, 2006 at 8:52 pm
Jan 16, 2006 at 9:51 pm -
After reading the post on -patches proposing that MemSet be changed to use long instead of int32 on the grounds that a pair of x86-64 linux boxes took less time to execute the long code 64*10^6 ...
Seneca Cunningham
Jan 24, 2006 at 10:24 pm
Feb 2, 2006 at 5:49 pm -
I wonder if there is a policy on when schema-qualified names should be used in ereport/elog messages. At the moment this doesn't seem to be consistent, even within the same command: template1=# ...
Joachim Wieland
Jan 30, 2006 at 9:15 pm
Jan 31, 2006 at 7:43 pm -
Hi, I noticed that when I install via the msi setup there is a extra DLL in the bin directory called pthreadGC2.dll. (Posix thread library for windows) This dll is not in the ...
Tony Caduto
Jan 29, 2006 at 3:48 am
Jan 30, 2006 at 1:05 pm -
What use is the -X flag to pg_dump. The code say that if one add a setting "feature" to -X then there should also be a flag "--feature". So we have for example: -X disable-triggers and ...
Dennis Bjorklund
Jan 26, 2006 at 9:04 am
Jan 26, 2006 at 9:31 pm -
Hi, I running PostgreSQL 8.0.x with database that does not have foreign keys and sometimes the following messages appears: ERROR: deadlock detected DETAIL: Process 10029 waits for ShareLock on ...
Alfranio Correia Junior
Jan 21, 2006 at 2:20 am
Jan 22, 2006 at 6:36 pm -
I am testing the performance of postgresql on a set of workloads. However, the output significantly affects the performance evaluation. Is there a way to by-pass all output of select statements so ...
Uwcssa
Jan 19, 2006 at 3:35 am
Jan 20, 2006 at 3:55 am -
I've been working on getting the system to pass regression tests cleanly when forcing a cache flush at every possible instant. The main tests pass now (in 8.1 --- HEAD remains broken pending ...
Tom Lane
Jan 19, 2006 at 6:46 am
Jan 19, 2006 at 8:41 pm -
Just FYI, the core committee has agreed we need re-releases to fix the locale environment issue and other recent bug fixes. Current thought is to wrap tarballs tomorrow (Thursday) evening, North ...
Tom Lane
Jan 5, 2006 at 1:08 am
Jan 5, 2006 at 3:17 pm -
Do we have a "known issues" section somewhere? If not, I would suggest we split the TODO list into two big sections, one is the PostgreSQL improvement part, the other is the known issues part. AFAICS ...
Qingqing Zhou
Jan 1, 2006 at 9:45 pm
Jan 3, 2006 at 4:28 pm -
With big thanks to Josh Berkus and Devrim Gunduz, I'm happy to announce that Sun has just released a Solaris distribution of PostgreSQL 8.1.2 with ready-to-install packages for both Sparc and x86. ...
Robert Lor
Jan 26, 2006 at 1:41 am
Jan 26, 2006 at 1:45 pm
Group Overview
group | pgsql-hackers |
categories | postgresql |
discussions | 127 |
posts | 1,030 |
users | 143 |
website | postgresql.org... |
irc | #postgresql |
143 users for January 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)