summaryrefslogtreecommitdiff
path: root/src/tools/valgrind.supp
AgeCommit message (Expand)Author
2025-07-01Silence valgrind about pg_numa_touch_mem_if_requiredTomas Vondra
2022-10-17Record dependencies of a cast on other casts that it requires.Tom Lane
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2020-06-09Avoid need for valgrind suppressions for pg_atomic_init_u64 on some platforms.Andres Freund
2020-06-06Refresh function name in CRC-associated Valgrind suppressions.Noah Misch
2019-01-19Revert "Add valgrind suppressions for wcsrtombs optimizations"Tomas Vondra
2018-11-17Add valgrind suppressions for wcsrtombs optimizationsTomas Vondra
2018-11-08Adjust valgrind fix in commit 517b0d0b5fAndrew Dunstan
2018-11-07Quiet valgrind complaints following pread/pwrite changesAndrew Dunstan
2016-04-02Copyedit comments and documentation.Noah Misch
2016-03-09Add valgrind suppressions for python code.Andres Freund
2016-03-09Add valgrind suppressions for bootstrap related code.Andres Freund
2015-03-15Adjust valgrind suppressions wrt 025c02420.Andres Freund
2014-12-18Adjust valgrind suppression to the changes in 2c03216d8311.Andres Freund
2014-11-14Add valgrind suppression for pg_atomic_init_u64.Andres Freund
2014-11-13Adapt valgrind.supp to the XLogInsert() split.Andres Freund
2014-09-01Add valgrind suppression for padding bytes in twophase records.Andres Freund
2014-05-13Add Valgrind suppression for reorderbuffer padding bytes.Noah Misch
2013-10-29Prevent using strncpy with src == dest in TupleDescInitEntry.Tom Lane
2013-06-27Cooperate with the Valgrind instrumentation framework.Noah Misch