First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
[HACKERS] more numeric stuff
I have a couple ideas for further work on the numeric code that I want to get feedback on. 1. Cramming it down some more. I propose that we introduce a third format with a one-byte header: 1 bit for sign, 3 bits for dynamic scale, and 4 bits for weight (the first of which is a sign bit). This might seem crazy,... 4 Aug 2010 15:48
Restore spark in lovemaking
  About this mailing: You are receiving this e-mail because you subscribed to MSN Featured Offers. Microsoft respects your privacy. If you do not wish to receive this MSN Feat... 4 Aug 2010 15:48
patch for contrib/isn
On Wed, 2010-08-04 at 19:32 +0200, Jan Otto wrote: hi all, currently i am working on a big project for a german bookseller and publisher. one of the requirements was correct hyphenation of ISBN-13 for about 14.400.000 books in postgresql database. so added support for hyphenating isbn with the new 97... 4 Aug 2010 16:54
[HACKERS] patch for contrib/isn
hi all, currently i am working on a big project for a german bookseller and publisher. one of the requirements was correct hyphenation of ISBN-13 for about 14.400.000 books in postgresql database. so added support for hyphenating isbn with the new 979-prefix and additionally added all missing ranges since year 2... 4 Aug 2010 13:36
review: psql: edit function, show function commandspatch
On Mon, Aug 02, 2010 at 11:34:02PM -0400, Robert Haas wrote: On Mon, Aug 2, 2010 at 11:17 PM, Tom Lane <tgl(a)sss.pgh.pa.us> wrote: Robert Haas <robertmhaas(a)gmail.com> writes: On Mon, Aug 2, 2010 at 10:49 PM, Tom Lane <tgl(a)sss.pgh.pa.us> wrote: Well, it'd still work fine for \e foo. It'll just blow ... 4 Aug 2010 10:19
tracking inherited columns (was: patch for check constraintsusing multiple inheritance)
On 08/04/2010 06:41 AM, Robert Haas wrote: On Wed, Aug 4, 2010 at 6:41 AM, Yeb Havinga<yebhavinga(a)gmail.com> wrote: If child inherits column A from parent1 and parent2, and it is then renamed to B in parent2, what should the name be in the child after the rename is completed? The column shoul... 4 Aug 2010 09:13
Proposal / proof of concept: Triggers on VIEWs
On 8/4/10 2:39 PM +0300, Dean Rasheed wrote: Does this sound like a useful feature? Is this a sane approach to implementing it? If not, has anyone else given any thought as to how it might be implemented? I didn't look at the patch, but so far, I've identified three problems with the existing view system:... 6 Aug 2010 04:59
Patch to show individual statement latencies in pgbench output
On Aug3, 2010, at 21:16 , Greg Smith wrote: That was a leftover of the trimming and comment skipping logic, which my patch moves to process_command. I think there's still a trimming error here--line 195 of the new patch is now removing the declaration of "i" just before it sets it to zero? Hm, I think it's... 4 Aug 2010 08:09
[HACKERS] Review of Synchronous Replication patches
Hi, After setting up a real SR cluster based on V9 beta3 and Fuji's SR patch synch_rep_0722.patch and doing some simple update_and_check tests, it seems that active and standby are not in sync. Can this be a problem of the SR or the HSB feature ? Or is "fsync" still not supported ? Used configuration: nod... 4 Aug 2010 07:04
tracking inherited columns (was: patch for check constraintsusing multiple inheritance)
Robert Haas wrote: On Tue, Aug 3, 2010 at 3:05 PM, Yeb Havinga <yebhavinga(a)gmail.com> wrote: Yeb Havinga wrote: The underlying cause is the failure of the code to recognize that if relation C inherits from both A and B, where A and B both have column x, that A.x 'is the same as' B.x... 5 Aug 2010 06:57
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16