{"id":15508544,"url":"https://github.com/jesperpedersen/pgprtdbg","last_synced_at":"2025-08-21T07:33:36.466Z","repository":{"id":140121972,"uuid":"225854114","full_name":"jesperpedersen/pgprtdbg","owner":"jesperpedersen","description":"Trace file for PostgreSQL protocol interaction","archived":false,"fork":false,"pushed_at":"2024-05-25T14:52:02.000Z","size":231,"stargazers_count":7,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T21:11:25.592Z","etag":null,"topics":["debug","postgresql","protocol"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jesperpedersen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-04T11:45:15.000Z","updated_at":"2024-10-22T19:51:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"93b09aed-1e67-413b-8a1c-2d12b069a37e","html_url":"https://github.com/jesperpedersen/pgprtdbg","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesperpedersen%2Fpgprtdbg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesperpedersen%2Fpgprtdbg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesperpedersen%2Fpgprtdbg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesperpedersen%2Fpgprtdbg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jesperpedersen","download_url":"https://codeload.github.com/jesperpedersen/pgprtdbg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250357882,"owners_count":21417373,"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","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":["debug","postgresql","protocol"],"created_at":"2024-10-02T09:39:06.821Z","updated_at":"2025-04-23T02:33:05.403Z","avatar_url":"https://github.com/jesperpedersen.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pgprtdbg\n\n`pgprtdbg` is an application that turns [PostgreSQL](https://www.postgresql.org) protocol v3 interaction into a trace file.\n\nSee [Getting Started](./doc/GETTING_STARTED.md) on how to get started with `pgprtdbg`.\n\nSee [Configuration](./doc/CONFIGURATION.md) on how to configure `pgprtdbg`.\n\n## Tested platforms\n\n* [Fedora](https://getfedora.org/) 32+\n* [RHEL](https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux) 8.x with\n  [AppStream](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/installing_managing_and_removing_user-space_components/using-appstream_using-appstream)\n\n## Compiling the source\n\n`pgprtdbg` requires\n\n* [gcc 8+](https://gcc.gnu.org) (C17)\n* [cmake](https://cmake.org)\n* [make](https://www.gnu.org/software/make/)\n* [libev](http://software.schmorp.de/pkg/libev.html)\n\n```sh\ndnf install gcc cmake make libev libev-devel\n```\n\nAlternative [clang 8+](https://clang.llvm.org/) can be used.\n\n### Build\n\nThe following commands will install `pgprtdbg` in the `/usr/local` hierarchy\nand run the default configuration.\n\n```sh\ngit clone https://github.com/jesperpedersen/pgprtdbg.git\ncd pgprtdbg\nmkdir build\ncd build\ncmake -DCMAKE_INSTALL_PREFIX=/usr/local ..\nmake\nsudo make install\n/usr/local/bin/pgprtdbg -c /usr/local/etc/pgprtdbg.conf\n```\n\nSee [RPM](./doc/RPM.md) for how to build a RPM of `pgprtdbg`.\n\n## Contributing\n\nContributions to `pgprtdbg` are managed on [GitHub.com](https://github.com/jesperpedersen/pgprtdbg/)\n\n* [Ask a question](https://github.com/jesperpedersen/pgprtdbg/discussions)\n* [Raise an issue](https://github.com/jesperpedersen/pgprtdbg/issues)\n* [Feature request](https://github.com/jesperpedersen/pgprtdbg/issues)\n* [Code submission](https://github.com/jesperpedersen/pgprtdbg/pulls)\n\nContributions are most welcome !\n\n## License\n\n[BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjesperpedersen%2Fpgprtdbg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjesperpedersen%2Fpgprtdbg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjesperpedersen%2Fpgprtdbg/lists"}