Patch: propose to include 3 new functions into intarray and intagg - Mailing list pgsql-hackers

From Dmitry Koterov
Subject Patch: propose to include 3 new functions into intarray and intagg
Date
Msg-id d7df81620808130429l2a75c895g5dd6fe8ae64cc23e@mail.gmail.com
Whole thread Raw
Responses Re: Patch: propose to include 3 new functions into intarray and intagg  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Review Report: propose to include 3 new functions into intarray and intagg  (Markus Wanner <markus@bluegap.ch>)
List pgsql-hackers
<div dir="ltr">Hello.<br /><br />Here are these functions with detailed documentation:<br /><a
href="http://en.dklab.ru/lib/dklab_postgresql_patch/">http://en.dklab.ru/lib/dklab_postgresql_patch/</a><br/><br
/>intagg.int_array_append_aggregate(int[]):fast merge arrays into one large list<br />
intarray._int_group_count_sort(int[],bool): frequency-based sorting<br />intarray.bidx(int[], int): binary search in a
sortedarray<br /><br />Tested for about a year on a real PostgreSQL cluster (10 machines, Slony replication) under a
heavyload (millions of requests). <br /> No crash nor memory problem detected during a year, so I suppose these
functionsare well-tested.<br /><br />What do you think about that?<br /></div> 

pgsql-hackers by date:

Previous
From: Andrew Chernow
Date:
Subject: Re: C Extension woes
Next
From: Simon Riggs
Date:
Subject: Re: Transaction-controlled robustness for replication