Search Discussions
-
The current commitfest queue has two entries that propose to migrate existing pgfoundry projects (or improved versions thereof) into our core distribution. The more I think about this the less happy ...
Tom Lane
Jul 21, 2008 at 7:43 pm
Jul 29, 2008 at 7:16 pm -
Sync with current CVS HEAD and post in hackers- too because patches- close to the closing. http://www.sigaev.ru/misc/fast_insert_gin-0.7.gz http://www.sigaev.ru/misc/multicolumn_gin-0.3.gz -- Teodor ...
Teodor Sigaev
Jul 2, 2008 at 6:13 pm
Feb 11, 2009 at 2:53 pm -
Attached is a new version of a patch to add a CITEXT contrib module. Changes since v2: * Optimized citext_eq() and citext_ne() (the = and < operators, respectively) by having them use strncmp() ...
David E. Wheeler
Jul 8, 2008 at 1:04 am
Jul 16, 2008 at 5:06 am -
I performed review of merged patch from Robert Treat. At first point the patch does not work (SunOS 5.11 snv_86 sun4u sparc SUNW,Sun-Fire-V240) truncate ... ok alter_table ... FAILED (test process ...
Zdenek Kotala
Jul 4, 2008 at 2:42 pm
Aug 2, 2008 at 8:01 pm -
One of the cool features of 8.3 was the ability to control at the transaction level whether we would use synchronous or asynchronous commit. We're planning to add integrated replication features to ...
Simon Riggs
Jul 22, 2008 at 7:07 pm
Aug 13, 2008 at 7:33 pm -
I pulled fresh CVS HEAD and it seems the problem is gone. Here is the lastest WITH RECURSIVE patches against CVS HEAD. Reviewers, please let me know if you find problems with the patches. If none, I ...
Tatsuo Ishii
Jul 23, 2008 at 1:54 pm
Aug 2, 2008 at 6:39 pm -
Yes, and I've been adding more hacks along the lines of: CREATE OR REPLACE FUNCTION int8(citext) RETURNS int8 AS 'SELECT int8( $1::text )' LANGUAGE SQL IMMUTABLE STRICT; CREATE OR REPLACE FUNCTION ...
David E. Wheeler
Jul 29, 2008 at 6:54 pm
Aug 11, 2008 at 5:43 pm -
it concerns me that despite it being day 3 of the July commit fest, people are still being advised to add new items to the wiki page. To make the idea work, we need to stick to the rules we defined ...
Dave Page
Jul 3, 2008 at 6:52 pm
Jul 11, 2008 at 11:05 am -
The patch store hash code only in the index tuple. It based on Neil Conway's patch with an old version of PostgreSQL. It passes the regression test but I didn't test the performance yet. Anyone ...
Xiao Meng
Jul 17, 2008 at 9:26 am
Jul 23, 2008 at 4:36 pm -
Below my comments on the CommitFest patch: pg_standby minor changes for Windows Simon, I'm sorry you got me, a Postgres newbie, signed up for reviewing your patch ;) To start with, I'm not quite sure ...
Martin Zaun
Jul 23, 2008 at 12:53 am
Dec 15, 2008 at 10:31 pm -
Hello, I'm sending part of the code that I've done and is available for reviewing and I'm asking for your comments and some help because I'm new to PostgreSQL. Proposal: ...
Radek Strnad
Jul 1, 2008 at 3:04 pm
Aug 2, 2008 at 2:07 pm -
Hi, I know Commit Fest is in progress, as well as the holiday season. But the Summer of Code ends in about three weeks, so I'd like to request a bit of out-of-order processing :) My previous mail ...
Jan Urbański
Jul 28, 2008 at 11:35 am
Sep 19, 2008 at 7:04 pm -
Refactoring pg_dump was more work than I had time to do right now, and I wanted \ef to work, so I hacked up the attached (by copying dumpFunc and its dependencies to src/bin/psql/dumpfunc.[ch]). -- ...
Abhijit Menon-Sen
Jul 15, 2008 at 11:38 am
Sep 7, 2008 at 12:19 am -
I was wondering, if there is any real advantage to actually specify say 64 for the maxrows parameter to the Execute message in the PostgreSQL network protocol? I.e.: - Is it easier on the server, ...
Stephen R. van den Berg
Jul 9, 2008 at 6:51 pm
Jul 30, 2008 at 10:05 am -
Hi, as you might know, Postgres-R relies on primary keys to address tuples of a table. It cannot replicate tables without a primary key. Primary keys currently aren't really used within the executor, ...
Markus Wanner
Jul 16, 2008 at 7:36 pm
Jul 22, 2008 at 9:14 pm -
Hello hackers, I know the development community is in the middle of the July 2008 commit-fest, so I apologize if this design proposals are in appropriate at this time. I am looking to take advantage ...
Ryan Bradetich
Jul 25, 2008 at 4:32 am
Jul 28, 2008 at 11:13 pm -
Folks, Please find patch enclosed, including some documentation. Can we see about getting this in this commitfest? Cheers, David. -- David Fetter <david@fetter.org http://fetter.org/ Phone: +1 415 ...
David Fetter
Jul 2, 2008 at 11:11 pm
Jul 17, 2008 at 8:57 am -
Currently, you're allowed to create a new base type if you own the I/O functions for it. That effectively restricts the command to superusers anyway, since there's presently no way for a ...
Tom Lane
Jul 30, 2008 at 7:50 pm
Feb 20, 2009 at 9:19 pm -
I had a look at this patch and it looks good. The only thing that's not clear to me is whether we have agreed we want this to be the default behavior? A quibble: Wouldn't it be clearer to build a ...
Alvaro Herrera
Jul 8, 2008 at 1:32 pm
Sep 4, 2008 at 4:22 pm -
I have had some idle thoughts on the issue of identifier case folding. Maybe we can collect our ideas and inch closer to a solution sometime. Or we determine that it's useless and impossible, but ...
Peter Eisentraut
Jul 8, 2008 at 5:25 pm
Jul 9, 2008 at 5:51 pm -
Commands pltcl_listmod, pltcl_delmod, pltcl_loadmod does not work on Solaris 10, because there is not present tclsh. Unfortunately build process substitute path to shell with empty string which ...
Zdenek Kotala
Jul 22, 2008 at 11:00 am
Aug 12, 2008 at 3:51 am -
Attached patch implements WHERE clauses for pg_dump. This is useful for producing data samples of a database e.g. pg_dump -w "ctid < '(1000,1)' or random() < 0.1" and can also be used for taking ...
Simon Riggs
Jul 25, 2008 at 3:13 pm
Jul 26, 2008 at 2:50 pm -
Hi, with regards to --inputdir, --srcdir, --outputdir and --schedule, pg_regress does something like this: convert files in <srcdir /input, and place them in ./sql convert files in <srcdir /output, ...
Jorgen Austvik - Sun Norway
Jul 29, 2008 at 1:16 pm
Sep 22, 2008 at 6:31 pm -
I've been working on the TABLE-function patch, and I am coming to the conclusion that it's really a bad idea for plpgsql to not associate variables with output columns --- that is, I think we should ...
Tom Lane
Jul 17, 2008 at 11:13 pm
Jul 30, 2008 at 3:18 pm -
Per this thread: http://archives.postgresql.org/pgsql-general/2007-12/msg00255.php it was pretty much (again, IIRC) concluded that we want "some better way" to transfer the stats data. But pending ...
Magnus Hagander
Jul 1, 2008 at 6:49 pm
Aug 5, 2008 at 11:45 am -
Hi! I`m a researcher from PUC-Rio (Brazil) and we`re studying about an Joins, and we`d like to implement an optimization on the Nested Loop Join, this optimization consists on while scanning the ...
Manoel Henrique
Jul 23, 2008 at 8:17 pm
Jul 26, 2008 at 10:29 am -
Hi All, I have been perplexed by random load spikes on an 8.1.11 instance. many a times they are random, in the sense we cannot tie a particular scenario as the cause for it! But a few times we can ...
Gurjeet Singh
Jul 18, 2008 at 3:54 am
Jul 21, 2008 at 11:39 pm -
Kless wrote: Yes, they must be managed by the language. Which is why it should be part of the standard. That way, changing databases does not require changing code. Yep, which in the grand scheme of ...
Kless
Jul 14, 2008 at 8:10 am
Jul 15, 2008 at 9:29 pm -
I'm looking at shortlisting things that I'll be working on for 8.4. I've thrown out a few small patches I had, but now am looking at these projects: * Hot Standby * Logical replication via ...
Simon Riggs
Jul 22, 2008 at 3:42 pm
Aug 12, 2008 at 3:50 am -
(taking the discussions to -hackers) Well in the worst case that is true. But in most other cases, the second pass work will be combined with other normal activities and the overhead will be shared, ...
Pavan Deolasee
Jul 14, 2008 at 3:51 am
Sep 1, 2008 at 6:44 am -
Dear Hackers, it has been two years, since I've presented my work on Postgres-R for the first time to a broader audience in Toronto. I continued maintaining that code in my spare time, but to be ...
Markus Wanner
Jul 14, 2008 at 3:47 pm
Jul 17, 2008 at 5:53 am -
Hi, after long discussion with Mr. Kotala, we've decided to redesign our collation support proposal. For those of you who aren't familiar with my WIP patch and comments from other hackers here's the ...
Radek Strnad
Jul 10, 2008 at 9:24 pm
Jul 24, 2008 at 6:32 am -
Oh I see. Between this and looking again at the warning list, I see that it will probably take a lot more work than I thought. There are about 450 occurrences of the assumption that sizeof(size_t) == ...
Ken Camann
Jul 2, 2008 at 7:32 pm
Jul 6, 2008 at 12:40 am -
Hi, I have a patch that I have been using to support postgresql's notion of ident authentication when using unix domain sockets on Solaris. This patch basically just adds support for using ...
Garick Hamlin
Jul 3, 2008 at 5:41 pm
Nov 18, 2008 at 1:15 pm -
I notice that we now have four buildfarm members failing in the 8.1 branch, with symptoms indicating that they are running python 2.5, which pre-8.2 plpython has known incompatibilities with. I think ...
Tom Lane
Jul 28, 2008 at 3:58 pm
Jul 29, 2008 at 7:22 pm -
Currently, one cannot perform a concurrent VACUUM and ANALYZE. This is a significant problem for tables which are not only large and have designated cost-delays, but which are also heavily inserted ...
Jonah H. Harris
Jul 21, 2008 at 9:50 pm
Jul 24, 2008 at 1:53 pm -
There's a behavior in pg_dump that annoyed me a little bit, the last few times i had to deal with it: Consider you have to dump a specific namespace only, you are going to use pg_dump -n <your_schema ...
Bernd Helmle
Jul 7, 2008 at 1:49 pm
Jul 22, 2008 at 8:21 pm -
One issue is "tag" field. The type is now uint32. It's enough in my plugin, but if some people need to add more complex structures in PlannedStmt, Node type would be better rather than uint32. Which ...
ITAGAKI Takahiro
Jul 7, 2008 at 2:03 am
Jul 18, 2008 at 8:42 pm -
These are my review comments on Mark Woodward's "SSL configure patch": http://archives.postgresql.org/message-id/36152.64.119.130.186.1213364119.squirrel@mail.mohawksoft.com (The patch is ...
Abhijit Menon-Sen
Jul 8, 2008 at 2:57 am
Nov 21, 2008 at 2:17 pm -
I happily announce that the first design of window function was finished and the patch against HEAD is released online. See http://umitanuki.net/pgsql/wfv03/design.html The window functions such like ...
H.Harada
Jul 28, 2008 at 10:26 am
Aug 20, 2008 at 2:44 pm -
CREATE TABLE LIKE is useful to create a new partition from a template table. We can use 3 options (INCLUDING DEFAULTS, CONSTRAINTS and INDEXES) to copy more parameters from the template, but there ...
ITAGAKI Takahiro
Jul 24, 2008 at 10:09 am
Aug 13, 2008 at 3:03 pm -
Hi, Here is the lastest WITH RECURSIVE patches against CVS HEAD created by Yoshiyuki Asaba and minor corrections by Tatsuo Ishii. (David Fetter's psql help patches are not included. It seems his git ...
Tatsuo Ishii
Jul 17, 2008 at 9:40 am
Jul 21, 2008 at 1:14 am -
Hi, As I proposed a month before, I am working on window function. Although this work is at quite early step, I would like to introduce it since a part of it have been finished. If you can afford and ...
H.Harada
Jul 5, 2008 at 10:04 am
Jul 17, 2008 at 9:21 am -
The new data type, UUID, is stored as a string -char(16)-: ------------ struct pg_uuid_t { unsigned char data[UUID_LEN]; }; #define UUID_LEN 16 ------------ but this it's very inefficient as you can ...
Kless
Jul 10, 2008 at 2:41 pm
Jul 10, 2008 at 5:41 pm -
Here's a patch implementing the TODO item "Add a separate TRUNCATE permission". Hopefully I found all the bits that needed to be modified to make this work. Any feedback appreciated. Thanks, ...Robert
Robert Haas
Jul 26, 2008 at 9:44 pm
Aug 3, 2008 at 8:34 pm -
I have some suggestions for additional psql features. I'm not planning to work on them myself, just proposing them so others can do so if they agree and wish to do so. * default values for ...
Simon Riggs
Jul 24, 2008 at 9:45 am
Jul 25, 2008 at 7:55 pm -
Howdy, I've attached a new patch with the latest revisions of for the citext contrib module patch. The changes include: * Using strlen() to pass string lengths to the comparison function, since ...
David E. Wheeler
Jul 16, 2008 at 5:55 am
Jul 22, 2008 at 9:17 pm -
Currently, config.sgml still describes the new "enum" GUC variables as being of type "string" --- but pg_settings says they are "enum". This is not very consistent, but I wonder whether changing the ...
Tom Lane
Jul 1, 2008 at 9:12 pm
Nov 21, 2008 at 7:42 pm -
Hi, As you certainly know by now, Postgres-R introduces an additional manager process. That one is forked from the postmaster, so are all backends, no matter if they are processing local or remote ...
Markus Wanner
Jul 23, 2008 at 7:17 am
Jul 30, 2008 at 8:07 am -
Hi, We've detected what I think is some sort of index corruption in 8.1. The server is running 8.1.11, so AFAICT the problem with truncated pages in vacuum is already patched and accounted for (i.e. ...
Alvaro Herrera
Jul 7, 2008 at 9:16 pm
Jul 14, 2008 at 7:33 pm
Group Overview
group | pgsql-hackers |
categories | postgresql |
discussions | 146 |
posts | 1,495 |
users | 145 |
website | postgresql.org... |
irc | #postgresql |
145 users for July 2008
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)