SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for postgresql16-pg_cron-1.6.4-54.2.x86_64.rpm :

* 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).
* Thu Dec 02 2021 Marcus Rueckert - fix postgresql_has_llvm usage
* Tue Nov 30 2021 Marcus Rueckert - switch to %{pg_name}-llvmjit-devel
* Sun Nov 14 2021 Marcus Rueckert - port to postgresql macros
* Sun Sep 26 2021 Andrey Karepin - update to 1.4.1
* Fixes PostgreSQL 11- support
* Sat Sep 18 2021 Andrey Karepin - 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 AATTmrdrivingduck
* PostgreSQL 14 is supported (no changes were needed)
* Wed Jun 30 2021 Dominique Leuenberger - 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 - update to 1.3.1
* Fixes a memory leak
 
ICM