Search Discussions
-
Our WAL backup documentation says in some parts of it: ..."%p is replaced by the absolute path of the file to archive..." [1] I think this is (at least for 8.1 and upcoming 8.2 releases) wrong, since ...
Bernd Helmle
Nov 3, 2006 at 11:19 am
Nov 10, 2006 at 10:32 pm -
Avg performance for these two datatypes can be improved by *not* calculating the sum of squares in the shared accumulator (do_numeric_accum). However there is a little subtlety as this function is ...
Mark Kirkwood
Nov 23, 2006 at 10:08 pm
Feb 17, 2007 at 12:56 am -
[jks@jks-work-desktop /tmp/tmp/postgresql-8.2rc1]$ src/tools/make_diff/difforig ./doc/src/sgml/ref/rollback_to.sgml *** ./doc/src/sgml/ref/rollback_to.sgml.orig 2006-11-27 16:57:41.000000000 -0500 ...
Joseph Shraibman
Nov 27, 2006 at 10:08 pm
Nov 28, 2006 at 2:08 am -
Attached is a first revision of a patch that adds a column to pg_stat_activity containing the time at which the backend's current transaction began, or NULL if the backend is not inside a ...
Neil Conway
Nov 19, 2006 at 2:45 am
Nov 20, 2006 at 4:46 pm -
I have applied your test_fsync patch for 8.2. Thanks. --------------------------------------------------------------------------- Greg Smith wrote: -- Bruce Momjian bruce@momjian.us EnterpriseDB ...
Bruce Momjian
Nov 23, 2006 at 4:41 pm
Nov 24, 2006 at 11:43 pm -
My company is currently using version 7.2 and would like to convert to the latest version. Unfortunately, version 7.3 implicitly casts a null text to an int4. For example: Create table employee_table ...
Dwight Emmons
Nov 16, 2006 at 9:53 pm
Nov 17, 2006 at 8:50 am -
Attached is a patch that fixes a minor error in CheckLDAPAuth() in 8.2: when an LDAP handle is obtained via ldap_init(), it needs to be released via ldap_unbind(). The code did this, but only if an ...
Neil Conway
Nov 5, 2006 at 12:43 am
Nov 6, 2006 at 1:51 am -
As discussed briefly on pgsql-hackers, the current psql \d command does not make any distinction between enabled and disabled triggers. The attached patch modifies psql's describeOneTableDetails() ...
Brendan Jurd
Nov 7, 2006 at 4:55 am
Nov 18, 2006 at 2:26 am -
Hi, as promised on -docs, here comes my proposal on how to improve the replication documentation. The patches are split as follows and have to be applied in order: replication_doku_1.diff: Smallest ...
Markus Schiltknecht
Nov 15, 2006 at 10:43 am
Nov 16, 2006 at 10:02 pm -
Hello, this patch correct bug in to_char function with incorrect uppercased month's or day's name. Regards Pavel Stehule Najdete si svou lasku a nove pratele na Match.com. http://www.msn.cz/
Pavel Stehule
Nov 29, 2006 at 11:06 pm
Feb 4, 2007 at 2:54 am -
Hello, This patch allow use TM prefix in to_char functions for czech environment. Regards Pavel Stehule Emotikony a pozadi programu MSN Messenger ozivi vasi konverzaci. http://messenger.msn.cz/
Pavel Stehule
Nov 29, 2006 at 9:26 am
Nov 29, 2006 at 3:56 pm -
I noticed a gripe about plpgsql exceptions leaking memory: http://archives.postgresql.org/pgsql-performance/2006-11/msg00032.php (woulda been nice if he'd reported it more formally, but whatever.) ...
Tom Lane
Nov 3, 2006 at 5:41 am
Nov 22, 2006 at 1:17 am -
Typo in the changes to plperl - uses wrong dir, and had a missing slash. Also fixes error checking for xsubpp - it was broken in a way that hid the problem above when run more than once (which is the ...
Magnus Hagander
Nov 21, 2006 at 5:45 pm
Nov 21, 2006 at 6:01 pm -
Hi. I think this problem to be complex.... http://archives.postgresql.org/pgsql-hackers/2006-11/msg00042.php FormatMessage of windows cannot consider the encoding of the database. However, I should ...
Hiroshi Saito
Nov 7, 2006 at 3:04 pm
Dec 4, 2006 at 10:24 pm -
This patch fixes a gratuituous string difference. Barring objections I'll apply shortly. -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 ...
Alvaro Herrera
Nov 29, 2006 at 7:10 pm
Nov 29, 2006 at 7:45 pm -
I noticed that the section on pl langs points to appendix H to find out about additional pl's, but there is no info there to speak of. The attached patch ads a list of external pl's and cleans up ...
Robert Treat
Nov 17, 2006 at 11:25 pm
Nov 21, 2006 at 12:05 am -
Attached is a draft patch for the WAL-and-freezing issues we've been discussing. This incorporates Heikki and Simon's work on providing WAL-logging for tuple freezing actions and pg_clog truncation ...
Tom Lane
Nov 4, 2006 at 11:06 pm
Nov 5, 2006 at 4:35 pm -
Hi. The module link is insufficient.:-( ---- Sorry, japanese message change to xxx --- link.exe @C:\DOCUME~1\hi-saito\LOCALS~1\Temp\nmk03360. common.obj : error LNK2001: xxxxxx "_pg_qsort" xxxxxx ...
Hiroshi Saito
Nov 30, 2006 at 1:29 am
Dec 4, 2006 at 10:26 pm -
* Add support for building postgres.bki. * Add a genbki.pl script to do this. This could possibly be used in place of the shellscript for the unix build as well, sometime in the future, but not for ...
Magnus Hagander
Nov 29, 2006 at 6:22 pm
Nov 29, 2006 at 7:50 pm -
I think this patch fixes it. -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Alvaro Herrera
Nov 29, 2006 at 12:33 pm
Nov 29, 2006 at 7:43 pm -
Please find enclosed a patch which adds this :) Cheers, D -- David Fetter <david@fetter.org http://fetter.org/ phone: +1 415 235 3778 AIM: dfetter666 Skype: davidfetter Remember to vote!
David Fetter
Nov 28, 2006 at 10:51 pm
Nov 28, 2006 at 10:55 pm -
I was looking the other day for a variable that turned out to be PGSSLMODE, but the psql docs didn't reveal it to me. I propose to add the following para to the psql docs to point to additional info ...
Andrew Dunstan
Nov 21, 2006 at 2:54 pm
Nov 21, 2006 at 5:04 pm -
I noticed that the Partitioning section of the docs has *two* sections of caveats in different places, but close together. One called caveats, one not. That looks like it just led to somebody not ...
Simon Riggs
Nov 16, 2006 at 6:04 pm
Nov 21, 2006 at 4:17 am -
Our MingW FAQ appears to be seriously out of date. Couple of fixes: we want to direct MSI downloads to main download site, NT4 not supported anymore, msvc build env in progress, pgsql-hackers-win32 ...
Magnus Hagander
Nov 12, 2006 at 8:42 pm
Nov 20, 2006 at 10:17 pm -
The attached patch fixes the problem discussed here http://archives.postgresql.org/pgsql-hackers/2006-11/msg00357.php as well as a related problem that I discovered while working on it: the sequence ...
Tom Lane
Nov 17, 2006 at 1:23 am
Nov 18, 2006 at 12:59 pm -
If people want to know the output, run a program and look at the postmaster logs. If we document it, we have to keep it current, even if we improve it later. I will say I had trouble testing this ...
Bruce Momjian
Nov 16, 2006 at 11:19 pm
Nov 17, 2006 at 9:40 am -
While there's not anything wrong with this proposed patch in itself, I have to admit that I don't see the point. There are probably thousands of places in the backend where we increment an integer ...
Tom Lane
Nov 12, 2006 at 4:29 am
Nov 13, 2006 at 4:58 am -
Hi Attached is a patch to make ECPGconnect call ECPGclear_auto_mem, as ECPGdo already does. Peter Harris Concept Systems Ltd This email and any files transmitted with it are confidential and are ...
Peter Harris
Nov 7, 2006 at 2:57 pm
Nov 8, 2006 at 10:49 am -
I have made some progress with what I think is needed to have two interpreters for plperl. This is a lot harder than the pltcl case for two reasons: 1. there are no restrictions on having 2 tcl ...
Andrew Dunstan
Nov 5, 2006 at 9:14 pm
Nov 5, 2006 at 10:26 pm -
Sergey E. Koposov
Nov 4, 2006 at 1:41 pm
Nov 4, 2006 at 7:04 pm -
It is not obvious that a function should be declared "RETURNS VOID" if it is not supposed to return a value. There's also a user-comment on the 8.1 doc-page. Joachim
Joachim Wieland
Nov 3, 2006 at 3:57 am
Nov 3, 2006 at 7:18 am -
I propose to authenticate client via verification of its SSL certificate. IDEA. Recent versions of PostgreSQL database server can verify client's SSL certificate (via server's root.crt now). Server ...
Gleb Kouzmenko
Nov 17, 2006 at 9:24 am
Nov 17, 2006 at 9:24 am -
A patch which implements HOT is attached with this email. This patch applies cleanly to PostgresQL 8.2 BETA3 and passes all the regression tests with two exceptions which are explained later. This ...
Pavan Deolasee
Nov 14, 2006 at 7:01 pm
Nov 14, 2006 at 7:01 pm -
subscribe
Dave Page
Nov 13, 2006 at 11:23 am
Nov 13, 2006 at 11:23 am -
Since the discussion in September on Block B-Tree concept, I've worked on that and it has evolved to what I call "Grouped Index Tuples". That means that one index tuple in a B-tree can represent many ...
Heikki Linnakangas
Nov 10, 2006 at 12:19 pm
Nov 10, 2006 at 12:19 pm
Group Overview
group | pgsql-patches |
categories | postgresql |
discussions | 35 |
posts | 146 |
users | 37 |
website | postgresql.org |
irc | #postgresql |
37 users for November 2006
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)