aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pgstatfuncs.c
Commit message (Expand)AuthorAge
* Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane2007-06-28
* Temporary fix for the problem that pg_stat_activity, inet_client_addr(),Tom Lane2007-05-17
* Add some instrumentation to the bgwriter, through the stats collector.Magnus Hagander2007-03-30
* Add new columns for tuple statistics on a database level toMagnus Hagander2007-03-16
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Add a function pg_stat_clear_snapshot() that discards any statistics snapshotTom Lane2007-02-07
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Add n_live_tuples and n_dead_tuples to pg_stat_all_tables.Bruce Momjian2007-01-02
* Add a txn_start column to pg_stat_activity. This makes it easier toNeil Conway2006-12-06
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Add a 'waiting' column to pg_stat_activity to carry the same informationTom Lane2006-08-19
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-11
* Take the statistics collector out of the loop for monitoring backends'Tom Lane2006-06-19
* Add last-vacuum/analyze-time columns to the stats collector, both manual andAlvaro Herrera2006-05-19
* Have autovacuum report its activities to the stat collector.Alvaro Herrera2006-05-19
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-17
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-29
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* This patch reduces the size of the message header used by statisticsNeil Conway2005-05-11
* Complete the following TODO items:Neil Conway2005-05-09
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Convert pg_stat_get_backend_idset to use the existing SRF support.Tom Lane2004-10-01
* Added hints about the reason, why the command string inJan Wieck2004-02-12
* OK, some of these syntax errors should be given other codes.Peter Eisentraut2003-09-15
* Some "feature not supported" errors are better syntax errors, because thePeter Eisentraut2003-09-09
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-27
* Avoid repeated computation of the constants date2j(1970, 1, 1) andTom Lane2003-04-04
* Code review for pg_stat_get_backend_activity_start patch --- fixTom Lane2003-04-04
* It would also be handy if users could see their own pg_stat_activityBruce Momjian2003-03-20
* Add start time to pg_stat_activityBruce Momjian2003-03-20
* Make usesysid consistently int4, not oid.Bruce Momjian2002-12-04
* Allow pg_statistics to be reset by calling pg_stat_reset().Bruce Momjian2002-08-20
* Rename backend_pid to pg_backend_pid, move docs to monitoring section.Bruce Momjian2002-08-04
* Rename pid function to backend_pid().Bruce Momjian2002-07-31
* Add function to access backend pid, pg_stat_get_backend_mypid.Bruce Momjian2002-07-31
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* pg_stat_get_backend_idset should reset fmgr_info->fn_extra at end ofTom Lane2001-09-30
* Suppress gcc warning.Tom Lane2001-06-25
* The new files for statistical system views.Jan Wieck2001-06-22