• Joined on 2026-03-13
wjones merged pull request wjones/pgsql-jellyfin#9 2026-07-08 12:15:55 -04:00
Development
wjones pushed to main at wjones/pgsql-jellyfin 2026-07-08 12:15:53 -04:00
39cc8697c7 Merge pull request 'Development' (#9) from development into main
d6cd89ecd0 feat: add directory checks for log and config directories in rebuild script
dce22a558f fix: remove unnecessary blank line before error logging in PostgresDatabaseProvider
1abf61a05f Add PostgresSubprocessException and refactor database initialization logic
4f651fc239 feat: enhance logging configuration with async file logging for SQL commands
Compare 8 commits »
wjones created pull request wjones/pgsql-jellyfin#9 2026-07-08 12:15:39 -04:00
Development
wjones pushed to development at wjones/pgsql-jellyfin 2026-07-08 12:14:52 -04:00
d6cd89ecd0 feat: add directory checks for log and config directories in rebuild script
wjones pushed to development at wjones/pgsql-jellyfin 2026-07-08 12:00:54 -04:00
dce22a558f fix: remove unnecessary blank line before error logging in PostgresDatabaseProvider
wjones pushed to development at wjones/pgsql-jellyfin 2026-07-08 11:53:53 -04:00
1abf61a05f Add PostgresSubprocessException and refactor database initialization logic
wjones pushed to development at wjones/pgsql-jellyfin 2026-07-07 17:26:36 -04:00
4f651fc239 feat: enhance logging configuration with async file logging for SQL commands
wjones pushed to development at wjones/pgsql-jellyfin 2026-07-07 11:31:52 -04:00
421a8cc092 fix: implement exponential backoff strategy for concurrency exceptions in SaveChangesAsync
wjones pushed to development at wjones/pgsql-jellyfin 2026-07-07 11:06:37 -04:00
9bcb8501ab Add scripts for PostgreSQL migration and SQLite removal; update project references
wjones pushed to development at wjones/pgsql-jellyfin 2026-07-07 09:28:47 -04:00
bf51bff748 feat: add conditional VACUUM ANALYZE support with thresholds to performance monitor script
8d3f014b29 fix: remove duplicate description for VACUUM ANALYZE in performance report script
c5c5937978 Update .gitignore and remove old weekly report files; enhance performance monitor script with VACUUM ANALYZE option
96150a54e3 Merge pull request 'feat: add conditional VACUUM ANALYZE support to weekly monitoring scripts' (#8) from wpjonesnh-dead-tuple-vacuum into main
Compare 9 commits »
wjones pushed to main at wjones/pgsql-jellyfin 2026-07-07 09:02:55 -04:00
8d3f014b29 fix: remove duplicate description for VACUUM ANALYZE in performance report script
c5c5937978 Update .gitignore and remove old weekly report files; enhance performance monitor script with VACUUM ANALYZE option
Compare 3 commits »
wjones pushed to main at wjones/pgsql-jellyfin 2026-07-07 08:34:22 -04:00
96150a54e3 Merge pull request 'feat: add conditional VACUUM ANALYZE support to weekly monitoring scripts' (#8) from wpjonesnh-dead-tuple-vacuum into main
81f8a702de feat: add conditional VACUUM ANALYZE support to weekly monitoring scripts
Compare 2 commits »
wjones merged pull request wjones/pgsql-jellyfin#8 2026-07-07 08:34:20 -04:00
feat: add conditional VACUUM ANALYZE support to weekly monitoring scripts
wjones created pull request wjones/pgsql-jellyfin#8 2026-07-07 08:34:15 -04:00
feat: add conditional VACUUM ANALYZE support to weekly monitoring scripts
wjones merged pull request wjones/pgsql-jellyfin#7 2026-07-07 08:33:51 -04:00
Development
wjones pushed to main at wjones/pgsql-jellyfin 2026-07-07 08:33:48 -04:00
aa0ad68251 Merge pull request 'Development' (#7) from development into main
b475a8264a feat: add PostgresPeriodicTuner for periodic database maintenance and optimize NoWarn settings
4a408dc625 Use execution strategy in UpdateInheritedValues
b2d7513cf2 updating sql file for database creation
315b7e0bd0 fix: ensure UTC date handling for Live TV extras in database insert
Compare 10 commits »
wjones created pull request wjones/pgsql-jellyfin#7 2026-07-07 08:33:35 -04:00
Development
wjones pushed to wpjonesnh-dead-tuple-vacuum at wjones/pgsql-jellyfin 2026-07-07 08:32:05 -04:00
81f8a702de feat: add conditional VACUUM ANALYZE support to weekly monitoring scripts
wjones created branch wpjonesnh-dead-tuple-vacuum in wjones/pgsql-jellyfin 2026-07-07 08:32:05 -04:00
wjones pushed to development at wjones/pgsql-jellyfin 2026-07-07 08:29:56 -04:00
b475a8264a feat: add PostgresPeriodicTuner for periodic database maintenance and optimize NoWarn settings