summaryrefslogtreecommitdiff
path: root/src/tools/valgrind.supp
AgeCommit message (Expand)Author
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