Changelog for
postgresql17-pg_cron-debuginfo-1.6.5-1.1.x86_64.rpm :
* Fri Feb 14 2025 Reinhard Max
- Stop building for EOL postgresql12.
* Thu Dec 12 2024 Marcus Rueckert - update to 1.6.5 - Fix superuser check before adding job to CronJobHash by AATTCyberDem0n in #367 - Fix leap year scheduling problem by AATTzhjwpku in #365 - Fix possible buffer underflow issue in cron parsing by AATTmarcoslot in 5c10a8a - Fix compilation warnings by AATTreshke in #363
* Sat Sep 28 2024 Marcus Rueckert - enable pg17
* Mon Sep 09 2024 Marcus Rueckert - disable pg11 builds as we will remove the EOL package soon
* Sat Aug 10 2024 Marcus Rueckert - update to 1.6.4 - Fix bug with invalidation of CachedCronJobRelationId by AATTCyberDem0n in #346 - Select procedure based on argument type of cron_unschedule_named by AATTCyberDem0n in #347 - Revert d90843d per #342
* Thu Jul 25 2024 Marcus Rueckert - update to 1.6.3 - Fix pointer reuse bug causing off-by-1 day of month by AATTmarcoslot in #292 - Update the database when scheduling an existing job by AATTnuno-faria in #293 - Make cron_unschedule_named() accept v1.4 SQL signature. by AATTnmisch in #299 - Allow interrupts in pg_cron launcher loop to avoid deadlock by AATTNgalstyan4 in #319 - Fixes possible overflow by AATTsminux in #326 - Log start & end time for all failed runs by AATTkketch in #324 - Replace MemoryContextResetAndDeleteChildren macro with MemoryContextReset for PG 17 compatibility by AATTesiaero in #332 - Fix compiler error on Illumos by AATTjapinli in #317
* Sat Oct 21 2023 Marcus Rueckert - update to 1.6.2 - Fixes off-by-1 issue in day of month
* Thu Sep 28 2023 Marcus Rueckert - update to 1.6.1 - Restart pg_cron scheduler when terminating the background worker by AATTmarcocitus in #286
* Mon Sep 04 2023 Marcus Rueckert - update to 1.6.0 - Test latest version instead of hardcoding 1.4 by AATTdf7cb in #268 - fix warning- \"declaration shadows a previous local\" by AATTsahemant in #275 - fix memory corruption bug of cron module by AATTzhjwpku in #271 - Convert K&R function definitions by AATTdf7cb in #281 - add possibility to schedule jobs on the last day of month by AATTzhjwpku in #273 - Overall on/off to launch active jobs by AATTbdrouvotAWS in #283
* Wed Apr 19 2023 Reinhard Max - PostgreSQL 10 is EOL.
* Sat Apr 08 2023 Marcus Rueckert - 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 - update to 1.5.1 - Fixes a bug that caused incorrect parsing of some crons schedules
* Tue Feb 07 2023 Marcus Rueckert - 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 AATTreboot 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 - enable pg 15
* Sun Jan 01 2023 Andrey Karepin - 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 - 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 - Add pg_cron-32bit-compat.patch: Fix build on archs where %ld does not equal to long long int (eg 32bit arches).