{"id":48186426,"url":"https://github.com/ossc-db/pg_dbms_stats","last_synced_at":"2026-04-04T17:49:53.161Z","repository":{"id":62370823,"uuid":"58710832","full_name":"ossc-db/pg_dbms_stats","owner":"ossc-db","description":"Let PostgreSQL to make execution plans using frozen statistics.","archived":false,"fork":false,"pushed_at":"2024-01-12T06:12:51.000Z","size":459,"stargazers_count":24,"open_issues_count":10,"forks_count":13,"subscribers_count":18,"default_branch":"master","last_synced_at":"2024-03-26T05:09:58.900Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PLpgSQL","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/ossc-db.png","metadata":{"files":{"readme":"README.installcheck","changelog":"ChangeLog","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-05-13T07:09:27.000Z","updated_at":"2024-01-24T01:52:16.000Z","dependencies_parsed_at":"2022-10-31T18:15:32.133Z","dependency_job_id":"502b096f-f259-4261-9a8c-bcfcce6f06d4","html_url":"https://github.com/ossc-db/pg_dbms_stats","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/ossc-db/pg_dbms_stats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ossc-db%2Fpg_dbms_stats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ossc-db%2Fpg_dbms_stats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ossc-db%2Fpg_dbms_stats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ossc-db%2Fpg_dbms_stats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ossc-db","download_url":"https://codeload.github.com/ossc-db/pg_dbms_stats/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ossc-db%2Fpg_dbms_stats/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31407655,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-04-04T17:49:52.575Z","updated_at":"2026-04-04T17:49:53.148Z","avatar_url":"https://github.com/ossc-db.png","language":"PLpgSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"Preparation for make installcheck\n\n1. Install pg_dbms_stats into the target binary tree. Make sure to\n   prepare the PATH environment variable properly to execute the right\n   pg_config for the version of target PostgreSQL server.\n\n  postgres$ which pg_config\n  \u003csomewhere bin of the target server resides\u003e/pg_config\n  postgres$ make install\n\n2. Install additionally required contrib module file_fdw. This could\n  be done for RPM installed server by installing postgresql##-contrib\n  using yum after installing additional repository.\n\n  # yum install postgresql96-contrib\n\n3. Edit postgresql.conf so that pg_dbms stats will be automatically\n   loaded.\n\n  postgres$ echo \"shared_preload_libraries = 'pg_dbms_stats'\" \u003e\u003e  \u003cPGDATA\u003e/postgresql.conf\n\n4. Start the target server\n\n  postgres$ postgres or pg_ctl start\n\n5. Install extension on the server.\n\n  postgres$ psql postgres -c 'CREATE EXTENSION pg_dbms_stats; CREATE EXTENSION file_fdw;'\n\n6. run make installcheck\n\n  postgres$ make installcheck\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fossc-db%2Fpg_dbms_stats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fossc-db%2Fpg_dbms_stats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fossc-db%2Fpg_dbms_stats/lists"}