aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/pgstat.c
Commit message (Expand)AuthorAge
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* In COPY, insert tuples to the heap in batches.Heikki Linnakangas2011-11-09
* Code review for pgstat_get_crashed_backend_activity patch.Tom Lane2011-10-21
* Try to log current the query string when a backend crashes.Robert Haas2011-10-21
* Suppress -Wunused-result warnings about write() and fwrite().Tom Lane2011-10-18
* Remove debug logging for pgstat wait timeout.Tom Lane2011-09-16
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Add a bit of debug logging to backend_read_statsfile().Tom Lane2011-08-10
* Introduce a pipe between postmaster and each backend, which can be used toHeikki Linnakangas2011-07-08
* Fix VACUUM so that it always updates pg_class.reltuples/relpages.Tom Lane2011-05-30
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Zero out vacuum_count and related counters in pgstat_recv_tabstat().Tom Lane2011-03-07
* Add client_hostname field to pg_stat_activity.Robert Haas2011-02-17
* Track last time for statistics reset on databases and bgwriterMagnus Hagander2011-02-10
* Add views and functions to monitor hot standby query conflictsMagnus Hagander2011-01-03
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Reset all database-level stats in pgstat_recv_resetcounter().Tom Lane2010-12-12
* Add new buffers_backend_fsync field to pg_stat_bgwriter.Robert Haas2010-11-15
* Remove some unnecessary tests of pgstat_track_counts.Tom Lane2010-10-12
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Add vacuum and analyze counters to pg_stat_*_tables views.Magnus Hagander2010-08-21
* Add stats functions and views to provide access to a transaction's ownTom Lane2010-08-08
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Now that we know last_statrequest > last_statwrite can be observed in theTom Lane2010-03-24
* Add some logging code for unexpected cases in pgstat.c, particularly beingTom Lane2010-03-12
* pgindent run for 9.0Bruce Momjian2010-02-26
* Make checks for invalid pgStatSock use PGINVALID_SOCKETMagnus Hagander2010-01-31
* Add functions to reset the statistics counter for a single table/index orMagnus Hagander2010-01-28
* Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide sharedMagnus Hagander2010-01-19
* Create typedef pgsocket for storing socket descriptors.Magnus Hagander2010-01-10
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Revise pgstat's tracking of tuple changes to improve the reliability ofTom Lane2009-12-30
* Avoid memory leak if pgstat_vacuum_stat is interrupted partway through.Tom Lane2009-12-27
* Add support for an application_name parameter, which is displayed inTom Lane2009-11-28
* Fix an oversight in an 8.3-era patch: pgstat_initstats should allow statsTom Lane2009-10-02
* Remove pgstat's discrimination against MsgVacuum and MsgAnalyze messages.Tom Lane2009-09-04
* Allow backends to start up without use of the flat-file copy of pg_database.Tom Lane2009-08-12
* 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