aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/pgstat.c
Commit message (Expand)AuthorAge
* Avoid memory size overflow when allocating backend activity bufferMichael Paquier2023-10-03
* Fix waiting in RegisterSyncRequest().Thomas Munro2022-03-16
* Fix assorted issues in backend's GSSAPI encryption support.Tom Lane2020-12-28
* Add description about GSSOpenServer wait event into document.Fujii Masao2020-02-17
* Fix thinko when ending progress report for a backendMichael Paquier2019-09-04
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Rearrange pgstat_bestart() to avoid failures within its critical section.Tom Lane2019-05-11
* Avoid "invalid memory alloc request size" while reading pg_stat_activity.Tom Lane2019-05-07
* Fix union for pgstat message typesMagnus Hagander2019-05-01
* Show shared object statistics in pg_stat_databaseMagnus Hagander2019-04-12
* Avoid counting transaction stats for parallel worker cooperatingAmit Kapila2019-04-10
* GSSAPI encryption supportStephen Frost2019-04-03
* Add macro to cast away volatile without allowing changes to underlying typePeter Eisentraut2019-03-25
* Use condition variables to wait for checkpoints.Thomas Munro2019-03-14
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Track block level checksum failures in pg_stat_databaseMagnus Hagander2019-03-09
* 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