First  |  Prev |  Next  |  Last
Pages: 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166
[RRR] CommitFest 2010-01: Call for Reviewers
Hello I could to start with https://commitfest.postgresql.org/action/patch_view?id=251 Regards Pavel 2010/1/11 Robert Haas <robertmhaas(a)gmail.com>: Well, folks, it's that time again!  CommitFest 2010-01 will begin in just a few days (specifically, Fri Jan 15 00:00:00 UTC) and we are in need of revie... 11 Jan 2010 10:52
[HACKERS] CommitFest 2010-01: Call for Reviewers
Well, folks, it's that time again! CommitFest 2010-01 will begin in just a few days (specifically, Fri Jan 15 00:00:00 UTC) and we are in need of reviewers. If you're willing to help out, please drop me an email and I'll assign you a patch; if you have a preference, please let me know that, too. http://wiki.po... 11 Jan 2010 10:52
[HACKERS] pg_dump sort order for functions
pg_dump sorts its output first by object type, then by object name, and then processes all that for dependencies. This works well, but for overloaded functions this still gives a random sort order that can produce annoying diffs in the dump. Would it be acceptable to introduce a secondary sort key field into the... 11 Jan 2010 10:52
Red-black tree for GIN
On Thu, Dec 31, 2009 at 4:19 PM, Robert Haas <robertmhaas(a)gmail.com> wrote: My other question is as related to performance.  Can you provide a test case that shows the performance improvement with this patch? So, we still don't have a test case for this patch. During the November CommitFest, Greg Smith gripe... 10 Jan 2010 22:56
Typed tables
On tor, 2009-11-05 at 19:24 +0200, Peter Eisentraut wrote: I'm planning to work on typed tables support. The idea is that you create a table out of a composite type (as opposed to the other way around, which is currently done automatically). CREATE TYPE persons_type AS (name text, bdate date); C... 12 Jan 2010 14:05
[HACKERS] RADIUS authentication
The attached patch implements RADIUS authentication (RFC2865-compatible). The main usecase for me in this is the ability to use (token based) one-time-password systems easily with PostgreSQL. These systems almost always support RADIUS, and the implementation is fairly simple. RADIUS can of course be used in many ... 10 Jan 2010 08:34
[HACKERS] Congrats Alvaro!
Alvaro, one of our hackers and committers and my colleague more than 4 years, had a new baby today. Congrats Alvaro for his second daughter ! -committers, please commit your patches for our new baby elephant! -- Devrim GÜNDÜZ, RHCE Command Prompt - http://www.CommandPrompt.com devrim~gunduz.org, devr... 9 Jan 2010 23:58
CVS HEAD: Error accessing system column from plpgsql trigger function
2009/12/4 Dean Rasheed <dean.a.rasheed(a)googlemail.com>: With CVS HEAD... create table foo (a int); create or replace function foo_trig_fn() returns trigger as $$ begin  raise notice 'In trigger: added %', new.ctid;  return new; end $$ language plpgsql; create trigger foo_trig after i... 10 Jan 2010 16:20
[COMMITTERS] pgsql: Tidy up and refactor plperl.c.
adunstan(a)postgresql.org (Andrew Dunstan) writes: - Changed MULTIPLICITY check from runtime to compiletime. No loads the large Config module. [ squint... ] I thought we'd decided that wasn't a good idea? What happens if the libperl we load at runtime doesn't match what we saw in the headers? regard... 9 Jan 2010 09:37
synchronized snapshots
On Fri, Jan 8, 2010 at 7:36 PM, Joachim Wieland <joe(a)mcknight.de> wrote:  * If all four pg_synchronize_snapshot_taken() calls return true and the If we must have a timeout I think you should throw an error if the timeout expires. -- greg -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgres... 10 Feb 2010 13:25
First  |  Prev |  Next  |  Last
Pages: 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166