Re: new aggregate functions v1 - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: new aggregate functions v1
Date
Msg-id 200405181634.i4IGYH906683@candle.pha.pa.us
Whole thread Raw
In response to new aggregate functions v1  (Fabien COELHO <coelho@cri.ensmp.fr>)
Responses new aggregate functions v4  (Fabien COELHO <coelho@cri.ensmp.fr>)
Re: new aggregate functions v1  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Agreed, these seem to be of general interest and have been requested in
the past.  I will clean up the docs a little.

Your patch has been added to the PostgreSQL unapplied patches list at:

    http://momjian.postgresql.org/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

---------------------------------------------------------------------------


Fabien COELHO wrote:
>
> Dear patchers,
>
> please find attached a small patch for adding new aggregate functions:
>
> (1) boolean-and and boolean-or aggregates named bool_and and bool_or.
>     they correspond to standard sql every and some/any aggregates.
>     they do not have the right name as there is a problem with
>     the standard and the parser for some/any.
>
> (2) bitwise integer aggregates named bit_and and bit_or for
>     int2, int4, int8 and bit types. They are not standard,
>     however they exist in other db (eg mysql), and I needed them
>     for some other stuff.
>
>
> The patch adds:
>
> - 3 new functions for boolean aggregates in src/backed/utils/adt/bool.c,
>   src/include/utils/builtins.h and src/include/catalog/pg_proc.h
>
> - new aggregates declared in src/include/catalog/pg_proc.h and
>   src/include/catalog/pg_aggregate.h
>
> - some documentation and validation about these new aggregates.
>
> It also updates the catalog version. It validates for me.
>
> Have a nice day,
>
> --
> Fabien Coelho - coelho@cri.ensmp.fr

Content-Description:

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
>                http://www.postgresql.org/docs/faqs/FAQ.html

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: Timezone code, one more try
Next
From: Bruce Momjian
Date:
Subject: Win32 adjustments