aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/pgstat.c
Commit message (Expand)AuthorAge
* Fix an oversight in an 8.3-era patch: pgstat_initstats should allow statsTom Lane2009-10-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat saneTom Lane2009-06-06
* Update copyright for 2009.Bruce Momjian2009-01-01
* Don't reset pg_class.reltuples and relpages in VACUUM, if any pages wereHeikki Linnakangas2008-12-17
* Teach pgstat_vacuum_stat to not bother scanning pg_proc in the common caseTom Lane2008-12-08
* Fix compiler warning about uninitialized variablePeter Eisentraut2008-11-04
* Reduce the acceptable staleness of pgstat data for autovacuum, per theAlvaro Herrera2008-11-03
* Change the pgstat logic so that the stats collector writes the stats file onlyTom Lane2008-11-03
* Unconditionally write the statsfile when SIGHUP is received, to minimizeMagnus Hagander2008-08-25
* Make stats_temp_directory PGC_SIGHUP, and document how it may cause a temporaryMagnus Hagander2008-08-25
* Make the temporary directory for pgstat files configurable by the GUCMagnus Hagander2008-08-15
* Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp.Magnus Hagander2008-08-05
* Add a few more DTrace probes to the backend.Alvaro Herrera2008-08-01
* Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_activity_query_size.Heikki Linnakangas2008-06-30
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Add support for tracking call counts and elapsed runtime for user-definedTom Lane2008-05-15
* Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerlyTom Lane2008-04-03
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-26
* Adjust the recent patch for reporting of deadlocked queries so that we reportTom Lane2008-03-24
* Report the current queries of all backends involved in a deadlockTom Lane2008-03-21
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Just-in-time background writing strategy. This code avoids re-scanningTom Lane2007-09-25
* Simplify and rename some GUC variables, per various recent discussions:Tom Lane2007-09-24
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* Rename recently-added pg_stat_activity column from txn_start to xact_start,Tom Lane2007-09-11
* Move session_start out of MyProcPort stucture and make it a global called MyS...Andrew Dunstan2007-08-02
* Remove the pgstat_drop_relation() call from smgr_internal_unlink(), becauseTom Lane2007-07-08
* Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane2007-06-28
* Avoid losing track of data for shared tables in pgstats. Report by MichaelAlvaro Herrera2007-06-07
* Ooops, I was too busy worrying about getting the transactional infrastructureTom Lane2007-05-27
* pgstat's on-proc-exit hook has to execute after the last transaction commitTom Lane2007-05-27
* Fix up pgstats counting of live and dead tuples to recognize that committedTom Lane2007-05-27
* Fix oversight in my patch of yesterday: forgot to ensure that stats wouldTom Lane2007-04-30
* Implement rate-limiting logic on how often backends will attempt to sendTom Lane2007-04-30
* Adjust pgstat_initstats() to avoid repeated searches of the TabStat arraysTom Lane2007-04-21
* Add some instrumentation to the bgwriter, through the stats collector.Magnus Hagander2007-03-30
* Add the "recheck" logic to autovacuum worker code. The worker first buildsAlvaro Herrera2007-03-28
* Allow the pgstat process to restart immediately after a receivingBruce Momjian2007-03-22
* Add new columns for tuple statistics on a database level toMagnus Hagander2007-03-16
* Fix miscalculation of stats collector's write delay, introduced in revision 1...Tom Lane2007-03-01
* Restructure autovacuum in two processes: a dummy process, which runsAlvaro Herrera2007-02-15
* Call pgstat_drop_database during DROP DATABASE, so that any stats fileTom Lane2007-02-09
* Add a function pg_stat_clear_snapshot() that discards any statistics snapshotTom Lane2007-02-07
* On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait forTom Lane2007-01-26
* Fix a performance problem in databases with large numbers of tablesTom Lane2007-01-11
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Add a txn_start column to pg_stat_activity. This makes it easier toNeil Conway2006-12-06