Search Discussions
-
Hi, Current pg_standby is dangerous because the presence of the trigger file causes recovery to end whether or not the next WAL file is available. So, some *available* transactions may be lost at ...
Fujii Masao
Mar 25, 2009 at 6:29 am
May 28, 2009 at 1:37 pm -
The following list of patches are the initial revision of SE-PostgreSQL on the v8.5 development cycle. These are separated into several functional components to help review and commit in earlier ...
KaiGai Kohei
Mar 23, 2009 at 9:02 am
Jul 22, 2009 at 8:31 am -
Hi there, I and Teodor have several small, but useful patches for text search: 1. Support of filtering dictionaries and unaccent dictionary/function. This is often requested feature, which solves, ...
Oleg Bartunov
Mar 16, 2009 at 4:07 pm
Mar 27, 2009 at 8:49 pm -
Hello I did some cleaning on this feature, and I hope so I solve some Tom's objections features: * PostgreSQL's specific syntax for named parameter: value AS name, * Doesn't change rules for ...
Pavel Stehule
Mar 5, 2009 at 7:41 am
Aug 10, 2009 at 5:56 pm -
Hello, Something that continues to grind my teeth about our software is that we are horribly inconsistent with our system catalogs. Now I am fully and 100% aware that changing this will break things ...
Joshua D. Drake
Mar 4, 2009 at 8:33 pm
Mar 17, 2009 at 8:08 pm -
Hmm, well, Tom dropped a filtered version of your list into the open items wiki page. http://wiki.postgresql.org/wiki/PostgreSQL_8.4_Open_Items That includes a whole slough of patches that weren't ...
Robert Haas
Mar 27, 2009 at 1:59 am
Apr 9, 2009 at 10:21 am -
Note that I'm talking here about the names of the C functions, not the SQL names. The existing hstore has some very dubious choices of function names (for non-static functions) in the C code; ...
Andrew Gierth
Mar 21, 2009 at 2:23 am
Mar 25, 2009 at 12:13 pm -
Thank you for quick answer. I understand, but when I print from plperlu function notices with result of `env` they're the same in both cases (from remote and local client). So it looks like that ...
Tomasz Olszak
Mar 16, 2009 at 3:10 pm
Mar 19, 2009 at 1:55 am -
latin1db=# SELECT version(); version ----------------------------------------------------------------------------------- PostgreSQL 8.3.7 on i686-pc-linux-gnu, compiled by GCC gcc (Debian 4.3.3-5) ...
Heikki Linnakangas
Mar 30, 2009 at 1:00 pm
Apr 8, 2009 at 10:25 am -
Hi It was one of my worst Friday's finding out that this brain dead implementation of out parameters had been part of fuck up again. This time we did notice it two days too late. I wish for a way to ...
Asko Oja
Mar 6, 2009 at 9:29 pm
Mar 13, 2009 at 5:18 pm -
I have a patch almost done that adds some obvious but currently missing functionality to hstore, specifically the ability to construct an hstore from a record, and the ability to construct one from a ...
Andrew Gierth
Mar 13, 2009 at 6:21 pm
Mar 23, 2009 at 10:35 pm -
Hi. Now, we can check the running query string by pg_stat_activity.current_query. If we can also check previous query_string of idle-in-transaction, it is useful for analysis of long transaction ...
Tatsuhito Kasahara
Mar 25, 2009 at 9:28 am
Jul 28, 2009 at 11:43 am -
All, I was just noticing that doing SET ROLE changes the current session's priviledges, but not any runtime configuration parameters (like work_mem or statement_timeout) associated with the new role. ...
Josh Berkus
Mar 11, 2009 at 9:28 pm
Mar 28, 2009 at 7:31 pm -
About a year ago, you talked to the PostgreSQL people about some problem with Solaris getopt_long, and they changed the build to use the internal getopt_long instead of the Solaris one? What was the ...
Chuck McDevitt
Mar 17, 2009 at 3:38 pm
Apr 6, 2009 at 6:28 am -
The psql system object display issue has not been completely resolved for 8.4; see 8.4 open items: http://wiki.postgresql.org/wiki/PostgreSQL_8.4_Open_Items#Changes So what is the proposal? Have ...
Bruce Momjian
Mar 28, 2009 at 4:09 am
Apr 2, 2009 at 3:21 pm -
Hi, all. gnu gettext have support for correct plural form translation (http://www.gnu.org/software/gettext/manual/html_node/Plural-forms.html), but postgresql does not use it. why not ? maybe it have ...
Sergey Burladyan
Mar 18, 2009 at 9:21 am
Mar 30, 2009 at 3:46 pm -
Attached is a patch to fix the annoying footgun that is pg_dump -d. Myself and many others I know have all at one time or another done this: psql -h localhost -U greg -d postgres pg_dump -h localhost ...
Greg Sabino Mullane
Mar 9, 2009 at 4:23 pm
Mar 21, 2009 at 10:16 pm -
A user on IRC reported a crash (backend segfault) in GiST insertion (in 8.3.5 but I can reproduce this in today's HEAD) that turns out to be due to misbehaviour of gist_box_picksplit. The nature of ...
Andrew Gierth
Mar 26, 2009 at 2:52 pm
Apr 11, 2009 at 5:07 pm -
I found an old patch on my disk to enable SSL over Unix-domain sockets. Remember, about a year ago it was discussed that there might also be man-in-the-middle or fake-server attacks using Unix-domain ...
Peter Eisentraut
Mar 25, 2009 at 12:35 pm
Apr 6, 2009 at 5:42 pm -
Hi, Just to warn people that I'm making a comprehensive proof reading of the release notes. Here are the first comments: - "This was available previously via a configure --enable-integer-datetimes ...
Guillaume Smet
Mar 26, 2009 at 9:13 am
Apr 7, 2009 at 2:04 am -
The behavior is pretty intentional according to the source code: /* return NULL for empty input string */ if (inputstring_len < 1) { text_position_cleanup(&state); PG_RETURN_NULL(); } I agree this ...
Tom Lane
Mar 31, 2009 at 3:26 am
Mar 31, 2009 at 6:20 pm -
Hello, I posted my problem (on pgsql-interfaces list) about the INOUT parameters on PostgreSQL 8.3.6 (Win32), but without success. I re-post my question here, while hoping to have more success. When ...
Ben Ali Rachid
Mar 24, 2009 at 4:54 pm
Mar 26, 2009 at 6:24 am -
Hi, I noticed that if you start from a clean tree, it doesn't work to build pg_dump because gram.h has not been generated yet: make -C ../../../src/backend/parser keywords.o make[1]: Entering ...
Alvaro Herrera
Mar 3, 2009 at 7:42 pm
Mar 5, 2009 at 7:37 pm -
Hi, It seems that if you load libxml into a backend for whatever reason (say you create a table with a column of type xml) and then create a plperlu function that "use XML::LibXML", we get a ...
Alvaro Herrera
Mar 6, 2009 at 7:14 pm
May 13, 2009 at 8:30 pm -
Hi, We are implementing table partitioning feature to support Range and Hash partitions. Please find attached, the WIP patch and test-cases. The syntax used conforms to most of the suggestions ...
Kedar Potdar
Mar 23, 2009 at 9:45 am
Apr 1, 2009 at 5:08 am -
After all, re-initdb is much easier than re-build the whole package. And there seems nothing diffcult to implement this. Is that true?
Jacky Leng
Mar 11, 2009 at 11:21 am
Mar 16, 2009 at 4:53 am -
Hi, small patch for the documentation describing the current pg_start_backup checkpoint behavior as per http://archives.postgresql.org//pgsql-general/2008-09/msg01124.php . Should we note down a TODO ...
Michael Renner
Mar 27, 2009 at 8:12 pm
Apr 6, 2009 at 8:31 pm -
Here's a little optimization for the parallel restore code, that inhibits reopening the archive file unless the worker will actually need to read from the file (i.e. a data member). It seems to work ...
Andrew Dunstan
Mar 6, 2009 at 5:01 pm
Mar 9, 2009 at 3:47 pm -
I've seen a couple of reports that the new SSL error messages on windows look strange with paths the wrong way. For example: root certificate file "C:\Documents and Settings\<SNIP \Application ...
Magnus Hagander
Mar 18, 2009 at 9:24 am
Feb 27, 2010 at 2:48 pm -
Hi. I found a TODO item "Add dumping of comments on index columns and composite type columns" for pg_dump and want to write a patch for it. But I'm not sure if I understand the problem correctly. ...
Higepon
Mar 23, 2009 at 8:15 am
Aug 8, 2009 at 6:14 am -
All, Due to budget constraints, Google needed to cut 50 projects from the Summer of Code this year. We were one of the projects cut (although we can re-apply next year). However, that doesn't mean we ...
Josh Berkus
Mar 25, 2009 at 8:39 pm
Apr 2, 2009 at 9:27 pm -
Hi, I had an idea while going home last night and still can't think why it's not implemented already as it seems obvious. The conceptual idea is to have at most one outstanding flush for the log ...
Sam Mason
Mar 24, 2009 at 11:52 pm
Mar 28, 2009 at 9:34 pm -
It's still broken: http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=gothic_moth&dt=2009-03-17%2021:06:01 I remain of the opinion that supporting the regression tests in a locale that works like this ...
Tom Lane
Mar 18, 2009 at 12:36 pm
May 8, 2009 at 2:55 pm -
Hello, I think we need two types of profilers: SQL-based and resource-based. We have some SQL-based profilers like slow-query logs (log_min_duration_statement) and contrib/pg_stat_statements in 8.4. ...
ITAGAKI Takahiro
Mar 9, 2009 at 5:51 am
Apr 9, 2009 at 10:16 am -
Most of the Solaris buildfarm members are unhappy this morning. It looks like the ones that are busted have --enable-dtrace, which points the finger at the dtrace probe changes I made yesterday: ...
Tom Lane
Mar 13, 2009 at 2:15 pm
Mar 28, 2009 at 12:14 am -
OK, done: http://momjian.us/cgi-bin/pgsql/open -- Bruce Momjian <bruce@momjian.us http://momjian.us EnterpriseDB http://enterprisedb.com + If your life is a hard drive, Christ can be your backup. +
Bruce Momjian
Mar 20, 2009 at 8:03 pm
Mar 24, 2009 at 1:45 pm -
This is my first patch. I hope it's not stupid. We ran into a little issue today where permission/ownership on pg_hba.conf was accidentally changed to something that the postgres user could not read. ...
Selena Deckelmann
Mar 4, 2009 at 2:26 am
Mar 5, 2009 at 9:43 pm -
Hi, So I've been trying to get a plpython function that removes accented letters, based on a Python snippet posted on another thread. The function is simple enough: create or replace function ...
Alvaro Herrera
Mar 31, 2009 at 12:35 am
Apr 3, 2009 at 7:01 pm -
By chance I discovered that this query in the regression tests SELECT ntile(NULL) OVER (ORDER BY ten, four), ten, four FROM tenk1 LIMIT 2; stops working if work_mem is small enough: it either dumps ...
Tom Lane
Mar 26, 2009 at 4:57 pm
Apr 2, 2009 at 1:37 am -
The attached patch fixes two issues with parallel restore: * the static buffer problem in dumputils.c::fmtId() on Windows (solution: use thread-local storage) * ReopenPtr() is called too often There ...
Andrew Dunstan
Mar 9, 2009 at 11:09 pm
Mar 11, 2009 at 4:47 pm -
Hello all, i'm playing around with the isn contrib module and ran into an annoying problem. The module defines an is_valid() function which obviously is intended to check the validity of an ISBN ...
Andreas 'ads' Scherbaum
Mar 6, 2009 at 1:26 am
Mar 6, 2009 at 11:43 pm -
A quick look at contrib/pgstattuple shows that it makes no effort whatsoever to avoid reading temp tables belonging to other sessions. So even if that wasn't Stuart's problem (and I'll bet it was), ...
Tom Lane
Mar 31, 2009 at 4:20 am
Mar 31, 2009 at 7:27 pm -
In the TODO list there is an item "[D] Completed itemAdd array_agg() and UNNEST functions for arrays " marked as done but 5 items below there is: "Add SQL-standard array_agg() and unnest() array ...
Jaime Casanova
Mar 28, 2009 at 6:27 am
Apr 9, 2009 at 6:06 pm -
On the 2009-01-01 win32 release, I noticed I could no longer debug, like when I'd set a breakpoint I'd immediately get the error message: syntax error at or near "," LINE 1: SELECT * FROM ...
Kev
Mar 13, 2009 at 1:21 pm
Apr 8, 2009 at 4:06 pm -
The attached patch contains the probes (originally came from Theo Schlossnagle) that were removed from the previous submitted patch. Zdenek had some concerns about the way the probes were implemented ...
Robert Lor
Mar 6, 2009 at 4:39 am
Apr 2, 2009 at 9:21 pm -
While reading the GIN code, I just rediscovered that the GIN partial match support suffers from the same problem that I criticized the "fast insert" patch about, and searching the archives I found ...
Heikki Linnakangas
Mar 2, 2009 at 7:17 pm
Mar 23, 2009 at 3:38 pm -
Here's an attempt on my part to summarize the status of the remaining patches. * SE-PostgreSQL. Generally positive feedback from Heikki. New version expected Monday 3/9, with changes to walker.c as ...
Robert Haas
Mar 8, 2009 at 2:11 am
Mar 9, 2009 at 1:35 pm -
I´m trying to install postgres 8.3.6 at AIX 5.3, and I got a declaration error that I presume its related to this [1] thread. Here´s some info: - Bladecenter IBM JS22 - PowerPC_POWER6 quad 4GHZ 64 ...
André Volpato
Mar 4, 2009 at 8:46 pm
Mar 6, 2009 at 9:05 pm -
I remember someone proposed a patch for that a long time ago: http://archives.postgresql.org/pgsql-patches/2006-10/msg00154.php AFAICS there were 2 possible follow-ups to this patch: - only manage ...
Guillaume Smet
Mar 4, 2009 at 10:42 am
Mar 5, 2009 at 8:52 pm -
We seem to have acquired a cardinality() function with almost no discussion, and it has semantics that are a bit surprising to me. I should have thought cardinality(array) would be the total number ...
Andrew Dunstan
Mar 1, 2009 at 12:52 am
Mar 2, 2009 at 12:54 am
Group Overview
group | pgsql-hackers |
categories | postgresql |
discussions | 148 |
posts | 1,424 |
users | 130 |
website | postgresql.org... |
irc | #postgresql |
130 users for March 2009
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)