postgresql/src/tools
Noah Misch 19085116ee Cooperate with the Valgrind instrumentation framework.
Valgrind "client requests" in aset.c and mcxt.c teach Valgrind and its
Memcheck tool about the PostgreSQL allocator.  This makes Valgrind
roughly as sensitive to memory errors involving palloc chunks as it is
to memory errors involving malloc chunks.  Further client requests in
PageAddItem() and printtup() verify that all bits being added to a
buffer page or furnished to an output function are predictably-defined.
Those tests catch failures of C-language functions to fully initialize
the bits of a Datum, which in turn stymie optimizations that rely on
_equalConst().  Define the USE_VALGRIND symbol in pg_config_manual.h to
enable these additions.  An included "suppression file" silences nominal
errors we don't plan to fix.

Reviewed in earlier versions by Peter Geoghegan and Korry Douglas.
2013-06-26 20:22:25 -04:00
..
editors Add Perl emacs formatting macros to src/tools/editors/emacs.samples. 2012-08-30 21:40:31 -04:00
entab Modernize entab source code 2013-06-19 12:31:26 -04:00
findoidjoins Update copyrights for 2013 2013-01-01 17:15:01 -05:00
ifaddrs Update copyrights for 2013 2013-01-01 17:15:01 -05:00
make_diff Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
msvc Stamp shared-library minor version numbers for 9.4. 2013-06-14 14:49:46 -04:00
pginclude pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
pgindent Minor spelling fixes 2013-06-01 10:18:59 -04:00
ccsym Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
check_bison_recursion.pl Update copyrights for 2013 2013-01-01 17:15:01 -05:00
codelines Fix remaining stray references to CVS. 2010-09-22 19:51:39 -04:00
copyright.pl pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
FAQ2txt Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
find_badmacros Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
find_static Adjust find_status for newer Linux 'nm' output format. 2012-11-13 21:08:07 -05:00
find_typedef Remove BSD/OS (BSDi) port. There are no known users upgrading to 2012-05-03 10:58:44 -04:00
git-external-diff Add comment to tools/git-external-diff. 2011-03-11 05:06:31 -05:00
git_changelog Stamp HEAD as 9.4devel. 2013-06-14 14:41:28 -04:00
make_ctags Mention original ctags option name. 2012-02-24 16:19:18 -05:00
make_etags Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
make_mkid Add another pgdefine path check, and a cvs-git change. 2011-08-26 21:52:35 -04:00
pgtest Adjust pgtest coding to be less complex. 2012-08-10 16:46:02 -04:00
RELEASE_CHANGES Update RELEASE_CHANGES to describe library version bumping more fully. 2013-06-14 14:53:23 -04:00
valgrind.supp Cooperate with the Valgrind instrumentation framework. 2013-06-26 20:22:25 -04:00
version_stamp.pl Stamp HEAD as 9.4devel. 2013-06-14 14:41:28 -04:00
win32tzlist.pl Update copyrights for 2013 2013-01-01 17:15:01 -05:00