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
*
Add more columns to pg_stat_ssl
Peter Eisentraut
2019-02-01
*
Change function call information to be variable length.
Andres Freund
2019-01-26
*
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Fix typos in documentation and for one wait event
Michael Paquier
2019-01-15
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Leave SIGTTIN/SIGTTOU signal handling alone in postmaster child processes.
Tom Lane
2018-11-17
*
Add pg_promote function
Michael Paquier
2018-10-25
*
List wait events in alphabetical order
Michael Paquier
2018-10-24
*
Refactor pid, random seed and start time initialization.
Thomas Munro
2018-10-19
*
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
2018-08-15
*
Fix incorrect initialization of BackendActivityBuffer.
Tom Lane
2018-08-07
*
Add wait event for fsync of WAL segments
Michael Paquier
2018-07-02
*
Allocate enough shared string memory for stats of auxiliary processes.
Heikki Linnakangas
2018-04-11
*
Make local copy of client hostnames in backend status array.
Heikki Linnakangas
2018-04-11
*
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
*
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Use abstracted SSL API in server connection log messages
Peter Eisentraut
2018-01-26
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add parallel-aware hash joins.
Andres Freund
2017-12-21
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Sync process names between ps and pg_stat_activity
Peter Eisentraut
2017-09-20
*
s/NULL byte/NUL byte/ in comment refering to C string terminator.
Andres Freund
2017-09-19
*
Avoid use of non-portable strnlen() in pgstat_clip_activity().
Andres Freund
2017-09-19
*
Speedup pgstat_report_activity by moving mb-aware truncation to read side.
Andres Freund
2017-09-19
*
Use group updates when setting transaction status in clog.
Robert Haas
2017-09-01
*
Fix replication origin-related race conditions
Alvaro Herrera
2017-08-08
*
Fix inadequacies in recently added wait events
Alvaro Herrera
2017-08-08
*
Ignore old stats file timestamps when starting the stats collector.
Tom Lane
2017-06-26
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Try to ensure that stats collector's receive buffer size is at least 100KB.
Tom Lane
2017-05-16
*
Make pgstat tabstat lookup hash table less fragile.
Tom Lane
2017-05-14
*
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-17
*
Report statistics in logical replication workers
Peter Eisentraut
2017-04-14
*
Add ProcArrayGroupUpdate wait event.
Robert Haas
2017-04-07
*
Improve performance of find_tabstat_entry()/get_tabstat_entry()
Teodor Sigaev
2017-03-27
*
Show more processes in pg_stat_activity.
Robert Haas
2017-03-26
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
*
Fix REFRESH MATERIALIZED VIEW to report activity to the stats collector.
Tom Lane
2017-03-18
*
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-18
*
Support parallel bitmap heap scans.
Robert Haas
2017-03-08
*
Use asynchronous connect API in libpqwalreceiver
Peter Eisentraut
2017-03-03
*
btree: Support parallel index scans.
Robert Haas
2017-02-15
*
Logical replication
Peter Eisentraut
2017-01-20
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
[next]