Search Discussions
-
src/interfaces/libpq/Makefile is missing a reference to libgssapi. The problem occurred while compiling 8.3.3 on NetBSD --with-gssapi, and is still present in HEAD. A patch is attached.
Markus Schaaf
Oct 1, 2008 at 2:44 pm
Oct 1, 2008 at 3:36 pm -
Patch now includes all previous agreed changes, plus I've found what looks to be a workable method of removing the shutdown checkpoint without loss of robustness. Patch summary Tuning * Bgwriter ...
Simon Riggs
Sep 30, 2008 at 10:51 pm
Sep 30, 2008 at 10:51 pm -
Hello, Upgrade 8.3.4 is available. Before compiling, I have to apply the optimized toast patch : *bin7hetTGkMRL.bin<http://archives.postgresql.org/pgsql-patches/2008-02/bin7hetTGkMRL.bin *. There are ...
Jérôme Jouanin
Sep 29, 2008 at 10:40 am
Sep 30, 2008 at 7:00 am -
I've tested this some more and am much happier with it now. Also added README details; there are no user interface or behaviour changes. The patch removes the need for RecordSubTransactionCommit() ...
Simon Riggs
Sep 23, 2008 at 9:47 pm
Sep 24, 2008 at 9:44 pm -
Message Resend. I forgot to spit the attachments so they did not make it through the list. Patch 1 of 2 : Base uint type. Patch 2 of 2 : Regression tests. - Ryan
Ryan Bradetich
Sep 16, 2008 at 2:46 am
Sep 16, 2008 at 2:46 am -
Hi. I have problem of LC_TIME of windows.(CVS-HEAD) As for Version 8.3.3. It is edited by wrong gettext and is. (But, it is expressed.) ...
Hiroshi Saito
Sep 15, 2008 at 1:35 pm
Sep 24, 2008 at 2:55 pm -
- Added sgml docs. - Removed the PQpassThroughData and PQresultPassThroughData functions. - Added an argument to PGEventProc, the passThrough pointer. - fixed some errors in the code comments due to ...
Andrew Chernow
Sep 5, 2008 at 7:13 pm
Sep 5, 2008 at 8:59 pm -
12
still alive?
I thought -patches was supposed to die. What happened? -- amsAbhijit Menon-Sen
Sep 4, 2008 at 1:31 am
Oct 2, 2008 at 12:30 am -
Hi folks, As discussed on -hackers [1], here is a patch to add a pg_typeof() builtin function to core. The function accepts one argument (type "any") and returns the regtype of that argument. This ...
Brendan Jurd
Sep 3, 2008 at 7:15 am
Sep 3, 2008 at 7:15 am -
Thanks for the pointer. I'm quite new to this. I've done some more revisions to the patch. This has mostly just involved tuning the skip table size based on the size of the search. This has basically ...
David Rowley
Sep 2, 2008 at 11:19 pm
Sep 8, 2008 at 7:19 pm -
Attached are the regression tests for the Unsigned integer data type. Thanks, - Ryan
Ryan Bradetich
Aug 31, 2008 at 8:54 pm
Aug 31, 2008 at 8:54 pm -
Hello all, I have attempted to send this email 3 times over the last 24 hours. I am not sure what is blocking it, so I am going to break it up into two parts: uint-base.tar.bz2 -- The core of the ...
Ryan Bradetich
Aug 31, 2008 at 8:42 pm
Sep 29, 2008 at 5:12 am -
Taking into account comments from Tom and Alvaro Included patch with the following changes: * new postmaster mode known as consistent recovery, entered only when recovery passes safe/consistent ...
Simon Riggs
Aug 31, 2008 at 7:56 pm
Sep 29, 2008 at 3:53 pm -
As discussed on 26 June, "Join Removal/Vertical Partitioning", here's a patch to remove joins in certain circumstances. Tested and blind reviewed, but this is complex and subtle enough I welcome and ...
Simon Riggs
Aug 31, 2008 at 3:55 pm
Sep 2, 2008 at 6:40 pm -
As previously discussed on -hackers on Aug 19, "Proposed Resource Manager Changes". Enclosed are two closely related items: 1) A refactoring of calls to Rmgr code from xlog.c, and having isolated the ...
Simon Riggs
Aug 31, 2008 at 3:54 pm
Sep 2, 2008 at 8:36 am -
Hi all, Well, it's been a long time coming, but I've finally got a patch to improve the error handling of to_date() and to_timestamp(), as previously discussed on -hackers. [1][2] The patch is ...
Brendan Jurd
Aug 30, 2008 at 1:39 am
Sep 6, 2008 at 7:58 pm -
This patch is for a bug in backend/utils/time/combocid.c. In HeapTupleHeaderAdjustCmax, the code makes the incorrect assumption that the raw command id corresponds to cmin, when the raw command id ...
Karl Schnaitter
Aug 29, 2008 at 10:12 pm
Sep 1, 2008 at 6:55 pm -
Hi, attached the patch i offer to make some internal SRF functions use output parameters. -- regards, Jaime Casanova Soporte y capacitación de PostgreSQL Asesoría y desarrollo de sistemas Guayaquil - ...
Jaime Casanova
Aug 25, 2008 at 6:28 am
Aug 25, 2008 at 11:19 am -
Garick, have you made any progress on an updated patch? -- Bruce Momjian <bruce@momjian.us http://momjian.us EnterpriseDB http://enterprisedb.com + If your life is a hard drive, Christ can be your ...
Bruce Momjian
Aug 22, 2008 at 5:28 pm
Aug 22, 2008 at 5:28 pm -
Hi, Here is the latest WITH RECURSIVE patches against CVS HEAD. Besides syncing to CVS HEAD, followings are main differences from previous one: 1) Enhance sgml docs. Patches contributed by Jeff ...
Tatsuo Ishii
Aug 18, 2008 at 7:39 am
Aug 23, 2008 at 4:04 pm -
There's minor change against the previous one( http://archives.postgresql.org/pgsql-hackers/2008-07/msg01183.php ). * merge branch master(Aug 16) into the patch * clean code and make some comment ...
Xiao Meng
Aug 18, 2008 at 1:46 am
Sep 24, 2008 at 4:22 pm -
Hi, Included are the latest WITH RECURSIVE patches against CVS HEAD. The main differences from previous patches include: - Allow multiple query names (mutual recursion is not still allowed) These are ...
Tatsuo Ishii
Aug 3, 2008 at 2:47 am
Aug 3, 2008 at 2:47 am -
I've written a contrib module that allows planning information to be extracted from one server and transported to another server to allow SQL analysis: Transportable Optimizer Mode (TOM). TOM works, ...
Simon Riggs
Jul 25, 2008 at 9:52 pm
Aug 6, 2008 at 10:25 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
Jul 26, 2008 at 3:46 am -
Hi, Here is the lastest WITH RECURSIVE patches against 2007/07/17 CVS (CVS HEAD won't compile for me). This version includes regression tests and is almost ready for commit IMO. -- Tatsuo Ishii SRA ...
Tatsuo Ishii
Jul 21, 2008 at 2:06 pm
Jul 21, 2008 at 2:06 pm -
Simon, I agree with adding these options in general, since I find myself frustrated by having to vi huge dumps to change simple schema things. A couple of comments on the patch though: - Conflicting ...
Stephen Frost
Jul 20, 2008 at 3:13 am
Aug 2, 2008 at 3:24 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 -
Is autovacuum doing a wraparound-avoiding VACUUM? Currently, no easy way to tell. Patch to change message of autovac in pg_stat_activity when we are performing an anti-wraparound VACUUM. We will then ...
Simon Riggs
Jul 16, 2008 at 4:55 pm
Jul 21, 2008 at 3:28 pm -
Hello, I am sending actualized patch Regards Pavel Stehule 2008/7/9 Pavel Stehule <pavel.stehule@gmail.com :
Pavel Stehule
Jul 10, 2008 at 8:58 am
Aug 23, 2008 at 4:08 am -
Please find attached a patch that adds some missing descriptions for aggregates, functions and conversions. This will add COMMENTs to the conversion sql script as well. Most of the descriptions are ...
Bernd Helmle
Jul 8, 2008 at 3:17 pm
Aug 23, 2008 at 8:39 pm -
Patch enclosed. -- Simon Riggs www.2ndQuadrant.com PostgreSQL Training, Services and Support
Simon Riggs
Jul 8, 2008 at 7:31 am
Aug 22, 2008 at 6:47 pm -
I saw this patch in the commit fest list. I suppose this is actually intended for 8.4, not 8.3?
Peter Eisentraut
Jul 7, 2008 at 3:00 pm
Jul 7, 2008 at 3:00 pm -
Minor patch on pgbench 1. -i option should run vacuum analyze only on pgbench tables, not *all* tables in database. 2. pre-run cleanup step was DELETE FROM HISTORY then VACUUM HISTORY. This is just a ...
Simon Riggs
Jul 5, 2008 at 12:58 pm
Aug 22, 2008 at 5:58 pm -
Recent patch allowed \timing [on|off] This patch allows same option on all remaining toggles, so every option works in the same way. We now have the ability to do \a [on|off] \H [on|off] Patch also ...
Simon Riggs
Jul 5, 2008 at 12:31 pm
Aug 29, 2008 at 3:53 pm -
Fix minor bug in pg_standby, noted by Ferenc Felhoffer Request immediate apply to CVS HEAD and 8.3 -- Simon Riggs www.2ndQuadrant.com PostgreSQL Training, Services and Support
Simon Riggs
Jul 5, 2008 at 11:45 am
Jul 8, 2008 at 3:13 pm -
I think this is a good idea, and was expecting this to have happened already. Is there any time line or consensus that this is going to happen? Regards Russell Smith
Russell Smith
Jul 3, 2008 at 11:11 pm
Jul 3, 2008 at 11:11 pm -
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
Jul 9, 2008 at 5:56 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 -
For some experiments I wanted to run the regression tests using a different database (possibly using pg_regress --dbname=), but the name "regression" is hardcoded in a few places. It's trivial to ...
Peter Eisentraut
Jul 2, 2008 at 1:45 pm
Jul 3, 2008 at 8:33 am -
This is an update to my EXPLAIN XML patch submitted a few days ago. I've added a documentation patch and modified some of the code per comments by Gregory Stark. Because the main consumer of output ...
Tom Raney
Jul 2, 2008 at 4:48 am
Jul 5, 2008 at 3:51 pm -
Done: * Fix TRUNCATE ... RESTART IDENTITY so its affect on sequences is rolled back on transaction abort -- Bruce Momjian <bruce@momjian.us http://momjian.us EnterpriseDB http://enterprisedb.com + If ...
Bruce Momjian
Jul 1, 2008 at 6:09 pm
Jul 1, 2008 at 6:09 pm -
Patch implements * recommendation to use GnuWin32 cp on Windows * provide "holdtime" delay, default 0 (on all platforms) * default stays same on Windows="copy" to ensure people upgrading don't get ...
Simon Riggs
Jul 1, 2008 at 9:21 am
Aug 2, 2008 at 2:27 pm -
I've looked at ways of refactoring this, but the hooks provided here complement the existing functionality fairly well. We could add per column info to RelOptInfo, though toasted stats data is always ...
Simon Riggs
Jun 30, 2008 at 8:29 pm
Sep 28, 2008 at 7:58 pm -
Hi. It seems that this is required in order to return the righter message. Please take into consideration. Thanks! Regards, Hiroshi Saito
Hiroshi Saito
Jun 27, 2008 at 4:41 pm
Jun 27, 2008 at 6:58 pm -
Here's an updated version of the "relation forks" patch, and an incremental FSM rewrite patch on top of that. The relation forks patch is ready for review. The FSM implementation is more ...
Heikki Linnakangas
Jun 27, 2008 at 4:39 pm
Aug 1, 2008 at 11:27 am -
*** src/backend/nodes/copyfuncs.c.orig 2008-06-26 18:18:19.000000000 -0700 --- src/backend/nodes/copyfuncs.c 2008-06-26 07:26:46.000000000 -0700 *************** *** 2568,2573 **** --- 2568,2575 ---- ...
Raneyt
Jun 27, 2008 at 5:03 am
Jun 27, 2008 at 10:42 pm -
We have come to agreement that there is no longer a need for a separate 'patches' email list --- the size of patches isn't a significant issue anymore, and tracking threads between the patches and ...
Bruce Momjian
Jun 26, 2008 at 10:51 pm
Jun 26, 2008 at 10:51 pm -
We document 'pg_ctl restart' to preserve any command-line arguments passed when the server was started: Restarting the server is almost equivalent to stopping the server and starting it again except ...
Bruce Momjian
Jun 26, 2008 at 2:47 am
Jun 27, 2008 at 1:54 am -
The attached applied patch removes the use of the "postmaster.opts.default" file by pg_ctl. -- Bruce Momjian <bruce@momjian.us http://momjian.us EnterpriseDB http://enterprisedb.com + If your life is ...
Bruce Momjian
Jun 26, 2008 at 1:12 am
Jun 26, 2008 at 1:12 am -
Hi all, There are some comments or suggestions about this patch? Thanks all. -- []s Dickson S. Guedes ------------------------------------- Projeto Colmeia - Curitiba - PR +55 (41) 3254-7130 ramal: ...
Dickson S. Guedes
Jun 26, 2008 at 1:02 am
Jun 26, 2008 at 1:02 am
Group Overview
group | pgsql-patches |
categories | postgresql |
discussions | 5,341 |
posts | 29,762 |
users | 970 |
website | postgresql.org |
irc | #postgresql |
Top users
Archives
- October 2008 (7)
- September 2008 (187)
- August 2008 (39)
- July 2008 (283)
- June 2008 (210)
- May 2008 (459)
- April 2008 (525)
- March 2008 (437)
- February 2008 (211)
- January 2008 (173)
- December 2007 (128)
- November 2007 (314)
- October 2007 (242)
- September 2007 (457)
- August 2007 (177)
- July 2007 (367)
- June 2007 (382)
- May 2007 (516)
- April 2007 (539)
- March 2007 (562)
- February 2007 (584)
- January 2007 (607)
- December 2006 (206)
- November 2006 (146)
- October 2006 (206)
- September 2006 (317)
- August 2006 (497)
- July 2006 (354)
- June 2006 (280)
- May 2006 (331)
- April 2006 (273)
- March 2006 (271)
- February 2006 (341)
- January 2006 (324)
- December 2005 (377)
- November 2005 (210)
- October 2005 (252)
- September 2005 (152)
- August 2005 (398)
- July 2005 (608)
- June 2005 (607)
- May 2005 (408)
- April 2005 (216)
- March 2005 (299)
- February 2005 (241)
- January 2005 (337)
- December 2004 (241)
- November 2004 (345)
- October 2004 (422)
- September 2004 (364)
- August 2004 (574)
- July 2004 (621)
- June 2004 (445)
- May 2004 (516)
- April 2004 (343)
- March 2004 (440)
- February 2004 (268)
- January 2004 (237)
- December 2003 (376)
- November 2003 (379)
- October 2003 (325)
- September 2003 (323)
- August 2003 (189)
- July 2003 (258)
- June 2003 (431)
- May 2003 (202)
- April 2003 (116)
- March 2003 (232)
- February 2003 (237)
- January 2003 (221)
- December 2002 (187)
- November 2002 (214)
- October 2002 (195)
- September 2002 (345)
- August 2002 (667)
- July 2002 (358)
- June 2002 (278)
- May 2002 (114)
- April 2002 (270)
- March 2002 (292)
- February 2002 (282)
- January 2002 (110)
- December 2001 (117)
- November 2001 (304)
- October 2001 (204)
- September 2001 (310)
- August 2001 (510)
- July 2001 (216)
- June 2001 (284)
- May 2001 (273)
- April 2001 (99)
- March 2001 (88)
- February 2001 (121)
- January 2001 (171)
- December 2000 (80)
- November 2000 (70)
- October 2000 (119)
- September 2000 (81)
- August 2000 (54)
- July 2000 (63)
- June 2000 (129)