Extensions / Functions and aggregates
generate_series()-style set-returning function for date ranges with integer day steps.
pgext.cloud · Source code · Documentation · License text · Control file · PGXN
| Package | generate_date_series |
|---|---|
| Version | 1.0.0 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 2 |
| Latest commit | 2016-05-23 |
| Latest release | 2016-05-23 |
| Catalogue updated | 2026-08-30 |
| srf | Minimal C example implementing an inclusive integer set-returning function. |
| unnest_ordinality | Legacy array unnest function that returns each element with its ordinal position. |