postgresql/src/bin
Peter Eisentraut 7798147a76 Expand test coverage support to entire tree
Test coverage support now covers the entire source tree, including
contrib, instead of just src/backend.  In a related but independent
development, the commands make coverage and make coverage-html can be run
in any directory.

This turned out to be much easier than feared.  Besides a few ad hoc fixes
to pass the make target down the tree, change all affected makefiles to
list their directories in the SUBDIRS variable, changed from variants like
DIRS and WANTED_DIRS.  MSVC build fix was attempted as well.
2009-08-07 20:50:22 +00:00
..
initdb Translation updates for 8.4 release. 2009-06-26 19:33:52 +00:00
pg_config Translation updates for 8.4 release. 2009-06-26 19:33:52 +00:00
pg_controldata Translation updates for 8.4 release. 2009-06-26 19:33:52 +00:00
pg_ctl Translation updates for 8.4 release. 2009-06-26 19:33:52 +00:00
pg_dump Fix pg_dump to do the right thing when escaping the contents of large objects. 2009-08-04 21:56:09 +00:00
pg_resetxlog Translation updates for 8.4 release. 2009-06-26 19:33:52 +00:00
pgevent 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
psql Try to defend against the possibility that libpq is still in COPY_IN state 2009-08-07 20:16:11 +00:00
scripts Translation updates for 8.4 release. 2009-06-26 19:33:52 +00:00
Makefile Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00