Search Discussions
-
Awhile back I ranted about replacing the planner's concept of inner indexscans with a more generalized notion of "parameterized paths": ...
Tom Lane
Sep 2, 2010 at 9:31 pm
Nov 10, 2011 at 2:06 am -
Reference: https://commitfest.postgresql.org/action/patch_view?id=312 The patch from http://archives.postgresql.org/message-id/CA2E4C4762EAE28D68404E75@amenophis does not apply cleanly to the current ...
Andrew Geery
Sep 30, 2010 at 3:05 am
Jun 29, 2011 at 10:42 pm -
All, While working on some database maintenance, I was just tripped up by the fact that there is no good way to query reloptions for tables. By "no good way" I mean "no way which does not involve ...
Josh Berkus
Sep 27, 2010 at 5:19 am
Feb 26, 2011 at 5:49 pm -
Can someone update the PostgreSQL shared memory usage table for 9.0? http://www.postgresql.org/docs/9.0/static/kernel-resources.html#SYSVIPC Right now it says "Approximate shared memory bytes ...
Bruce Momjian
Sep 13, 2010 at 8:44 pm
Feb 21, 2011 at 3:08 am -
Greetings, After watching a database import go abysmally slow on a pretty beefy box with tons of RAM, I got annoyed and went to hunt down why in the world PG wasn't using but a bit of memory. Turns ...
Stephen Frost
Sep 20, 2010 at 4:51 pm
Feb 20, 2011 at 2:42 pm -
In http://www.postgresql.org/docs/9.0/static/tutorial-window.html it say "Although avg will produce the same result no matter what order it processes the partition's rows in, this is not true of all ...
Dennis Björklund
Sep 22, 2010 at 10:35 am
Feb 20, 2011 at 5:02 am -
Hi, Is there any way to use regclass without having ERROR? pgpool-II needs to find the oid from table name and for the purpose it issues something like "SELECT 'table_name'::regproc::oid". Problem ...
Tatsuo Ishii
Sep 3, 2010 at 8:28 am
Jan 4, 2011 at 4:01 pm -
I'm working on a patch to implement synchronous replication for PostgreSQL, with user-controlled durability specified on the master. The design also provides high throughput by allowing concurrent ...
Simon Riggs
Sep 14, 2010 at 5:49 pm
Dec 14, 2010 at 12:47 am -
Agreed. The attached patch introduces new function which is used to send ACK back from walreceiver. The function sends a message to XLOG stream by calling PQputCopyData. Also I allowed PQputCopyData ...
Fujii Masao
Sep 17, 2010 at 9:22 am
Dec 13, 2010 at 2:44 am -
I took a quick look at the code, and from what I can tell this is because PQconnectionNeedsPassword() always returns false if a pgpass.conf has been used. There is no handling the case where pgpass ...
Magnus Hagander
Sep 24, 2010 at 1:23 pm
Nov 27, 2010 at 4:10 pm -
Following up on my previous patch [0], here is a fairly complete implementation of this feature. The general description and implementation outline of the previous message still apply. This patch ...
Peter Eisentraut
Sep 15, 2010 at 8:46 pm
Nov 25, 2010 at 3:57 am -
Hello this patch implement a new iteration construct - iteration over an array. The sense of this new iteration is: * a simple and cleaner syntax * a faster execution - this bring down a number of ...
Pavel Stehule
Sep 30, 2010 at 12:46 pm
Nov 24, 2010 at 6:07 pm -
Attached is the patch that tries to speedup prep_buildtree script, which is used in VPATH builds, from our configure script. The idea is to ask `find` to emit directory listing in depth-first order ...
Gurjeet Singh
Sep 27, 2010 at 2:16 am
Nov 21, 2010 at 5:31 pm -
hello everybody, we came across an issue which turned out to be more serious than previously expected. imagine a system with, say, 1000 partitions (heavily indexed) or so. the time taken by the ...
Hans-Jürgen Schönig
Sep 3, 2010 at 9:40 am
Nov 13, 2010 at 10:26 pm -
Dear All, I have just generate a new patch of MERGE command. One main change in this edition is the removal of RASIE ERROR action from MEREG, because its semantics is not well defined yet. I also ...
Boxuan Zhai
Sep 23, 2010 at 10:31 am
Nov 12, 2010 at 6:05 pm -
Hello who is psycopg maintainer, please? Can somebody explains to me, why psycopg doesn't support twophase commit still, although some implementation was done in summer 2008? Now two phase commit is ...
Pavel Stehule
Sep 18, 2010 at 4:02 pm
Nov 6, 2010 at 4:34 pm -
Jayant Kumar did some benchmarking of InnoDB vs. PostgreSQL and PG came out 5 times faster. The benchmark isn't very thoroughly described, but it turns out not to matter. ...
Robert Haas
Sep 30, 2010 at 7:26 pm
Oct 27, 2010 at 1:07 am -
This patch allows external security providers to check privileges to create a new relation and to inform the security labels to be assigned on the new one. This hook is put on DefineRelation() and ...
KaiGai Kohei
Sep 2, 2010 at 12:38 am
Oct 19, 2010 at 4:34 am -
Hi, Is there any reason the postmaster.pid and external_pid_file contents to be different? -- Euler Taveira de Oliveira http://www.timbira.com/
Euler Taveira de Oliveira
Sep 30, 2010 at 12:18 am
Oct 19, 2010 at 3:09 am -
The patch attached is based on the one rejected at the last CF for 9.0 last year. http://archives.postgresql.org/message-id/16303.1266023203@sss.pgh.pa.us This patch implements the feature that ...
Hitoshi Harada
Sep 13, 2010 at 1:15 pm
Oct 16, 2010 at 12:01 am -
In about a week I propose to have the buildfarm server start to reject results based on snapshots where the newest file is older than the time of the git migration a week ago. That means buildfarm ...
Andrew Dunstan
Sep 27, 2010 at 12:13 pm
Oct 15, 2010 at 9:32 pm -
Hello. This is a proposal patch for SQL/MED for 9.1. At the prev. CF, this patch had so many features to make it hard to review all of them. So I devided it into smaller parts: (1) foreign table DDL ...
SAKAMOTO Masahiko
Sep 15, 2010 at 6:04 am
Oct 15, 2010 at 1:33 am -
Hi, we are experimenting with modifying table partitioning so the ORDER BY clause can be pushed down to child nodes on the grounds that: 1. smaller datasets are faster to sort, e.g. two datasets that ...
Boszormenyi Zoltan
Sep 1, 2010 at 1:57 pm
Oct 15, 2010 at 12:18 am -
So we've got two patches that implement synchronous replication, and no agreement on which one, if either, should be committed. We have no agreement on how synchronous replication should be ...
Robert Haas
Sep 29, 2010 at 2:47 am
Oct 14, 2010 at 10:28 pm -
Attached is a small patch that adds a few comments for the settings that require restart. Applicable for 9.0+. Regards, -- Devrim GÜNDÜZ PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer ...
Devrim Gündüz
Sep 27, 2010 at 8:58 am
Oct 14, 2010 at 5:18 pm -
Uhm, could you stop massively changing the behavior of this script with no discussion at all? I happen to think that this is a distinctly bad idea. It defeats one of the major use cases of the ...
Robert Haas
Sep 26, 2010 at 3:48 pm
Oct 14, 2010 at 9:43 am -
There are some minor stylistic issues with this patch - e.g. lines ending in whitespace, cuddled elses - but those don't look too terribly difficult to fix. I'm more concerned about the fact that I ...
Robert Haas
Sep 24, 2010 at 8:01 pm
Oct 13, 2010 at 4:31 pm -
So, I found (with some helpful hints from Robert who caught the final nail in the coffin) a good reason why we really can't run a git-cvsserver globally. Any user can point their cvs client at the ...
Magnus Hagander
Sep 22, 2010 at 2:03 pm
Oct 12, 2010 at 9:07 pm -
Where does PGXS makefile get /usr/share/doc/pgsql/contrib directory from? While building 3rd party RPMs using PGXS, even if I specify docdir in Makefile, README.* files are installed to this ...
Devrim Gündüz
Sep 19, 2010 at 9:25 pm
Oct 12, 2010 at 1:50 pm -
Back here I asked what we were going to do about .gitignore files: http://archives.postgresql.org/pgsql-hackers/2010-08/msg01232.php The thread died off when the first git conversion attempt crashed ...
Tom Lane
Sep 21, 2010 at 4:00 am
Oct 11, 2010 at 7:28 am -
Hello folks, I've been playing around today a lot with sysbench, and observed that 2.6.32 kernel supplied by Ubuntu is having perf regression with PG (which does not affect MySQL), compared to 2.6.28 ...
Domas Mituzas
Sep 12, 2010 at 8:31 pm
Oct 7, 2010 at 6:44 am -
Hello this simple patch reduce a persistent allocated memory for tsearch ispell dictionaries. on 32bit from 27MB (3399 blocks) to 13MB (1564 blocks) on 64bit from 55MB to cca 27MB. Regards Pavel ...
Pavel Stehule
Sep 7, 2010 at 7:11 am
Oct 7, 2010 at 12:01 am -
Here is a patch for basic JSON support. It adds only those features: * Add "json" data type, that is binary-compatible with text. * Syntax checking on text to JSON conversion. * json_pretty() -- ...
Itagaki Takahiro
Sep 15, 2010 at 2:33 am
Oct 5, 2010 at 5:13 am -
Hi, I noticed that there's no way to specify the location of recovery.conf in postgresql.conf. The pg_hba and pg_ident files can be altered, so I'm wondering why this file can't have a specified ...
Thom Brown
Sep 26, 2010 at 9:57 pm
Oct 3, 2010 at 10:38 am -
-- http://developer.postgresql.org/pgdocs/postgres/sql-expressions.html#SYNTAX-AGGREGATES That, however, is not true of array_agg(): try=# CREATE TABLE foo(id int); CREATE TABLE try=# INSERT INTO foo ...
David E. Wheeler
Sep 1, 2010 at 5:45 am
Oct 2, 2010 at 2:58 am -
I just discovered the --patience flag on the git diff command, and I'd like to suggest that we encourage people to use it when possible for building patches. I just looked at output with and without ...
Kevin Grittner
Sep 15, 2010 at 5:58 pm
Oct 1, 2010 at 9:53 pm -
Can we please change the comment lines below the patch heading to have the real name instead of the postgresql.org ID? Patch by Pavel Stehule Patch by Gurjeet Singh instead of Patch by okbobcz Patch ...
Gurjeet Singh
Sep 30, 2010 at 9:38 pm
Oct 1, 2010 at 6:06 pm -
As has been previously mentioned a couple of times, it should be perfectly possible to use streaming replication to get around the limitations of archive_command/archive_timeout to do log archiving ...
Magnus Hagander
Sep 27, 2010 at 12:09 pm
Oct 1, 2010 at 11:01 am -
(starting yet another thread to stay focused) Having mulled through all the recent discussions on synchronous replication, ISTM there is pretty wide consensus that having a registry of all standbys ...
Heikki Linnakangas
Sep 22, 2010 at 8:43 am
Oct 1, 2010 at 11:01 am -
Hackers, Any tips / conventional wisdom regarding running postgres on large- ish memory ccNUMA intel machines, such as a 32G dual-quad-core, showing two NUMA nodes of 16G each? I expect each postgres ...
James Robinson
Sep 29, 2010 at 7:15 pm
Oct 1, 2010 at 1:32 am -
Attached is a patch that implements replacing a primary key with another index. This would help overcome the limitation that primary keys cannot be reindexed without taking exclusive locks. The use ...
Gurjeet Singh
Sep 30, 2010 at 12:43 am
Sep 30, 2010 at 8:33 pm -
Hello The attached patch contains a implementation of "subscripts" function. The functionality of this function is same like generate_subscripts function, but it's based for iteration from plpgsql's ...
Pavel Stehule
Sep 30, 2010 at 7:29 pm
Sep 30, 2010 at 7:29 pm -
Hello, I propose a new hook type - that helps with controlling a life cycle of some tsearch dictionaries. This hook has minimal impact on performance - it's called once per session for one tsearch ...
Pavel Stehule
Sep 5, 2010 at 6:37 am
Sep 30, 2010 at 9:37 am -
Hello This patch add iteration over array to plpgsql now is supported only iteration over scalar array Regards Pavel Stehule
Pavel Stehule
Sep 30, 2010 at 8:03 am
Sep 30, 2010 at 8:55 am -
Hi, Starting from 9.0, it seems unable to generate man pages for Japanese translated sgml(generating html is ok). Until 8.4 it worked fine. Does anybody succeeded in generating non English/multibyte ...
Tatsuo Ishii
Sep 29, 2010 at 2:23 pm
Sep 30, 2010 at 6:11 am -
Hello What is the way to get tupledesc from array of records? Regards Pavel Stehule
Pavel Stehule
Sep 29, 2010 at 7:23 pm
Sep 29, 2010 at 7:23 pm -
I'm not subscribed to pgsql-committers, but apparently under the new git-enabled setup, I'm getting a "Stalled post to pgsql-committers" message for every commit. Fix that please.
Peter Eisentraut
Sep 25, 2010 at 4:43 pm
Sep 29, 2010 at 7:16 pm -
Hello, just doing an upgrade form PostgreSQL 8.4.4 on Windows 2007 64bit to PostgreSQL 9.0 64bit on the same system. I am working along http://developer.postgresql.org/pgdocs/postgres/pgupgrade.html ...
Massa, Harald Armin
Sep 26, 2010 at 9:42 am
Sep 29, 2010 at 6:27 pm -
When we drop an operator used by other operators as COMMUTATOR or NEGATOR, pg_dump generates an invalid SQL command for the operators depending on the dropped one. Is it an unavoidable restriction? ...
Itagaki Takahiro
Sep 29, 2010 at 7:56 am
Sep 29, 2010 at 3:25 pm -
Does the git.postgresql.org down? Harada-san being also unreachable now. -- KaiGai Kohei <kaigai@kaigai.gr.jp
KaiGai Kohei
Sep 29, 2010 at 11:44 am
Sep 29, 2010 at 12:09 pm
Group Overview
group | pgsql-hackers |
categories | postgresql |
discussions | 155 |
posts | 2,173 |
users | 126 |
website | postgresql.org... |
irc | #postgresql |
126 users for September 2010
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)