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
*
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
*
Simplify LWLock tranche machinery by removing array_base/array_stride.
Robert Haas
2016-12-16
*
Use latch instead of select() in walreceiver
Peter Eisentraut
2016-12-01
*
Fix typos in comments.
Heikki Linnakangas
2016-10-26
*
Fix handling of pgstat counters for TRUNCATE in a prepared transaction.
Tom Lane
2016-10-13
*
Rename WAIT_* constants to PG_WAIT_*.
Robert Haas
2016-10-05
*
Fix Windows compile break in 6f3bd98ebfc008cbd676da777bb0b2376c4c4bfa.
Robert Haas
2016-10-04
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
*
Include <sys/select.h> where needed
Alvaro Herrera
2016-09-27
*
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-09-02
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Don't reset changes_since_analyze after a selective-columns ANALYZE.
Tom Lane
2016-06-06
*
Avoid useless closely-spaced writes of statistics files.
Tom Lane
2016-05-31
*
Ensure that backends see up-to-date statistics for shared catalogs.
Tom Lane
2016-05-25
[next]