summaryrefslogtreecommitdiff
path: root/src/include/pgstat.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for tracking call counts and elapsed runtime for user-definedTom Lane2008-05-151-6/+132
* Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerlyTom Lane2008-04-031-2/+2
* Adjust the recent patch for reporting of deadlocked queries so that we reportTom Lane2008-03-241-2/+2
* Report the current queries of all backends involved in a deadlockTom Lane2008-03-211-1/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-6/+6
* pgindent run for 8.3.Bruce Momjian2007-11-151-33/+34
* Just-in-time background writing strategy. This code avoids re-scanningTom Lane2007-09-251-1/+5
* Simplify and rename some GUC variables, per various recent discussions:Tom Lane2007-09-241-34/+31
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-201-5/+8
* Rename recently-added pg_stat_activity column from txn_start to xact_start,Tom Lane2007-09-111-3/+3
* Remove the pgstat_drop_relation() call from smgr_internal_unlink(), becauseTom Lane2007-07-081-2/+1
* Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane2007-06-281-9/+5
* Teach heapam code to know the difference between a real seqscan and theTom Lane2007-06-091-7/+1
* Ooops, I was too busy worrying about getting the transactional infrastructureTom Lane2007-05-271-1/+2
* pgstat's on-proc-exit hook has to execute after the last transaction commitTom Lane2007-05-271-1/+3
* Fix up pgstats counting of live and dead tuples to recognize that committedTom Lane2007-05-271-76/+130
* Fix oversight in my patch of yesterday: forgot to ensure that stats wouldTom Lane2007-04-301-2/+2
* Add some instrumentation to the bgwriter, through the stats collector.Magnus Hagander2007-03-301-2/+39
* Allow the pgstat process to restart immediately after a receivingBruce Momjian2007-03-221-2/+2
* Add new columns for tuple statistics on a database level toMagnus Hagander2007-03-161-1/+6
* Call pgstat_drop_database during DROP DATABASE, so that any stats fileTom Lane2007-02-091-1/+2
* Add a function pg_stat_clear_snapshot() that discards any statistics snapshotTom Lane2007-02-071-1/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Add a txn_start column to pg_stat_activity. This makes it easier toNeil Conway2006-12-061-2/+4
* pgindent run for 8.2.Bruce Momjian2006-10-041-9/+9
* Add a 'waiting' column to pg_stat_activity to carry the same informationTom Lane2006-08-191-1/+5
* Remove the separate 'stats buffer' process, letting backend stats messagesTom Lane2006-06-291-2/+1
* 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