| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| noisia_0.3.0_checksums.txt | 2026-06-29 | 288 Bytes | |
| noisia_0.3.0_linux_amd64.deb | 2026-06-29 | 8.2 MB | |
| noisia_0.3.0_linux_amd64.rpm | 2026-06-29 | 8.2 MB | |
| noisia_0.3.0_linux_amd64.tar.gz | 2026-06-29 | 8.3 MB | |
| README.md | 2026-06-29 | 2.0 kB | |
| v0.3.0 source code.tar.gz | 2026-06-29 | 203.7 kB | |
| v0.3.0 source code.zip | 2026-06-29 | 262.5 kB | |
| Totals: 7 Items | 25.2 MB | 0 | |
Changelog
- [74899c] Add backend-killer workload (OOM via prepared-statement leak) (#12)
- [25a7e6] Add slot-bloat workload (stuck replication slot → disk full) (#13)
- [8a9407] Harden slot-bloat tests + extract README demo guides (#14)
- [1c889f] Merge pull request [#20] from lesovsky/feature/backend-killer-execute
- [46326c] docs: defer subxact-overflow (SLRU) — version-dependent, not planned
- [d5be67] docs: finalize bloat-churn — project-knowledge updates (architecture, patterns, ADR-008-2 payload rule)
- [3db7be] docs: fix stale zero-filled payload comment in bloatchurn
- [8310d3] docs: mark bloat-churn implemented in BACKLOG
- [463f90] docs: task 04 — bloat-churn README entry + demo-guide
- [1332c1] feat: EXECUTE each prepared statement in backend-killer to cache the generic plan
- [216972] feat: checkpoint-storm workload (forced CHECKPOINT → IO sawtooth) (#18)
- [f3b436] feat: hot-row-contention workload (CPU contention generator) (#16)
- [186ede] feat: seqscan-storm workload (forced Seq Scan → CPU saturation) (#17)
- [13a6dd] feat: task 01 — bloatchurn package core + unit tests
- [9f4044] feat: task 02 — cmd wiring for bloat-churn flags
- [e6df19] feat: wal-flood workload (WAL flood → replication lag → disk-full) (#15)
- [7d3476] feat: xmin-horizon-holder workload (frozen xmin horizon → autovacuum can't reclaim) (#19)
- [c87122] fix: address review round 2 for task 01
- [54bf35] fix: checkpoint-storm inline payload so seed reaches table-size (was TOASTed away)
- [1222db] fix: incompressible payload in wal-flood and slot-bloat so real WAL matches payload-written
- [4376e7] fix: seed inline payload so table-size maps to heap (was TOASTed away)
- [baca47] merge: feature/bloat-churn into master
- [b39a73] test: add TOAST-mode seed-size regression guard for incompressible payload
- [ea79dd] test: add TOAST-mode total-size regression guard for checkpoint-storm payload
- [333919] test: address review round 2 for task 03
- [d155b9] test: task 03 — bloatchurn integration tests