| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
| |
* Add session start time to pg_stat_activity
* Add the client IP address and port to pg_stat_activity
Original patch from Magnus Hagander, code review by Neil Conway. Catalog
version bumped. This patch sends the client IP address and port number in
every statistics message; that's not ideal, but will be fixed up shortly.
|
|
|
|
|
|
|
|
| |
Also performed an initial run through of upgrading our Copyright date to
extend to 2005 ... first run here was very simple ... change everything
where: grep 1996-2004 && the word 'Copyright' ... scanned through the
generated list with 'less' first, and after, to make sure that I only
picked up the right entries ...
|
|
|
|
|
|
| |
This seems the cleanest way of fixing its lack of a shutdown callback,
which was preventing it from working correctly in a query that didn't
run it to completion. Per bug report from Szima GÄbor.
|
|
|
|
|
|
| |
the view pg_stat_activity is missing, as per Bruces suggestion.
Jan
|
| |
|
|
|
|
|
| |
feature they complain about isn't a feature or cannot be implemented without
definitional changes.
|
| |
|
|
|
|
| |
the bulk of the heavy lifting ...
|
|
|
|
|
| |
date2j(2000, 1, 1). Should make for some marginal speed improvement
in date/time operations.
|
|
|
|
|
| |
return type, make protection condition agree with recent change to
pg_stat_get_backend_activity, clean up documentation.
|
|
|
|
|
|
| |
queries while the rest remain blank.
Kevin Brown
|
|
|
|
| |
Neil Conway
|
|
|
|
|
|
| |
Catalog patch from Alvaro Herrera for same.
catversion updated. initdb required.
|
|
|
|
| |
Christopher Kings-Lynne
|
| |
|
| |
|
| |
|
|
|
|
| |
tests pass.
|
|
|
|
| |
execution, so that it restarts correctly if query tree is used again.
|
| |
|
|
Jan
|