index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
/
pgstat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Be more wary of unwanted whitespace in pgstat_reset_remove_files().
Tom Lane
2013-08-19
1
-16
/
+14
*
Fix removal of files in pgstats directories
Alvaro Herrera
2013-08-19
1
-5
/
+28
*
Improve ilist.h's support for deletion of slist elements during iteration.
Tom Lane
2013-07-24
1
-0
/
+7
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
1
-1
/
+5
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-4
/
+4
*
Avoid updating our PgBackendStatus entry when track_activities is off.
Tom Lane
2013-04-03
1
-19
/
+23
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
1
-0
/
+1
*
Remove useless variable
Alvaro Herrera
2013-02-21
1
-4
/
+7
*
Split pgstat file in smaller pieces
Alvaro Herrera
2013-02-18
1
-233
/
+574
*
Fix possible failure to send final transaction counts to stats collector.
Tom Lane
2013-02-07
1
-2
/
+2
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Split up process latch initialization for more-fail-soft behavior.
Tom Lane
2012-10-14
1
-0
/
+2
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
1
-0
/
+1
*
Unify calling conventions for postgres/postmaster sub-main functions
Peter Eisentraut
2012-06-25
1
-1
/
+1
*
Fix stats collector to recover nicely when system clock goes backwards.
Tom Lane
2012-06-17
1
-31
/
+114
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-10
/
+11
*
In pgstat.c, use a timeout in WaitLatchOrSocket only on Windows.
Tom Lane
2012-05-14
1
-3
/
+20
*
Revert "Add some temporary instrumentation to pgstat.c."
Tom Lane
2012-05-14
1
-20
/
+0
*
For testing purposes, reinsert a timeout in pgstat.c's wait call.
Tom Lane
2012-05-14
1
-2
/
+3
*
Force pgwin32_recv into nonblock mode when called from pgstat.c.
Tom Lane
2012-05-14
1
-0
/
+12
*
Add some temporary instrumentation to pgstat.c.
Tom Lane
2012-05-13
1
-0
/
+20
*
Re-revert stats collector latch changes.
Tom Lane
2012-05-13
1
-117
/
+68
*
Temporarily revert stats collector latch changes so we can ship beta1.
Tom Lane
2012-05-10
1
-68
/
+117
*
Make WaitLatch's WL_POSTMASTER_DEATH result trustworthy; simplify callers.
Tom Lane
2012-05-10
1
-5
/
+2
*
Improve tests for postmaster death in auxiliary processes.
Tom Lane
2012-05-10
1
-2
/
+7
*
Reduce idle power consumption of stats collector process.
Tom Lane
2012-05-08
1
-116
/
+65
*
Converge all SQL-level statistics timing values to float8 milliseconds.
Tom Lane
2012-04-30
1
-15
/
+15
*
Rename I/O timing statistics columns to blk_read_time and blk_write_time.
Tom Lane
2012-04-29
1
-14
/
+14
*
Clear I/O timing counters after sending them to the stats collector.
Tom Lane
2012-04-28
1
-2
/
+4
*
Publish checkpoint timing information to pg_stat_bgwriter.
Robert Haas
2012-04-05
1
-0
/
+2
*
Expose track_iotiming data via the statistics collector.
Robert Haas
2012-04-05
1
-2
/
+14
*
Fix a copy/pasted typo in several comments
Magnus Hagander
2012-01-26
1
-3
/
+3
*
Add deadlock counter to pg_stat_database
Magnus Hagander
2012-01-26
1
-2
/
+41
*
Track temporary file count and size in pg_stat_database
Magnus Hagander
2012-01-26
1
-0
/
+50
*
Suppress possibly-uninitialized-variable warning seen with older gcc versions.
Tom Lane
2012-01-24
1
-3
/
+3
*
Separate state from query string in pg_stat_activity
Magnus Hagander
2012-01-19
1
-11
/
+44
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
In COPY, insert tuples to the heap in batches.
Heikki Linnakangas
2011-11-09
1
-3
/
+3
*
Code review for pgstat_get_crashed_backend_activity patch.
Tom Lane
2011-10-21
1
-22
/
+32
*
Try to log current the query string when a backend crashes.
Robert Haas
2011-10-21
1
-2
/
+71
*
Suppress -Wunused-result warnings about write() and fwrite().
Tom Lane
2011-10-18
1
-5
/
+11
*
Remove debug logging for pgstat wait timeout.
Tom Lane
2011-09-16
1
-26
/
+11
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
1
-0
/
+1
*
Add a bit of debug logging to backend_read_statsfile().
Tom Lane
2011-08-10
1
-4
/
+25
*
Introduce a pipe between postmaster and each backend, which can be used to
Heikki Linnakangas
2011-07-08
1
-1
/
+1
*
Fix VACUUM so that it always updates pg_class.reltuples/relpages.
Tom Lane
2011-05-30
1
-12
/
+5
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-6
/
+7
*
Zero out vacuum_count and related counters in pgstat_recv_tabstat().
Tom Lane
2011-03-07
1
-6
/
+11
*
Add client_hostname field to pg_stat_activity.
Robert Haas
2011-02-17
1
-1
/
+27
*
Track last time for statistics reset on databases and bgwriter
Magnus Hagander
2011-02-10
1
-0
/
+13
[next]