summaryrefslogtreecommitdiff
path: root/src/include/pgstat.h
Commit message (Expand)AuthorAgeFilesLines
* Take the statistics collector out of the loop for monitoring backends'Tom Lane2006-06-191-142/+124
* Patch reverted because of random buildfarm failures:Bruce Momjian2006-05-301-12/+2
* Add last-vacuum/analyze-time columns to the stats collector, both manual andAlvaro Herrera2006-05-191-1/+9
* Delay write of pg_stats file to once every five minutes, duringBruce Momjian2006-04-271-2/+12
* Remove the pgstats logic for delaying destruction of stats table entries.Tom Lane2006-04-061-22/+5
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Modify pgstats code to reduce performance penalties from oversized stats dataTom Lane2006-01-181-9/+21
* Rename variable to cmd_str.Bruce Momjian2005-12-311-2/+2
* Rename variable 'what' to 'stat_msg'.Bruce Momjian2005-12-311-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-24/+23
* Revise pgstats stuff to fix the problems with not counting accessesTom Lane2005-10-061-36/+37
* Allow the pgstat views to show toast tables as well as regular tablesTom Lane2005-08-151-2/+2
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-111-1/+2
* Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane2005-07-291-5/+6
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-141-10/+75
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-291-6/+4
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-2/+2
* Fix a couple of items that should be declared Oid not int. PurelyTom Lane2005-06-251-2/+2
* This patch reduces the size of the message header used by statisticsNeil Conway2005-05-111-9/+20
* Complete the following TODO items:Neil Conway2005-05-091-2/+6
* Update copyrights that were missed.Bruce Momjian2005-01-011-2/+2
* 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