aboutsummaryrefslogtreecommitdiff
path: root/src/include/pgstat.h
Commit message (Expand)AuthorAge
* Modify pgstats code to reduce performance penalties from oversized stats dataTom Lane2006-01-18
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Revise pgstats stuff to fix the problems with not counting accessesTom Lane2005-10-06
* Allow the pgstat views to show toast tables as well as regular tablesTom Lane2005-08-15
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-11
* Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane2005-07-29
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-14
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-29
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Fix a couple of items that should be declared Oid not int. PurelyTom Lane2005-06-25
* This patch reduces the size of the message header used by statisticsNeil Conway2005-05-11
* Complete the following TODO items:Neil Conway2005-05-09
* Update copyrights that were missed.Bruce Momjian2005-01-01
* Update copyright to 2004.Bruce Momjian2004-08-29
* Adjust pgstat message definitions so that the target message size isTom Lane2004-06-26
* Arrange to explicitly stop the pgstat processes at the same time weTom Lane2004-06-14
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-29
* Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane2004-05-28
* Corrects a typo, introduces missing variables, and rearranges theBruce Momjian2004-03-09
* Fix sizeof(Oid) in PGSTAT_NUM_TABPURGE. (Actually done in previous commit.)Bruce Momjian2004-03-02
* Add missing checks for Borland C compiler.Bruce Momjian2004-03-02
* Continued rearrangement to permit pgstat + BootstrapMain processes to beBruce Momjian2003-12-25
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* pgindent run.Bruce Momjian2003-08-04
* Put back encoding-conversion step in processing of incoming queries;Tom Lane2003-04-27
* Tweak stats collector start logic so that we will not try to spawn aTom Lane2003-04-26
* Add start time to pg_stat_activityBruce Momjian2003-03-20
* Move new typedef AclId into c.h, so as to avoid cluttering namespaceTom Lane2003-01-09
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-05
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Fix getopt-vs-init_ps_display problem by copying original argv[] info,Tom Lane2001-10-21
* Put pgstat internal files into $PGDATA/global.Peter Eisentraut2001-09-03
* Endeavor to make pgstats buffer process (a) safe and (b) useful.Tom Lane2001-08-05
* Fix handling of SIGCHLD, per recent pghackers discussion: on someTom Lane2001-08-04
* Added GUC configuration options to control access statistics.Jan Wieck2001-07-05
* gcc did not like new pg_stat macros, for good and sufficient reason.Tom Lane2001-06-29
* Turned high-frequently called pgstat functions into macrosJan Wieck2001-06-29
* The new files for statistical system views.Jan Wieck2001-06-22