| From: | Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Add index-only scan support to inet GiST opclass. |
| Date: | 2015-03-28 13:12:04 |
| Message-ID: | E1YbqWy-00083L-S4@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Add index-only scan support to inet GiST opclass.
Andreas Karlsson
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/3a20b0e7b6dae48cd6be1257e9017663f1402b91
Modified Files
--------------
src/backend/utils/adt/network_gist.c | 27 +++++++++++++++++++++++++++
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_amproc.h | 1 +
src/include/catalog/pg_proc.h | 2 ++
src/include/utils/inet.h | 1 +
src/test/regress/expected/inet.out | 19 +++++++++++++++++++
src/test/regress/sql/inet.sql | 6 ++++++
7 files changed, 57 insertions(+), 1 deletion(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Dunstan | 2015-03-28 13:32:29 | pgsql: Use standard librart sqrt function in pg_stat_statements |
| Previous Message | Tom Lane | 2015-03-28 00:38:53 | Re: pgsql: Add stats for min, max, mean, stddev times to pg_stat_statements |