| Age | Commit message (Expand) | Author |
| 2010-01-31 | Make checks for invalid pgStatSock use PGINVALID_SOCKET | Magnus Hagander |
| 2010-01-28 | Add functions to reset the statistics counter for a single table/index or | Magnus Hagander |
| 2010-01-19 | Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide shared | Magnus Hagander |
| 2010-01-10 | Create typedef pgsocket for storing socket descriptors. | Magnus Hagander |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2009-12-30 | Revise pgstat's tracking of tuple changes to improve the reliability of | Tom Lane |
| 2009-12-27 | Avoid memory leak if pgstat_vacuum_stat is interrupted partway through. | Tom Lane |
| 2009-11-28 | Add support for an application_name parameter, which is displayed in | Tom Lane |
| 2009-10-02 | Fix an oversight in an 8.3-era patch: pgstat_initstats should allow stats | Tom Lane |
| 2009-09-04 | Remove pgstat's discrimination against MsgVacuum and MsgAnalyze messages. | Tom Lane |
| 2009-08-12 | Allow backends to start up without use of the flat-file copy of pg_database. | Tom Lane |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-06-06 | Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat sane | Tom Lane |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-12-17 | Don't reset pg_class.reltuples and relpages in VACUUM, if any pages were | Heikki Linnakangas |
| 2008-12-08 | Teach pgstat_vacuum_stat to not bother scanning pg_proc in the common case | Tom Lane |
| 2008-11-04 | Fix compiler warning about uninitialized variable | Peter Eisentraut |
| 2008-11-03 | Reduce the acceptable staleness of pgstat data for autovacuum, per the | Alvaro Herrera |
| 2008-11-03 | Change the pgstat logic so that the stats collector writes the stats file only | Tom Lane |
| 2008-08-25 | Unconditionally write the statsfile when SIGHUP is received, to minimize | Magnus Hagander |
| 2008-08-25 | Make stats_temp_directory PGC_SIGHUP, and document how it may cause a temporary | Magnus Hagander |
| 2008-08-15 | Make the temporary directory for pgstat files configurable by the GUC | Magnus Hagander |
| 2008-08-05 | Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp. | Magnus Hagander |
| 2008-08-01 | Add a few more DTrace probes to the backend. | Alvaro Herrera |
| 2008-06-30 | Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_activity_query_size. | Heikki Linnakangas |
| 2008-06-19 | Improve our #include situation by moving pointer types away from the | Alvaro Herrera |
| 2008-05-15 | Add support for tracking call counts and elapsed runtime for user-defined | Tom Lane |
| 2008-04-03 | Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerly | Tom Lane |
| 2008-03-26 | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera |
| 2008-03-24 | Adjust the recent patch for reporting of deadlocked queries so that we report | Tom Lane |
| 2008-03-21 | Report the current queries of all backends involved in a deadlock | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-11-15 | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-09-25 | Just-in-time background writing strategy. This code avoids re-scanning | Tom Lane |
| 2007-09-24 | Simplify and rename some GUC variables, per various recent discussions: | Tom Lane |
| 2007-09-20 | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane |
| 2007-09-11 | Rename recently-added pg_stat_activity column from txn_start to xact_start, | Tom Lane |
| 2007-08-02 | Move session_start out of MyProcPort stucture and make it a global called MyS... | Andrew Dunstan |
| 2007-07-08 | Remove the pgstat_drop_relation() call from smgr_internal_unlink(), because | Tom Lane |
| 2007-06-28 | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane |
| 2007-06-07 | Avoid losing track of data for shared tables in pgstats. Report by Michael | Alvaro Herrera |
| 2007-05-27 | Ooops, I was too busy worrying about getting the transactional infrastructure | Tom Lane |
| 2007-05-27 | pgstat's on-proc-exit hook has to execute after the last transaction commit | Tom Lane |
| 2007-05-27 | Fix up pgstats counting of live and dead tuples to recognize that committed | Tom Lane |
| 2007-04-30 | Fix oversight in my patch of yesterday: forgot to ensure that stats would | Tom Lane |
| 2007-04-30 | Implement rate-limiting logic on how often backends will attempt to send | Tom Lane |
| 2007-04-21 | Adjust pgstat_initstats() to avoid repeated searches of the TabStat arrays | Tom Lane |
| 2007-03-30 | Add some instrumentation to the bgwriter, through the stats collector. | Magnus Hagander |
| 2007-03-28 | Add the "recheck" logic to autovacuum worker code. The worker first builds | Alvaro Herrera |