postgresql/src/backend
Tom Lane 0c90442355 Reset all database-level stats in pgstat_recv_resetcounter().
We were failing to zero out some pg_stat_database counters that have
been added since the initial pgstats coding.  This is a bug, but not
back-patching the fix since changing this behavior in a minor release
seems a cure worse than the disease.

Report and patch by Tomas Vondra.
2010-12-12 15:09:53 -05:00
..
access Use symbolic names not octal constants for file permission flags. 2010-12-10 17:35:33 -05:00
bootstrap Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
catalog Object access hook framework, with post-creation hook. 2010-11-25 11:50:13 -05:00
commands Use symbolic names not octal constants for file permission flags. 2010-12-10 17:35:33 -05:00
executor Create core infrastructure for KNNGIST. 2010-12-02 20:51:37 -05:00
foreign Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
lib Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
libpq Use symbolic names not octal constants for file permission flags. 2010-12-10 17:35:33 -05:00
main Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
nodes Add a stack overflow check to copyObject(). 2010-12-06 22:55:43 -05:00
optimizer Reduce memory consumption inside inheritance_planner(). 2010-12-05 15:10:28 -05:00
parser Add more ALTER <object> .. SET SCHEMA commands. 2010-11-26 17:31:54 -05:00
po Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
port Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
postmaster Reset all database-level stats in pgstat_recv_resetcounter(). 2010-12-12 15:09:53 -05:00
regex Fix comparisons of pointers with zero to compare with NULL instead. 2010-10-29 15:51:52 -04:00
replication Allow bidirectional copy messages in streaming replication mode. 2010-12-11 09:27:37 -05:00
rewrite Object access hook framework, with post-creation hook. 2010-11-25 11:50:13 -05:00
snowball Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
storage Use symbolic names not octal constants for file permission flags. 2010-12-10 17:35:33 -05:00
tcop Add more ALTER <object> .. SET SCHEMA commands. 2010-11-26 17:31:54 -05:00
tsearch Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
utils Fix efficiency problems in tuplestore_trim(). 2010-12-10 11:33:38 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
Makefile Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
common.mk Improved parallel make support 2010-11-12 22:15:16 +02:00
nls.mk Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00