Search Discussions
-
Greetings, Minor enhancement, but a valuable one imv. Hopefully there aren't any issues with it. :) Thanks! Stephen commit 3cb707aa9f228e629e7127625a76a223751a778b Author: Stephen Frost ...
Stephen Frost
Jan 12, 2011 at 2:23 pm
Mar 11, 2011 at 2:21 pm -
Attached. Dan and I have spent many, many hours desk-check and testing, including pounding for many hours in DBT-2 at high concurrency factors on a 16 processor box. In doing so, we found and fixed a ...
Kevin Grittner
Jan 25, 2011 at 3:31 am
Feb 10, 2011 at 10:29 am -
Here's the latest patch for sync rep. repository towards commit. My expectation is that commit is at least 2 weeks away, though there are no major unresolved problems. I expect essential follow on ...
Simon Riggs
Jan 15, 2011 at 9:41 pm
Feb 18, 2011 at 8:40 am -
This patch creates pg_basebackup in bin/, being a client program for the streaming base backup feature. I think it's more or less done now. I've again split it out of pg_streamrecv, because it had ...
Magnus Hagander
Jan 15, 2011 at 6:10 pm
Jan 24, 2011 at 5:38 am -
Hello, Here's the patch that improves handling of arrays as pl/perl function input arguments, converting postgres arrays of arbitrary dimensions into perl array references. It includes regression ...
Alexey Klyukin
Jan 11, 2011 at 10:25 pm
Feb 18, 2011 at 2:12 am -
I whipped up the attached patch tonight. It's pretty quick and dirty, so it's possible I've missed something, but the intent is to suppress writing of hint bits by buffers allocating backends, and by ...
Robert Haas
Jan 14, 2011 at 3:35 am
Feb 7, 2011 at 7:04 pm -
Hi all! I was a bit frustrated there was no function to generate a unique identifier for any oid. Instead of complaining, I decided to automate the process as far as possible. :) The result is a ...
Joel Jacobson
Jan 7, 2011 at 6:11 pm
Jan 24, 2011 at 12:20 am -
While looking at the backend code, I realized that error code for "terminating connection due to conflict with recovery" is ERRCODE_ADMIN_SHUTDOWN. I thought the error code is for somewhat a human ...
Tatsuo Ishii
Jan 8, 2011 at 2:52 pm
Feb 8, 2011 at 2:22 am -
Attached is an updated streaming base backup patch, based off the work that Heikki started. It includes support for tablespaces, permissions, progress reporting and some actual documentation of the ...
Magnus Hagander
Jan 5, 2011 at 1:54 pm
Jan 17, 2011 at 7:31 pm -
Here's an issue for feedback from the community -- do we want to support truly serializable transactions on hot standby machines? The best way Dan and I have been able to think to do this is to build ...
Kevin Grittner
Jan 20, 2011 at 1:05 am
Jan 22, 2011 at 3:50 am -
One of the things that I ripped out of the SQL/MED syntax patch before committing it was the hack that made LOCK TABLE also work on FOREIGN TABLEs. Since we're treating a foreign table as a different ...
Robert Haas
Jan 7, 2011 at 1:16 pm
Jan 17, 2011 at 1:12 am -
Now that we have a basic over-the-wire base backup capability in walsender, it would be nice to allow taking multiple base backups at the same time. It might not seem very useful at first, but it ...
Heikki Linnakangas
Jan 11, 2011 at 6:17 pm
Mar 21, 2011 at 9:35 am -
Folks, I've noticed over the years that we give people dire warnings never to send a KILL signal to the postmaster, but I'm unsure as to what are potential consequences of this, as in just exactly ...
David Fetter
Jan 13, 2011 at 2:38 pm
May 27, 2011 at 11:05 am -
This patch removes ALTER TYPE rewrites in cases we can already prove valid. I add a function GetCoerceExemptions() that walks an Expr according to rules discussed in the design thread, simplified ...
Noah Misch
Jan 9, 2011 at 10:01 pm
Feb 15, 2011 at 1:24 pm -
Dear hackers :) Could you look at this thread from General. --- I say the backend if you have one "row type" output result treats it as the full output result, it's really bad if you use STRUCT types ...
Rsmogura
Jan 12, 2011 at 10:21 am
Feb 17, 2011 at 5:31 pm -
Here I add the notion of an "exemptor function", a property of a cast that determines when calls to the cast would be superfluous. Such calls can be removed, reduced to RelabelType expressions, or ...
Noah Misch
Jan 9, 2011 at 10:04 pm
Jan 29, 2011 at 11:06 am -
Hi, Following recent commit of the hstore Makefile cleaning, that I included into my extension patch too, I have a nice occasion to push version 27 of the patch. Please find it enclosed. This time ...
Dimitri Fontaine
Jan 24, 2011 at 9:22 am
Feb 8, 2011 at 10:03 pm -
Patching: patching file doc/src/sgml/func.sgml Hunk #6 succeeded at 10567 (offset 1 line). Hunk #7 succeeded at 10621 (offset 1 line). Hunk #8 succeeded at 10721 (offset 1 line). Hunk #9 succeeded at ...
Pavel Stehule
Jan 9, 2011 at 7:14 pm
Feb 16, 2011 at 3:38 pm -
I have been updating my work in progress here: http://git.postgresql.org/gitweb?p=users/jdavis/postgres.git;a=log;h=refs/heads/rangetypes Right now, it's not in a reviewable state, but those ...
Jeff Davis
Jan 4, 2011 at 7:29 am
Jan 12, 2011 at 7:59 pm -
Hi, what follows is a review of the FDW API patch from http://archives.postgresql.org/message-id/20110114212358.82C7.6989961C@metrosystems.co.jp All three patches apply cleanly and compile without ...
Jan Urbański
Jan 16, 2011 at 12:54 am
Feb 23, 2011 at 12:28 am -
Ok, I have made some progress. This is still a proof-of-concept patch, but the important pieces are working together. Synopsis: CREATE TYPE numrange AS RANGE (SUBTYPE=numeric, ...
Jeff Davis
Jan 11, 2011 at 9:16 am
Feb 8, 2011 at 4:21 pm -
Would anyone like to argue vigorously for or against the above proposal? I'll start: I think this is a good idea. I don't have a strong opinion on whether the exact details of Greg proposes above are ...
Robert Haas
Jan 13, 2011 at 10:19 pm
Jan 23, 2011 at 3:12 am -
Hello, As previously commented, here's a proposal with patch to turn foreign key checks into something less intrusive. The basic idea, as proposed by Simon Riggs, was discussed in a previous ...
Alvaro Herrera
Jan 14, 2011 at 4:08 am
Aug 3, 2011 at 5:04 pm -
I've been thinking about how to fix GIN's assorted corner-case problems, as has been discussed several times, most recently here: http://archives.postgresql.org/pgsql-hackers/2010-10/msg00521.php See ...
Tom Lane
Jan 4, 2011 at 9:09 pm
Jan 18, 2011 at 11:53 pm -
Greetings, This patch looked good, in general, to me. I added a few documentation updates and a comment, but it's a very straight-forward patch as far as I can tell. Passes all regressions and my ...
Stephen Frost
Jan 20, 2011 at 3:16 am
Jan 26, 2011 at 4:17 pm -
PgUS is preparing to fund a grant for PgUS members to learn and participate in the patch review process. We looking for experienced reviewers that can assist a candidate through to process of testing ...
Richard Broersma
Jan 24, 2011 at 8:17 pm
Jan 27, 2011 at 12:28 pm -
The attached patch implements the above-mentioned pg_ctl failover. Comments? Objections? Regards, -- Fujii Masao NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center
Fujii Masao
Jan 12, 2011 at 3:15 pm
Feb 16, 2011 at 4:00 am -
For those of you using git, I wanted to point out that it is fairly easy to remove git branches. For example, I can easily remove a branch on my github repository using: $ git branch -d :branch_name ...
Bruce Momjian
Jan 26, 2011 at 4:26 pm
Jan 27, 2011 at 8:26 pm -
28
[pgsql-general 2011-1-21:] Are there any projects interested in object functionality? (+ rule bases)
Dear all, for the sake academic teaching, a colleague asked me in how far PostgreSQL does support object functionality these days. I am afraid my web research was not very fruitful to him; the ...Jörg Roman Rudnick
Jan 31, 2011 at 8:56 am
Feb 12, 2011 at 4:10 am -
Here's a cutdown version of the idea about including WAL in the base backup. What I initially wanted was to introduce a way to guarantee that the required WAL (with some sort of cutoff of course) ...
Magnus Hagander
Jan 15, 2011 at 9:08 pm
Jan 31, 2011 at 2:47 am -
Is there value in moving test_fsync to /contrib? -- Bruce Momjian <bruce@momjian.us http://momjian.us EnterpriseDB http://enterprisedb.com + It's impossible for everything to be true. +
Bruce Momjian
Jan 17, 2011 at 4:03 pm
Jan 21, 2011 at 6:25 pm -
Here's a new series of patches for the parallel dump/restore. They need to be applied on top of each other. The parallel pg_dump patch does not yet use the synchronized snapshot functionality from my ...
Joachim Wieland
Jan 7, 2011 at 8:26 pm
Feb 10, 2011 at 3:22 pm -
Hi, We are using R to work with 64bit PostgreSQL client libraries, and to avoid compiler compatibility issues the R development community suggest using the same compiler for both the main application ...
XiaoboGu
Jan 20, 2011 at 3:18 pm
Jan 27, 2011 at 3:05 pm -
Hi, i'v created a patch enables support for building PostgreSQL with Visual Studio 2010 or Microsoft Windows SDK for Windows 7 and .NET Framework 4 (Windows SDK 7.1). You can grab it from ...
Brar Piening
Jan 3, 2011 at 7:19 am
Oct 23, 2011 at 7:30 pm -
Currently, replication connections *always* logs something like: LOG: replication connection authorized: user=mha host=[local] There's no way to turn that off. I can't find the reasoning behind this ...
Magnus Hagander
Jan 16, 2011 at 2:19 pm
Jan 19, 2011 at 5:16 pm -
Hi, In the case where there are multiple standbys, when a failover happens, we usually calculate most advanced standby by using pg_last_xlog_receive_location or pg_last_xlog_replay_location, and ...
Fujii Masao
Jan 13, 2011 at 7:24 am
Mar 1, 2011 at 6:58 pm -
Hi, Here is a patch that implements "named restore points". It allows DBAs to specify an exact point to which they can recover but that point will have a name, so they have a better control of when ...
Jaime Casanova
Jan 14, 2011 at 8:42 pm
Feb 25, 2011 at 12:02 am -
Here's the patch to add ENCODING option to COPY command. The fundamental issue was explained months ago: ...
Hitoshi Harada
Jan 14, 2011 at 5:25 pm
Feb 8, 2011 at 6:47 pm -
This begins the patch series for the design I recently proposed[1] for avoiding some table rewrites in ALTER TABLE ... ALTER COLUMN ... TYPE. I'm posting these patches today: 0 - new test cases 1 - ...
Noah Misch
Jan 9, 2011 at 10:00 pm
Jan 16, 2011 at 10:21 pm -
There's an issue where we don't seem to have consensus yet, so I figured I'd bounce it off the list. If the SSI patch were to be accepted as is, REPEATABLE READ would continue to provide the exact ...
Kevin Grittner
Jan 9, 2011 at 6:08 pm
Jan 12, 2011 at 6:27 pm -
On Fedora 14 I see these warnings while building ecpg's preproc.y: Use of assignment to $[ is deprecated at ./parse.pl line 21. Use of assignment to $[ is deprecated at ./check_rules.pl line 18. Any ...
Tom Lane
Jan 22, 2011 at 11:06 pm
Mar 6, 2011 at 12:01 pm -
Has anyone written a in-depth description on how to traverse the pg_depend tree? The 'a' and 'i' deptype really makes it hard to figure out the dependency order, a topological sort does not work. My ...
Joel Jacobson
Jan 11, 2011 at 3:54 pm
Jan 14, 2011 at 9:16 am -
Hello list, I wanted to test the waters on how receptive people might be to an extension that would allow Postgres to support two passwords for a given role. I have recently encountered a case where ...
Daniel Farina
Jan 20, 2011 at 10:28 pm
Jan 23, 2011 at 10:05 pm -
Somebody asked about this on Depesz's blog today, and I think it's come up here before too, so I thought it might be worth my writing up a few comments on this. I don't think I'm going to have time ...
Robert Haas
Jan 5, 2011 at 2:41 am
Jan 8, 2011 at 2:44 pm -
Due to popular request (Hey, David's popular, right?), I'm posting a patch for Serializable Snapshot Isolation (SSI), although I don't yet have everything in it that I was planning on submitting ...
Kevin Grittner
Jan 10, 2011 at 4:03 pm
Jan 14, 2011 at 10:27 am -
16
mingw64
With the attached patch I have managed to get Postgres built and running a clean set of regression tests using the Mingw64 toolset on my 64bit Windows7Pro machine. There's lots of work still to do ...Andrew Dunstan
Jan 28, 2011 at 12:12 am
Feb 16, 2011 at 6:14 am -
I used the patch from CommitFest application and applied the following commit to fix a known issue: ...
Anssi Kääriäinen
Jan 17, 2011 at 3:26 pm
Jan 18, 2011 at 1:25 pm -
Functions to control recovery, to aid PITR and Hot Standby. pg_is_xlog_replay_paused() pg_xlog_replay_pause() pg_xlog_replay_resume() recovery.conf parameter: pause_at_recovery_target (bool) -- Simon ...
Simon Riggs
Jan 14, 2011 at 11:09 am
Jan 17, 2011 at 6:50 am -
I've been going over this patch with a fine-tooth comb for the last two weeks, fixed some small bugs, added comments, made initdb a little friendlier, but no substantial changes. I'm going to start ...
Peter Eisentraut
Jan 14, 2011 at 9:42 pm
Feb 9, 2011 at 4:53 pm -
Dan found a few low-frequency assertions when he let the patch cook in DBT-2 for extended periods. For the most part they were over-zealous assertions, although he made a couple minor adjustments ...
Kevin Grittner
Jan 14, 2011 at 11:54 pm
Jan 20, 2011 at 8:36 pm
Group Overview
group | pgsql-hackers |
categories | postgresql |
discussions | 227 |
posts | 2,965 |
users | 140 |
website | postgresql.org... |
irc | #postgresql |
140 users for January 2011
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)