Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-04 | Avoid repeated computation of the constants date2j(1970, 1, 1) and | Tom Lane | |
date2j(2000, 1, 1). Should make for some marginal speed improvement in date/time operations. | |||
2003-04-04 | Code review for pg_stat_get_backend_activity_start patch --- fix | Tom Lane | |
return type, make protection condition agree with recent change to pg_stat_get_backend_activity, clean up documentation. | |||
2003-03-20 | It would also be handy if users could see their own pg_stat_activity | Bruce Momjian | |
queries while the rest remain blank. Kevin Brown | |||
2003-03-20 | Add start time to pg_stat_activity | Bruce Momjian | |
Neil Conway | |||
2002-12-04 | Make usesysid consistently int4, not oid. | Bruce Momjian | |
Catalog patch from Alvaro Herrera for same. catversion updated. initdb required. | |||
2002-08-20 | Allow pg_statistics to be reset by calling pg_stat_reset(). | Bruce Momjian | |
Christopher Kings-Lynne | |||
2002-08-04 | Rename backend_pid to pg_backend_pid, move docs to monitoring section. | Bruce Momjian | |
2002-07-31 | Rename pid function to backend_pid(). | Bruce Momjian | |
2002-07-31 | Add function to access backend pid, pg_stat_get_backend_mypid. | Bruce Momjian | |
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | |
tests pass. | |||
2001-09-30 | pg_stat_get_backend_idset should reset fmgr_info->fn_extra at end of | Tom Lane | |
execution, so that it restarts correctly if query tree is used again. | |||
2001-06-25 | Suppress gcc warning. | Tom Lane | |
2001-06-22 | The new files for statistical system views. | Jan Wieck | |
Jan |