- GSoC - snapshot materialized view (work-in-progress)patch Dne 9.7.2010 21:33, Robert Haas napsal(a): 2010/7/8 Pavel Baro�<baros.p(a)seznam.cz>: Description of patch: 1) can create MV, and is created uninitialized with data CREATE MATERIALIZED VIEW mvname AS SELECT ... This doesn't seem acceptable. It should populate it on creation. Yes, it would b... 12 Jul 2010 11:49
[HACKERS] CommitFest 2010-07 Plans and Call for Reviewers Folks, The PostgreSQL 9.1 Development Plan: http://wiki.postgresql.org/wiki/PostgreSQL_9.1_Development_Plan calls for a CommitFest to run from the 15th of July until the 15th of August. I've offered to manage the CF process this time around. (Selena, are you up for continuing to work on this through the... 12 Jul 2010 09:35
pg_stat_transaction patch "Accessor functions to get so far collected statistics for the current transaction" https://commitfest.postgresql.org/action/patch_view?id=301 The latest version of the patch works as expected, and also well-formed. I'll mark the patch to "Ready for Committer". http://archives.postgresql.org/message-id/AANLkTikS... 12 Jul 2010 06:20
[HACKERS] WIP patch: pass outer-relation Vars as parameters to indexscans As per previous discussions, something I want to do for 9.1 is generalize the notion of "inner indexscan" so that nestloop joins can pass parameters down more than one level before they reach the scan where they're needed. To do that, we've got to get rid of the current ad-hoc mechanism that passes the nestloop's o... 12 Jul 2010 05:15
(9.1) btree_gist support for searching on "not equals" (1) Exclusion constraints support for operators where "x <operator> x" is false (tiny patch) https://commitfest.postgresql.org/action/patch_view?id=307 (2) btree_gist support for searching on <> ("not equals") https://commitfest.postgresql.org/action/patch_view?id=308 Those patches should be committed at once be... 3 Aug 2010 16:57
patch: to_string, to_array functions 2010/7/12 Pavel Stehule <pavel.stehule(a)gmail.com>: I prefere a new names - because there are a new behave - with little bit better default handling of NULL values. string_to_array and array_to_string just ignore NULL values - what isn't correct behave. Later we can mark these functions as deprecated and re... 22 Jul 2010 15:49
multibyte charater set in levenshtein function Hi, I'm reviewing "Multibyte charater set in levenshtein function" patch. https://commitfest.postgresql.org/action/patch_view?id=304 The main logic seems to be good, but I have some comments about the coding style and refactoring. * levenshtein_internal() and levenshtein_less_equal_internal() are very simila... 4 Aug 2010 07:04
[HACKERS] crash-recovery replay of CREATE TABLESPACE is broken in HEAD I managed to crash the executor in the tablespace.sql test while working on a 9.1 patch, and discovered that the postmaster fails to recover from that. The end of postmaster.log looks like LOG: all server processes terminated; reinitializing LOG: database system was interrupted; last known up at 2010-07-11 19:... 11 Jul 2010 20:28
pgsql: Add support for TCPkeepalives on Windows, both for backend and On lör, 2010-07-10 at 16:23 -0400, Bruce Momjian wrote: Wow, how would they know if the binaries are MinGW compiled? Does it show in version()? Yes, I think so. -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpr... 10 Jul 2010 21:31
gSoC - ADD MERGE COMMAND - code patch submission On Fri, Jul 9, 2010 at 10:25 PM, Boxuan Zhai <bxzhai2010(a)gmail.com> wrote: Dear All, This is ZHAI BOXUAN, a student of gSoC 2010. My project is to add merge command in postgres. This is the first submission of our codes, which has finished the parser, analyzer and rewriter parts. If you are i... 17 Jul 2010 06:36 |