{"id":30714749,"url":"https://github.com/postgrespro/daterange_inclusive","last_synced_at":"2025-09-03T05:45:16.726Z","repository":{"id":279389520,"uuid":"938622111","full_name":"postgrespro/daterange_inclusive","owner":"postgrespro","description":"A datarange type with inclusive upper bound","archived":false,"fork":false,"pushed_at":"2025-02-25T09:36:55.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-29T12:01:26.345Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/postgrespro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-25T08:42:41.000Z","updated_at":"2025-02-25T09:36:59.000Z","dependencies_parsed_at":"2025-02-25T10:45:04.876Z","dependency_job_id":null,"html_url":"https://github.com/postgrespro/daterange_inclusive","commit_stats":null,"previous_names":["postgrespro/daterange_inclusive"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/postgrespro/daterange_inclusive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postgrespro%2Fdaterange_inclusive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postgrespro%2Fdaterange_inclusive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postgrespro%2Fdaterange_inclusive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postgrespro%2Fdaterange_inclusive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/postgrespro","download_url":"https://codeload.github.com/postgrespro/daterange_inclusive/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postgrespro%2Fdaterange_inclusive/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273397843,"owners_count":25098234,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-03T05:45:12.286Z","updated_at":"2025-09-03T05:45:16.714Z","avatar_url":"https://github.com/postgrespro.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# daterange_inclusive\nA PostgreSQL datarange type with inclusive upper bound\n\nThe daterange type, as well as other range types, is by default output with non-exclusive upper range. \nThis extension defines a type which is the same but with inclusive upper range.\nSuch behaviour is more convenient in some practical use cases.\n\nSee example: \n\n```\nCREATE EXTENSION daterange_inclusive;\nSELECT daterange('[2024-01-01,2024-06-01]');\n        daterange        \n-------------------------\n [2024-01-01,2024-06-02)\n\nSELECT daterange_inclusive('[2024-01-01,2024-06-01]');\n   daterange_inclusive   \n-------------------------\n [2024-01-01,2024-06-01]\n```\n\n## Building\n\n```\nUSE_PGXS=1 PG_CONFIG=/path_to_pgconfig make install\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostgrespro%2Fdaterange_inclusive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpostgrespro%2Fdaterange_inclusive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostgrespro%2Fdaterange_inclusive/lists"}