Search Discussions
-
Right, the problem has been the lukewarm response from the hackers who would be using it every day, and without whose buy-in using a bug tracker would be possible, but much more difficult. Bug ...
Greg Sabino Mullane
May 29, 2011 at 3:48 am
Jun 3, 2011 at 9:33 pm -
So, what do we need in order to find our way to index-only scans? 1. The visibility map needs to be crash-safe. The basic idea of index-only scans is that, instead of checking the heap to find out ...
Robert Haas
May 10, 2011 at 2:25 am
Sep 27, 2011 at 1:41 pm -
Hackers, I've run into a couple of occasions lately where I really wanted pgstattuple on a production server in order to check table/index bloat. However, in the production environment at a large ...
Josh Berkus
May 5, 2011 at 10:34 pm
May 19, 2011 at 11:41 am -
Hi, One of our customers is interested in being able to store original timezone along with a certain timestamp. It is currently possible to store a TZ in a separate column, but this is a bit wasteful ...
Alvaro Herrera
May 27, 2011 at 8:43 pm
Jul 26, 2011 at 11:30 pm -
This patch allows you to initially declare a CHECK constraint as NOT VALID, similar to what we already allow for foreign keys. That is, you create the constraint without scanning the table and after ...
Alvaro Herrera
May 31, 2011 at 4:04 pm
Jun 30, 2011 at 4:00 pm -
Hi, I am working on new feature `Buffer Cache Hibernation' which enables postgres to keep higher cache hit ratio even just started. Postgres usually starts with ZERO buffer cache. By saving the ...
Mitsuru IWASAKI
May 4, 2011 at 2:23 pm
Oct 16, 2011 at 6:12 pm -
Attached is the latest revision of the latch implementation that monitors postmaster death, plus the archiver client that now relies on that new functionality and thereby works well without a tight ...
Peter Geoghegan
May 24, 2011 at 8:44 pm
Jul 8, 2011 at 4:27 pm -
Hello here is a partial review of your patch, better than keeping it sleeping in the commitfest queue I hope. Submission review ================ * The patch is not in context diff format. * The patch ...
Cédric Villemain
May 31, 2011 at 9:25 pm
Jul 20, 2011 at 9:21 am -
I'd like to summarize expected issues corresponding to leaky-view and RLS towards v9.2, and PGcon2011/Developer Meeting. We already made consensus the leaky-view is a problem to be fixed previous to ...
Kohei Kaigai
May 10, 2011 at 11:56 am
Jul 20, 2011 at 2:43 pm -
I think I see what must be going on here: that toast table must contain a long run of all-visible-according-to-the-VM pages (which is hardly a surprising situation). This results in VACUUM choosing ...
Tom Lane
May 25, 2011 at 3:48 pm
May 29, 2011 at 11:33 pm -
Hello, A customer came to us with this request: a way to store "any" data in a column. We've gone back and forth trying to determine reasonable implementation restrictions, safety and useful ...
Alvaro Herrera
May 4, 2011 at 4:58 pm
May 11, 2011 at 9:06 pm -
In http://archives.postgresql.org/pgsql-bugs/2011-05/msg00171.php Regina Obe complains that this fails in 9.1, though it worked before: regression=# CREATE DOMAIN topoelementarray AS integer[]; ...
Tom Lane
May 24, 2011 at 4:13 pm
Jun 8, 2011 at 4:57 pm -
The basis for this is that weak locks do not conflict with each other, whereas strong locks conflict with both strong and weak locks. (There's a couple of special cases which I ignore for now). ...
Simon Riggs
May 31, 2011 at 1:23 pm
May 31, 2011 at 1:45 pm -
Hello cache estimation and cache access cost are currently not accounted explicitly: they have a cost associated with but no constants (other than effective_cache_size but it has a very limited ...
Cédric Villemain
May 15, 2011 at 9:39 pm
Jun 20, 2011 at 7:01 pm -
Hi, If i create a DOMAIN an then want to create a CAST from that domain to another type it gives an error. Consider this example: """ create domain datetime as timestamp with time zone check (value ...
Jaime Casanova
May 14, 2011 at 6:28 pm
Apr 24, 2012 at 1:21 pm -
I'd like to revive the discussion that arose during the last CommitFest over the proper design for identifying no-op length coercions like varchar(4) - varchar(8). Here is the root of the original ...
Noah Misch
May 23, 2011 at 4:42 pm
Jun 22, 2011 at 2:22 am -
Hi all, Attached is a simple patch addressing the TODO item "Allow \dd to show constraint comments". If you have comments on various constraints (column, foreign key, primary key, unique, exclusion), ...
Josh Kupershmidt
May 18, 2011 at 2:28 am
Sep 11, 2011 at 2:12 pm -
Hi, following the conversation at http://postgresql.1045698.n5.nabble.com/switch-UNLOGGED-to-LOGGED-tp4290461p4382333.html I tried to remove some bytes from xl_xact_commit. The way I did it needs ...
Leonardo Francalanci
May 16, 2011 at 3:20 pm
Jun 16, 2011 at 5:45 pm -
There is a general need to have Postgres consume fewer CPU cycles and less power when idle. Until something is done about this, shared hosting providers, particularly those who want to deploy many VM ...
Peter Geoghegan
May 5, 2011 at 7:49 pm
May 11, 2011 at 10:42 am -
As background, for most of SSI development I had a TODO comment in the source which was basically around the question of whether a predicate lock on a visible heap tuple should propagate to later ...
Kevin Grittner
May 21, 2011 at 8:09 pm
Jun 3, 2011 at 10:04 am -
Hi I would like to develop function for 'Online base backup from the hot-standby' in PostgreSQL 9.2. Todo : Allow hot file system backups on standby servers (http://wiki.postgresql.org/wiki/Todo) ...
Jun Ishiduka
May 27, 2011 at 6:25 am
Jul 12, 2011 at 7:14 am -
Greetings, Someone (*cough*Haas*cough) made a claim over beers at PGCon that it would be very difficult to come up with a way to pre-allocate List entries and maintain the current List API. I'll ...
Stephen Frost
May 25, 2011 at 2:56 am
Aug 30, 2012 at 1:58 am -
I noticed the 9.1 release notes claim that the new EDITOR_LINENUMBER_SWITCH thing is an environment variable, whereas it is actually a psql variable. This is perhaps sort of a Freudian slip. Since ...
Peter Eisentraut
May 21, 2011 at 9:54 pm
Oct 15, 2011 at 4:03 pm -
Here's an attempt at implementing the necessary gymnastics. Comments? -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Robert Haas
May 6, 2011 at 9:47 pm
Jun 24, 2011 at 6:20 pm -
I've applied patches to fix Martin Pitt's report of peer auth failing on FreeBSD-amd64 kernels. I tested it with FreeBSD but do not have the resources to check every other platform that uses the same ...
Tom Lane
May 30, 2011 at 11:57 pm
Jun 2, 2011 at 5:15 pm -
I have missed it if this was discussed before but ... Would now be a good time to start deprecating the contrib/ directory as a way to distribute Pg add-ons, with favor given to PGXN and the like ...
Darren Duncan
May 17, 2011 at 8:31 pm
May 18, 2011 at 7:36 pm -
If you use "pgbench -S -M prepared" at a scale where all data fits in memory, most of what you are benchmarking is network/IPC chatter, and table locking. Which is fine if that is what you want to ...
Jeff Janes
May 29, 2011 at 7:11 pm
Jul 16, 2012 at 1:57 am -
I sometimes wonder if we could pull up aggregate query in the optimizer. My typical problem is: Consider two relations, medium size M and large size L. L has reference column to M's primary key. Say, ...
Hitoshi Harada
May 4, 2011 at 10:02 am
Jun 4, 2011 at 4:47 pm -
This doesn't surprise me too much, because sequences are not expected to contain any live XIDs, so the XID freezing mechanism ignores them. So if you did that in the past, this would eventually ...
Tom Lane
May 31, 2011 at 3:17 am
Jun 2, 2011 at 7:54 pm -
Hi, In my opinion this is actually a bug in < 9.0. As its a (imo) low impact fix thats constrained to two files it seems sensible to backpatch it now that the solution has proven itself in the field? ...
Andres Freund
May 5, 2011 at 9:21 am
May 13, 2011 at 4:17 pm -
Hi everyone, several members of this mailing list mentioned recently it'd be really useful to have a performance-test farm, that it might improve the development process and make some changes easier. ...
Tomas Vondra
May 11, 2011 at 9:32 pm
Apr 4, 2012 at 1:01 pm -
[ Moved to hackers list.] Interesting. It can be easily fixed in the C code. Does anyone know of an example where the case of the locale name is significant in controlling the behavior? -- Bruce ...
Bruce Momjian
May 23, 2011 at 1:39 am
Oct 13, 2011 at 5:09 pm -
Hi All, Some of the ideas regarding vacuum improvements were discussed here: http://archives.postgresql.org/pgsql-hackers/2008-05/msg00863.php ...
Pavan Deolasee
May 24, 2011 at 6:58 am
Jun 8, 2011 at 11:52 pm -
The attached patch enables to assign security labels on shared database object types (database, tablespace, role). As pg_description stuff doing, it adds a new pg_shseclabel catalog to store related ...
Kohei Kaigai
May 9, 2011 at 11:15 am
Jul 20, 2011 at 5:18 pm -
[I previously posted this to pgsql-sql, but received no response as of yet... it's more of a development team oriented message in any case.] In ORMs like NHibernate, there are a few strategies for ...
Patrick Earl
May 1, 2011 at 5:33 pm
Jul 11, 2011 at 7:07 pm -
One of the things that came out of the clustering session is a need for a LOCK DATABASE command. Primarily to be able to drop databases across nodes in a cluster, but later chats lead to ideas about ...
Alvaro Herrera
May 18, 2011 at 3:21 am
May 26, 2011 at 11:23 pm -
Hackers, I've replaced test-report-by-email with a GoogleDocs application for Beta1. The form for submitting test reports is here: ...
Josh Berkus
May 2, 2011 at 6:21 pm
May 3, 2011 at 8:38 pm -
While looking at fixing the multiple-evaluation issue in IN and BETWEEN discussed a while ago, I realized that the current assumption that only one CaseTestExpr placeholder needs to be valid at any ...
Heikki Linnakangas
May 25, 2011 at 11:57 am
Jun 17, 2011 at 8:55 am -
While eating good Indian food and talking about aviation accidents on the last night of PGCon, Greg Stark, Heikki Linnakangas, and I found some time to brainstorm about possible ways to reduce the ...
Robert Haas
May 24, 2011 at 8:34 pm
May 27, 2011 at 7:32 pm -
Hi I want to propose the addition of a new field in IDENTIFY_SYSTEM: xlogversion, which will carry XLOG_PAGE_MAGIC from primary. The idea of sending that info is to allow us to know if the xlog page ...
Jaime Casanova
May 3, 2011 at 10:57 pm
May 25, 2011 at 5:56 pm -
During preparing patch of my GSoC project I found reasonable to move childoffnum (GISTInsertStack structure) from parent to child. This means that now child have childoffnum of parent's link to ...
Alexander Korotkov
May 24, 2011 at 12:22 pm
Jul 15, 2011 at 10:01 am -
I reviewed the process for configuring replication, and found that we don't have an example for allowing replication access in pg_hba.conf. Before we release 9.1, I think we should add this example ...
Selena Deckelmann
May 18, 2011 at 4:17 pm
May 24, 2011 at 8:01 pm -
I wonder if we have tested the reasoning behind having SKIP_PAGES_THRESHOLD and the magic number of 32 assigned to it currently. While looking at the code after a long time and doing some tests, I ...
Pavan Deolasee
May 27, 2011 at 1:52 pm
Jun 7, 2011 at 10:59 am -
Just to see how much difference it would make, I tried ripping everything out of the parser except for support for DML queries. In addition to removing the actual rules, I also yanked out most of the ...
Robert Haas
May 20, 2011 at 10:41 pm
May 29, 2011 at 12:28 am -
Hi, I was trying to create a trigger with parameters. I've found a potential bug when the param is boolean. Here is code replicating the bug: CREATE TABLE x(x TEXT); CREATE OR REPLACE FUNCTION ...
Szymon Guz
May 11, 2011 at 8:47 am
May 11, 2011 at 6:04 pm -
I had a chance to give this patch a look. This review is of the second patch posted by Gurjeet, at: ...
Josh Kupershmidt
May 14, 2011 at 9:04 pm
Jul 6, 2011 at 5:08 pm -
I have found a problem which is specifically related to "HP-UX" compiler. All 'libm' functions on "HP-UX Integrity server" do not set "errno" by default. For 'errno' setting we should compile the ...
Ibrar Ahmed
May 24, 2011 at 5:21 pm
May 27, 2011 at 10:10 pm -
I believe that the "make check" target in src/test/isolation is fundamentally unportable, as is illustrated by the fact that buildfarm member coypu is currently choking on it. The reason is that the ...
Tom Lane
May 8, 2011 at 11:35 pm
Feb 29, 2012 at 8:08 pm -
Hi, Cube code provided by postgres contrib folder. It uses the NDBOX structure. On creating index, it's size increase at a high rate. On inserting some tuple and creating indexes its behaviour is ...
Nick Raj
May 30, 2011 at 8:36 pm
Jun 4, 2011 at 2:55 pm -
Hi, Query: ===== I am aware of the fact that Expression evaluator is used to filter tuples based on the qual. However, I think it is not the only purpose it serves. As I manipulated the ExecEvalVar ...
Vaibhav Kaushal
May 25, 2011 at 9:57 am
May 27, 2011 at 3:59 am
Group Overview
group | pgsql-hackers |
categories | postgresql |
discussions | 167 |
posts | 1,664 |
users | 136 |
website | postgresql.org... |
irc | #postgresql |
136 users for May 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)