pgsql: Add min and max aggregates for inet/cidr data types.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add min and max aggregates for inet/cidr data types.
Date: 2014-08-29 02:38:26
Message-ID: E1XNC54-0007gF-6d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add min and max aggregates for inet/cidr data types.

Haribabu Kommi, reviewed by Muhammad Asif Naeem

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6c40f8316ed38a92049784b3e3d3b514ed379b5a

Modified Files
--------------
doc/src/sgml/func.sgml | 6 ++++--
src/backend/utils/adt/network.c | 27 +++++++++++++++++++++++++++
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_aggregate.h | 2 ++
src/include/catalog/pg_proc.h | 8 ++++++++
src/include/utils/builtins.h | 2 ++
src/test/regress/expected/inet.out | 12 ++++++++++++
src/test/regress/sql/inet.sql | 3 +++
8 files changed, 59 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2014-08-29 04:28:33 pgsql: doc: Revert ALTER TABLESPACE summary line
Previous Message Noah Misch 2014-08-29 00:38:56 pgsql: Always use our getaddrinfo.c on Windows.