]> granicus.if.org Git - postgresql/history - src/include/pgstat.h
Complete the following TODO items:
[postgresql] / src / include / pgstat.h
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.