summaryrefslogtreecommitdiff
path: root/src/include/pgstat.h
AgeCommit message (Expand)Author
2007-09-11Rename recently-added pg_stat_activity column from txn_start to xact_start,Tom Lane
2007-07-08Remove the pgstat_drop_relation() call from smgr_internal_unlink(), becauseTom Lane
2007-06-28Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane
2007-06-09Teach heapam code to know the difference between a real seqscan and theTom Lane
2007-05-27Ooops, I was too busy worrying about getting the transactional infrastructureTom Lane
2007-05-27pgstat's on-proc-exit hook has to execute after the last transaction commitTom Lane
2007-05-27Fix up pgstats counting of live and dead tuples to recognize that committedTom Lane
2007-04-30Fix oversight in my patch of yesterday: forgot to ensure that stats wouldTom Lane
2007-03-30Add some instrumentation to the bgwriter, through the stats collector.Magnus Hagander
2007-03-22Allow the pgstat process to restart immediately after a receivingBruce Momjian
2007-03-16Add new columns for tuple statistics on a database level toMagnus Hagander
2007-02-09Call pgstat_drop_database during DROP DATABASE, so that any stats fileTom Lane
2007-02-07Add a function pg_stat_clear_snapshot() that discards any statistics snapshotTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-12-06Add a txn_start column to pg_stat_activity. This makes it easier toNeil Conway
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-08-19Add a 'waiting' column to pg_stat_activity to carry the same informationTom Lane
2006-06-29Remove the separate 'stats buffer' process, letting backend stats messagesTom Lane
2006-06-19Take the statistics collector out of the loop for monitoring backends'Tom Lane
2006-05-30Patch reverted because of random buildfarm failures:Bruce Momjian
2006-05-19Add last-vacuum/analyze-time columns to the stats collector, both manual andAlvaro Herrera
2006-04-27Delay write of pg_stats file to once every five minutes, duringBruce Momjian
2006-04-06Remove the pgstats logic for delaying destruction of stats table entries.Tom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-01-18Modify pgstats code to reduce performance penalties from oversized stats dataTom Lane
2005-12-31Rename variable to cmd_str.Bruce Momjian
2005-12-31Rename variable 'what' to 'stat_msg'.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-06Revise pgstats stuff to fix the problems with not counting accessesTom Lane
2005-08-15Allow the pgstat views to show toast tables as well as regular tablesTom Lane
2005-08-11Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane
2005-07-29Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane
2005-07-14Integrate autovacuum functionality into the backend. There's still aTom Lane
2005-06-29Clean up the rather historically encumbered interface to now() andTom Lane
2005-06-28Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane
2005-06-25Fix a couple of items that should be declared Oid not int. PurelyTom Lane
2005-05-11This patch reduces the size of the message header used by statisticsNeil Conway
2005-05-09Complete the following TODO items:Neil Conway
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-06-26Adjust pgstat message definitions so that the target message size isTom Lane
2004-06-14Arrange to explicitly stop the pgstat processes at the same time weTom Lane
2004-05-29Separate out bgwriter code into a logically separate module, ratherTom Lane
2004-05-28Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane
2004-03-09Corrects a typo, introduces missing variables, and rearranges theBruce Momjian
2004-03-02Fix sizeof(Oid) in PGSTAT_NUM_TABPURGE. (Actually done in previous commit.)Bruce Momjian
2004-03-02Add missing checks for Borland C compiler.Bruce Momjian
2003-12-25Continued rearrangement to permit pgstat + BootstrapMain processes to beBruce Momjian
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-08-04pgindent run.Bruce Momjian