summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pgstatfuncs.c
Commit message (Collapse)AuthorAgeFilesLines
* pgindent run.Bruce Momjian2003-08-041-7/+7
|
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-2/+6
| | | | the bulk of the heavy lifting ...
* Avoid repeated computation of the constants date2j(1970, 1, 1) andTom Lane2003-04-041-12/+1
| | | | | date2j(2000, 1, 1). Should make for some marginal speed improvement in date/time operations.
* Code review for pg_stat_get_backend_activity_start patch --- fixTom Lane2003-04-041-4/+4
| | | | | return type, make protection condition agree with recent change to pg_stat_get_backend_activity, clean up documentation.
* It would also be handy if users could see their own pg_stat_activityBruce Momjian2003-03-201-3/+3
| | | | | | queries while the rest remain blank. Kevin Brown
* Add start time to pg_stat_activityBruce Momjian2003-03-201-1/+45
| | | | Neil Conway
* Make usesysid consistently int4, not oid.Bruce Momjian2002-12-041-1/+1
| | | | | | Catalog patch from Alvaro Herrera for same. catversion updated. initdb required.
* Allow pg_statistics to be reset by calling pg_stat_reset().Bruce Momjian2002-08-201-0/+12
| | | | Christopher Kings-Lynne
* Rename backend_pid to pg_backend_pid, move docs to monitoring section.Bruce Momjian2002-08-041-2/+2
|
* Rename pid function to backend_pid().Bruce Momjian2002-07-311-2/+2
|
* Add function to access backend pid, pg_stat_get_backend_mypid.Bruce Momjian2002-07-311-0/+8
|
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-110/+108
| | | | tests pass.
* pg_stat_get_backend_idset should reset fmgr_info->fn_extra at end ofTom Lane2001-09-301-16/+12
| | | | execution, so that it restarts correctly if query tree is used again.
* Suppress gcc warning.Tom Lane2001-06-251-1/+2
|
* The new files for statistical system views.Jan Wieck2001-06-221-0/+376
Jan