Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: postgresql16-pg_cron | Distribution: openSUSE Tumbleweed |
Version: 1.6.4 | Vendor: openSUSE |
Release: 1.1 | Build date: Mon Sep 9 04:01:13 2024 |
Group: Productivity/Databases/Servers | Build host: reproducible |
Size: 205483 | Source RPM: postgresql16-pg_cron-1.6.4-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://github.com/citusdata/pg_cron | |
Summary: PostgreSQL module for simple job schedule |
pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher) that runs inside the database as an extension. It uses the same syntax as regular cron, but it allows you to schedule PostgreSQL commands directly from the database.
PostgreSQL
* Mon Sep 09 2024 Marcus Rueckert <mrueckert@suse.de> - disable pg11 builds as we will remove the EOL package soon * Sat Aug 10 2024 Marcus Rueckert <mrueckert@suse.de> - update to 1.6.4 - Fix bug with invalidation of CachedCronJobRelationId by @CyberDem0n in #346 - Select procedure based on argument type of cron_unschedule_named by @CyberDem0n in #347 - Revert d90843d per #342 * Thu Jul 25 2024 Marcus Rueckert <mrueckert@suse.de> - update to 1.6.3 - Fix pointer reuse bug causing off-by-1 day of month by @marcoslot in #292 - Update the database when scheduling an existing job by @nuno-faria in #293 - Make cron_unschedule_named() accept v1.4 SQL signature. by @nmisch in #299 - Allow interrupts in pg_cron launcher loop to avoid deadlock by @Ngalstyan4 in #319 - Fixes possible overflow by @sminux in #326 - Log start & end time for all failed runs by @kketch in #324 - Replace MemoryContextResetAndDeleteChildren macro with MemoryContextReset for PG 17 compatibility by @esiaero in #332 - Fix compiler error on Illumos by @japinli in #317 * Sat Oct 21 2023 Marcus Rueckert <mrueckert@suse.de> - update to 1.6.2 - Fixes off-by-1 issue in day of month * Thu Sep 28 2023 Marcus Rueckert <mrueckert@suse.de> - update to 1.6.1 - Restart pg_cron scheduler when terminating the background worker by @marcocitus in #286 * Mon Sep 04 2023 Marcus Rueckert <mrueckert@suse.de> - update to 1.6.0 - Test latest version instead of hardcoding 1.4 by @df7cb in #268 - fix warning- "declaration shadows a previous local" by @sahemant in #275 - fix memory corruption bug of cron module by @zhjwpku in #271 - Convert K&R function definitions by @df7cb in #281 - add possibility to schedule jobs on the last day of month by @zhjwpku in #273 - Overall on/off to launch active jobs by @bdrouvotAWS in #283 * Wed Apr 19 2023 Reinhard Max <max@suse.com> - PostgreSQL 10 is EOL. * Sat Apr 08 2023 Marcus Rueckert <mrueckert@suse.de> - update to 1.5.2 - Fixes a bug that caused crashes after upgrading binaries to 1.5, by Polina Bungina * Fri Feb 10 2023 Marcus Rueckert <mrueckert@suse.de> - update to 1.5.1 - Fixes a bug that caused incorrect parsing of some crons schedules * Tue Feb 07 2023 Marcus Rueckert <mrueckert@suse.de> - update to 1.5.0 - Adds the possibility of scheduling a job with a 1-59 second interval - Adds a cron.timezone setting to configure the timezone of cron schedules - Removes pg_stat_activity reporting of internal pg_cron metadata queries - Fixes a bug that caused issues with long job names - Fixes a bug that caused inactive @reboot jobs to still run - Fixes a bug that could limit concurrency for background workers - Fixes a bug that prevented compiling on ARM - Fixes regression tests for PostgreSQL <= 12 * Tue Jan 31 2023 Marcus Rueckert <mrueckert@suse.de> - enable pg 15 * Sun Jan 01 2023 Andrey Karepin <egdfree@opensuse.org> - drop patch pg_cron-32bit-compat.patch - update to 1.4.2 * Fixes a bug that could lead to privilege escalation if users can trigger CREATE EXTENSION * Add compatibility for PostgreSQL 15 beta * Fixes a bug that could cause unschedule to crash * Ensures that cron.max_running_jobs is not higher than possible connection count * Mon Apr 04 2022 Dominique Leuenberger <dimstar@opensuse.org> - Update pg_cron-32bit-compat.patch to be actually the upstream commit from https://github.com/citusdata/pg_cron/pull/159. * Mon Apr 04 2022 Dominique Leuenberger <dimstar@opensuse.org> - Add pg_cron-32bit-compat.patch: Fix build on archs where %ld does not equal to long long int (eg 32bit arches). * Thu Dec 02 2021 Marcus Rueckert <mrueckert@suse.de> - fix postgresql_has_llvm usage * Tue Nov 30 2021 Marcus Rueckert <mrueckert@suse.de> - switch to %{pg_name}-llvmjit-devel * Sun Nov 14 2021 Marcus Rueckert <mrueckert@suse.de> - port to postgresql macros * Sun Sep 26 2021 Andrey Karepin <egdfree@opensuse.org> - update to 1.4.1 * Fixes PostgreSQL 11- support * Sat Sep 18 2021 Andrey Karepin <egdfree@opensuse.org> - update to 1.4.0 * Adds a cron.alter_job function to change job properties, by Bertrand Drouvot * Adds a cron.log_min_messages setting to control log_min_messages in pg_cron launcher, by Bertrand Drouvot * Adds a cron.enable_superuser_jobs setting to disallow superuser jobs * Fixes a bug that could cause jobs to hang when using cron.use_background_workers, by Bertrand Drouvot * Fixes a small memory allocation bug, by @mrdrivingduck * PostgreSQL 14 is supported (no changes were needed) * Wed Jun 30 2021 Dominique Leuenberger <dimstar@opensuse.org> - Do no longer build postgresql95 and postgresql96 flavors on Tumbleweed: those two postgresql vesions are EOL and will be dropped. * Mon Mar 29 2021 Andrey Karepin <egdfree@opensuse.org> - update to 1.3.1 * Fixes a memory leak
/usr/lib/postgresql16/lib/bitcode/pg_cron /usr/lib/postgresql16/lib/bitcode/pg_cron.index.bc /usr/lib/postgresql16/lib/bitcode/pg_cron/src /usr/lib/postgresql16/lib/bitcode/pg_cron/src/entry.bc /usr/lib/postgresql16/lib/bitcode/pg_cron/src/job_metadata.bc /usr/lib/postgresql16/lib/bitcode/pg_cron/src/misc.bc /usr/lib/postgresql16/lib/bitcode/pg_cron/src/pg_cron.bc /usr/lib/postgresql16/lib/bitcode/pg_cron/src/task_states.bc /usr/lib/postgresql16/lib/pg_cron.so /usr/share/doc/packages/postgresql16-pg_cron /usr/share/doc/packages/postgresql16-pg_cron/CHANGELOG.md /usr/share/doc/packages/postgresql16-pg_cron/README.md /usr/share/licenses/postgresql16-pg_cron /usr/share/licenses/postgresql16-pg_cron/LICENSE /usr/share/postgresql16/extension/pg_cron--1.0--1.1.sql /usr/share/postgresql16/extension/pg_cron--1.0.sql /usr/share/postgresql16/extension/pg_cron--1.1--1.2.sql /usr/share/postgresql16/extension/pg_cron--1.2--1.3.sql /usr/share/postgresql16/extension/pg_cron--1.3--1.4.sql /usr/share/postgresql16/extension/pg_cron--1.4--1.4-1.sql /usr/share/postgresql16/extension/pg_cron--1.4-1--1.5.sql /usr/share/postgresql16/extension/pg_cron--1.5--1.6.sql /usr/share/postgresql16/extension/pg_cron.control
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Nov 9 01:23:06 2024