index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
/
pgstat.c
Commit message (
Expand
)
Author
Age
*
Further code review for pg_stat_ssl patch.
Tom Lane
2015-07-27
*
Fix pointer-arithmetic thinko in pg_stat_ssl patch.
Tom Lane
2015-07-27
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Add system view pg_stat_ssl
Magnus Hagander
2015-04-12
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Have TRUNCATE update pgstat tuple counters
Alvaro Herrera
2015-02-20
*
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-24
*
Adjust "pgstat wait timeout" message to be a translatable LOG message.
Tom Lane
2015-01-19
*
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-14
*
Commonalize process startup code.
Andres Freund
2015-01-14
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-18
*
Add memory barriers for PgBackendStatus.st_changecount protocol.
Fujii Masao
2014-12-18
*
Fix assorted confusion between Oid and int32.
Tom Lane
2014-12-11
*
Smooth reporting of commit/rollback statistics.
Kevin Grittner
2014-07-02
*
Save pg_stat_statements statistics file into $PGDATA/pg_stat directory at shu...
Fujii Masao
2014-06-04
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.
Tom Lane
2014-04-16
*
Fix bugs in manipulation of PgBackendStatus.st_clienthostname.
Tom Lane
2014-04-01
*
Make it easy to detach completely from shared memory.
Robert Haas
2014-03-18
*
Remove the correct pgstat file on DROP DATABASE
Alvaro Herrera
2014-03-05
*
Show xid and xmin in pg_stat_activity and pg_stat_replication.
Robert Haas
2014-02-25
*
Add pg_stat_archiver statistics view.
Fujii Masao
2014-01-29
*
Fix VACUUM's reporting of dead-tuple counts to the stats collector.
Tom Lane
2014-01-18
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Ooops, should use double not single quotes in StaticAssertStmt().
Tom Lane
2014-01-02
*
Fix calculation of maximum statistics-message size.
Tom Lane
2014-01-02
*
Be more wary of unwanted whitespace in pgstat_reset_remove_files().
Tom Lane
2013-08-19
*
Fix removal of files in pgstats directories
Alvaro Herrera
2013-08-19
*
Improve ilist.h's support for deletion of slist elements during iteration.
Tom Lane
2013-07-24
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Avoid updating our PgBackendStatus entry when track_activities is off.
Tom Lane
2013-04-03
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Remove useless variable
Alvaro Herrera
2013-02-21
*
Split pgstat file in smaller pieces
Alvaro Herrera
2013-02-18
*
Fix possible failure to send final transaction counts to stats collector.
Tom Lane
2013-02-07
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Split up process latch initialization for more-fail-soft behavior.
Tom Lane
2012-10-14
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Unify calling conventions for postgres/postmaster sub-main functions
Peter Eisentraut
2012-06-25
*
Fix stats collector to recover nicely when system clock goes backwards.
Tom Lane
2012-06-17
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
In pgstat.c, use a timeout in WaitLatchOrSocket only on Windows.
Tom Lane
2012-05-14
*
Revert "Add some temporary instrumentation to pgstat.c."
Tom Lane
2012-05-14
*
For testing purposes, reinsert a timeout in pgstat.c's wait call.
Tom Lane
2012-05-14
*
Force pgwin32_recv into nonblock mode when called from pgstat.c.
Tom Lane
2012-05-14
*
Add some temporary instrumentation to pgstat.c.
Tom Lane
2012-05-13
*
Re-revert stats collector latch changes.
Tom Lane
2012-05-13
[next]