{"id":19045053,"url":"https://github.com/pgadmin-org/pgagent","last_synced_at":"2025-06-22T18:37:59.704Z","repository":{"id":1018342,"uuid":"845935","full_name":"pgadmin-org/pgagent","owner":"pgadmin-org","description":"pgAgent - A job scheduler for PostgreSQL","archived":false,"fork":false,"pushed_at":"2024-12-16T15:01:33.000Z","size":283,"stargazers_count":109,"open_issues_count":10,"forks_count":42,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-01-02T08:23:33.992Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.pgadmin.org/","language":"CMake","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/pgadmin-org.png","metadata":{"files":{"readme":"README","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":"2010-08-18T10:48:17.000Z","updated_at":"2024-12-30T10:12:10.000Z","dependencies_parsed_at":"2024-12-13T17:22:10.924Z","dependency_job_id":"223823e3-f04c-466d-b741-4ec0bfdce977","html_url":"https://github.com/pgadmin-org/pgagent","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgadmin-org%2Fpgagent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgadmin-org%2Fpgagent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgadmin-org%2Fpgagent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgadmin-org%2Fpgagent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pgadmin-org","download_url":"https://codeload.github.com/pgadmin-org/pgagent/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240102023,"owners_count":19747940,"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":[],"created_at":"2024-11-08T22:48:36.902Z","updated_at":"2025-02-21T23:34:30.605Z","avatar_url":"https://github.com/pgadmin-org.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"pgAgent\n=======\n\nThis document describes the compilation of pgAgent, a job scheduler for\nPostgreSQL.\n\npgAgent is managed using pgAdmin (http://www.pgadmin.org). The pgAdmin\ndocumentation contains details of the setup and use of pgAgent with your\nPostgreSQL system. The latest build of the documentation can be found at\nhttps://www.pgadmin.org/docs/pgadmin4/development/pgagent.html.\n\nBuilding pgAgent\n----------------\n\nYou will need:\n\n- A C/C++ compiler, such as GCC or Microsoft Visual C++ on Windows.\n- CMake 3.3 (from www.cmake.org)\n- A Boost library 1.41 or higher installation\n- A PostgreSQL 8.3 or higher installation\n\n1) Unpack the pgAgent source code\n2) Create a build directory in which the code will be built.\n3) Run ccmake from the build directory (on Windows, use the CMake graphical\n   interface). By default, ccmake will generate Unix Makefiles - consult the\n   documentation if you wish to generate other types of output:\n\n$ ccmake /path/to/pgagent\n\n4) If required, press 'c' to generate a default configuration:\n\nCMAKE_BUILD_TYPE                 Release\nCMAKE_INSTALL_PREFIX             /usr/local\nCMAKE_OSX_ARCHITECTURES          x86_64\nCMAKE_OSX_SYSROOT                /Developer/SDKs/MacOSX10.10.sdk\nPostgreSQL_CONFIG_EXECUTABLE     /usr/local/pgsql/bin/pg_config\nBoost_FIND_REQUIRED              ON\nBoost_FIND_QUIETLY               OFF\nBoost_DEBUG                      OFF\nBoost_USE_MULTITHREADED          ON\nBoost_USE_STATIC_LIBS            OFF\n\n5) Use the ccmake interface to adjust any settings as required. When configured\n   as required, press 'c' to re-configure (if required) and 'g' to generate the\n   build files and exit.\n\n6) Run 'make' to build pgAgent on Mac or Unix, or open the generated project\n   files in VC++ on Windows and build the solution in the desired configuration.\n\nRunning Regression Tests\n========================\n\nTo run the regression tests, use a command such as:\n\nmake USE_PGXS=1 -f test/Makefile installcheck\n\nYou will need to ensure that the appropriate pg_config executable is in the path\nand that variables such as PGPORT and PGUSER are set if required.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgadmin-org%2Fpgagent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpgadmin-org%2Fpgagent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgadmin-org%2Fpgagent/lists"}