From: | alvherre(at)postgresql(dot)org (Alvaro Herrera) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Add generate_subscripts, a series-generation function which |
Date: | 2008-04-28 14:48:58 |
Message-ID: | 20080428144858.147C37559CC@cvs.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
Log Message:
-----------
Add generate_subscripts, a series-generation function which generates an
array's subscripts.
Pavel Stehule, some editorialization by me.
Modified Files:
--------------
pgsql/doc/src/sgml:
array.sgml (r1.65 -> r1.66)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/array.sgml?r1=1.65&r2=1.66)
func.sgml (r1.433 -> r1.434)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.433&r2=1.434)
pgsql/src/backend/utils/adt:
arrayfuncs.c (r1.143 -> r1.144)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/arrayfuncs.c?r1=1.143&r2=1.144)
pgsql/src/include/catalog:
pg_proc.h (r1.492 -> r1.493)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc.h?r1=1.492&r2=1.493)
pgsql/src/include/utils:
array.h (r1.66 -> r1.67)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/array.h?r1=1.66&r2=1.67)
pgsql/src/test/regress/expected:
arrays.out (r1.35 -> r1.36)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/arrays.out?r1=1.35&r2=1.36)
pgsql/src/test/regress/sql:
arrays.sql (r1.27 -> r1.28)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/arrays.sql?r1=1.27&r2=1.28)
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2008-04-28 14:57:35 | pgsql: Bump the catversion for the previous patch. |
Previous Message | Tom Dunstan | 2008-04-28 11:49:32 | Re: Re: [COMMITTERS] pgsql: Update: < * Allow adding enumerated values to an existing |
From | Date | Subject | |
---|---|---|---|
Next Message | Chris Browne | 2008-04-28 15:55:18 | Re: we don't have a bugzilla |
Previous Message | Tom Lane | 2008-04-28 14:26:22 | Re: Recent buildfarm failures involving statement_timeout |