postgresql/src
Robert Haas b6fb6471f6 Add a generic command progress reporting facility.
Using this facility, any utility command can report the target relation
upon which it is operating, if there is one, and up to 10 64-bit
counters; the intent of this is that users should be able to figure out
what a utility command is doing without having to resort to ugly hacks
like attaching strace to a backend.

As a demonstration, this adds very crude reporting to lazy vacuum; we
just report the target relation and nothing else.  A forthcoming patch
will make VACUUM report a bunch of additional data that will make this
much more interesting.  But this gets the basic framework in place.

Vinayak Pokale, Rahila Syed, Amit Langote, Robert Haas, reviewed by
Kyotaro Horiguchi, Jim Nasby, Thom Brown, Masahiko Sawada, Fujii Masao,
and Masanori Oyama.
2016-03-09 12:08:58 -05:00
..
backend Add a generic command progress reporting facility. 2016-03-09 12:08:58 -05:00
bin Handle invalid libpq sockets in more places 2016-03-08 21:10:33 -05:00
common Make get_controlfile() error logging consistent with src/common 2016-03-07 15:14:20 -08:00
include Add a generic command progress reporting facility. 2016-03-09 12:08:58 -05:00
interfaces Handle invalid libpq sockets in more places 2016-03-08 21:10:33 -05:00
makefiles
pl plperl: Correctly handle empty arrays in plperl_ref_from_pg_array. 2016-03-08 13:42:57 -08:00
port Suppress GCC 6 warning about self-comparison 2016-03-08 19:41:51 -05:00
template
test Handle invalid libpq sockets in more places 2016-03-08 21:10:33 -05:00
timezone
tools Add valgrind suppressions for python code. 2016-03-08 19:40:58 -08:00
tutorial
.gitignore
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib
nls-global.mk
win32.mak