summaryrefslogtreecommitdiff
path: root/src/include/pgstat.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Adjust pgstat message definitions so that the target message size isTom Lane2004-06-261-144/+95
* Arrange to explicitly stop the pgstat processes at the same time weTom Lane2004-06-141-9/+2
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-291-2/+1
* Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane2004-05-281-26/+7
* Corrects a typo, introduces missing variables, and rearranges theBruce Momjian2004-03-091-1/+4
* Fix sizeof(Oid) in PGSTAT_NUM_TABPURGE. (Actually done in previous commit.)Bruce Momjian2004-03-021-3/+2
* Add missing checks for Borland C compiler.Bruce Momjian2004-03-021-2/+2
* Continued rearrangement to permit pgstat + BootstrapMain processes to beBruce Momjian2003-12-251-1/+24
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* pgindent run.Bruce Momjian2003-08-041-2/+2
* Put back encoding-conversion step in processing of incoming queries;Tom Lane2003-04-271-2/+2
* Tweak stats collector start logic so that we will not try to spawn aTom Lane2003-04-261-11/+21
* Add start time to pg_stat_activityBruce Momjian2003-03-201-1/+5
* Move new typedef AclId into c.h, so as to avoid cluttering namespaceTom Lane2003-01-091-3/+1
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-051-2/+4
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-129/+128
* Fix getopt-vs-init_ps_display problem by copying original argv[] info,Tom Lane2001-10-211-2/+2
* Put pgstat internal files into $PGDATA/global.Peter Eisentraut2001-09-031-3/+3
* Endeavor to make pgstats buffer process (a) safe and (b) useful.Tom Lane2001-08-051-9/+7
* Fix handling of SIGCHLD, per recent pghackers discussion: on someTom Lane2001-08-041-2/+2
* Added GUC configuration options to control access statistics.Jan Wieck2001-07-051-16/+26
* gcc did not like new pg_stat macros, for good and sufficient reason.Tom Lane2001-06-291-43/+65
* Turned high-frequently called pgstat functions into macrosJan Wieck2001-06-291-17/+60
* The new files for statistical system views.Jan Wieck2001-06-221-0/+380