aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/pgstat.c
Commit message (Expand)AuthorAge
* Add more columns to pg_stat_sslPeter Eisentraut2019-02-01
* Change function call information to be variable length.Andres Freund2019-01-26
* Remove superfluous tqual.h includes.Andres Freund2019-01-21
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Fix typos in documentation and for one wait eventMichael Paquier2019-01-15
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Leave SIGTTIN/SIGTTOU signal handling alone in postmaster child processes.Tom Lane2018-11-17
* Add pg_promote functionMichael Paquier2018-10-25
* List wait events in alphabetical orderMichael Paquier2018-10-24
* Refactor pid, random seed and start time initialization.Thomas Munro2018-10-19
* Clean up assorted misuses of snprintf()'s result value.Tom Lane2018-08-15
* Fix incorrect initialization of BackendActivityBuffer.Tom Lane2018-08-07
* Add wait event for fsync of WAL segmentsMichael Paquier2018-07-02
* Allocate enough shared string memory for stats of auxiliary processes.Heikki Linnakangas2018-04-11
* Make local copy of client hostnames in backend status array.Heikki Linnakangas2018-04-11
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-05
* Support parallel btree index builds.Robert Haas2018-02-02
* Use abstracted SSL API in server connection log messagesPeter Eisentraut2018-01-26
* Update copyright for 2018Bruce Momjian2018-01-02
* Add parallel-aware hash joins.Andres Freund2017-12-21
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Sync process names between ps and pg_stat_activityPeter Eisentraut2017-09-20
* s/NULL byte/NUL byte/ in comment refering to C string terminator.Andres Freund2017-09-19
* Avoid use of non-portable strnlen() in pgstat_clip_activity().Andres Freund2017-09-19
* Speedup pgstat_report_activity by moving mb-aware truncation to read side.Andres Freund2017-09-19
* Use group updates when setting transaction status in clog.Robert Haas2017-09-01
* Fix replication origin-related race conditionsAlvaro Herrera2017-08-08
* Fix inadequacies in recently added wait eventsAlvaro Herrera2017-08-08
* Ignore old stats file timestamps when starting the stats collector.Tom Lane2017-06-26
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Try to ensure that stats collector's receive buffer size is at least 100KB.Tom Lane2017-05-16
* Make pgstat tabstat lookup hash table less fragile.Tom Lane2017-05-14
* Fix new warnings from GCC 7Peter Eisentraut2017-04-17
* Report statistics in logical replication workersPeter Eisentraut2017-04-14
* Add ProcArrayGroupUpdate wait event.Robert Haas2017-04-07
* Improve performance of find_tabstat_entry()/get_tabstat_entry()Teodor Sigaev2017-03-27
* Show more processes in pg_stat_activity.Robert Haas2017-03-26
* Logical replication support for initial data copyPeter Eisentraut2017-03-23
* Fix REFRESH MATERIALIZED VIEW to report activity to the stats collector.Tom Lane2017-03-18
* Create and use wait events for read, write, and fsync operations.Robert Haas2017-03-18
* Support parallel bitmap heap scans.Robert Haas2017-03-08
* Use asynchronous connect API in libpqwalreceiverPeter Eisentraut2017-03-03
* btree: Support parallel index scans.Robert Haas2017-02-15
* Logical replicationPeter Eisentraut2017-01-20
* Update copyright via script for 2017Bruce Momjian2017-01-03