Add timestamp and timestamptz versions of generate_series().
Tom Lane <tgl@sss.pgh.pa.us>
Add timestamp and timestamptz versions of generate_series(). Hitoshi Harada
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +38 −10 |
| src/backend/utils/adt/timestamp.c | modified | +180 −1 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_proc.h | modified | +5 −1 |
| src/include/utils/timestamp.h | modified | +4 −1 |