]> granicus.if.org Git - postgresql/history - src/include/pgstat.h
Remove the pgstats logic for delaying destruction of stats table entries.
[postgresql] / src / include / pgstat.h
2006-04-06 Tom LaneRemove the pgstats logic for delaying destruction of...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-18 Tom LaneModify pgstats code to reduce performance penalties...
2005-12-31 Bruce MomjianRename variable to cmd_str.
2005-12-31 Bruce MomjianRename variable 'what' to 'stat_msg'.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-06 Tom LaneRevise pgstats stuff to fix the problems with not count...
2005-08-15 Tom LaneAllow the pgstat views to show toast tables as well...
2005-08-11 Tom LaneAutovacuum loose end mop-up. Provide autovacuum-specif...
2005-07-29 Tom LaneClean up a number of autovacuum loose ends. Make the...
2005-07-14 Tom LaneIntegrate autovacuum functionality into the backend...
2005-06-29 Tom LaneClean up the rather historically encumbered interface...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-25 Tom LaneFix a couple of items that should be declared Oid not...
2005-05-11 Neil ConwayThis patch reduces the size of the message header used...
2005-05-09 Neil ConwayComplete the following TODO items:
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-26 Tom LaneAdjust pgstat message definitions so that the target...
2004-06-14 Tom LaneArrange to explicitly stop the pgstat processes at...
2004-05-29 Tom LaneSeparate out bgwriter code into a logically separate...
2004-05-28 Tom LaneCode review for EXEC_BACKEND changes. Reduce the numbe...
2004-03-09 Bruce MomjianCorrects a typo, introduces missing variables, and...
2004-03-02 Bruce MomjianFix sizeof(Oid) in PGSTAT_NUM_TABPURGE. (Actually...
2004-03-02 Bruce MomjianAdd missing checks for Borland C compiler.
2003-12-25 Bruce MomjianContinued rearrangement to permit pgstat + BootstrapMai...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce Momjianpgindent run.
2003-04-27 Tom LanePut back encoding-conversion step in processing of...
2003-04-26 Tom LaneTweak stats collector start logic so that we will not...
2003-03-20 Bruce MomjianAdd start time to pg_stat_activity
2003-01-09 Tom LaneMove new typedef AclId into c.h, so as to avoid clutter...
2002-12-05 Bruce MomjianMore cleanup of userid to be AclId rather than Oid.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-21 Tom LaneFix getopt-vs-init_ps_display problem by copying origin...
2001-09-03 Peter EisentrautPut pgstat internal files into $PGDATA/global.
2001-08-05 Tom LaneEndeavor to make pgstats buffer process (a) safe and...
2001-08-04 Tom LaneFix handling of SIGCHLD, per recent pghackers discussio...
2001-07-05 Jan WieckAdded GUC configuration options to control access stati...
2001-06-29 Tom Lanegcc did not like new pg_stat macros, for good and suffi...
2001-06-29 Jan WieckTurned high-frequently called pgstat functions into...
2001-06-22 Jan WieckThe new files for statistical system views.