aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/pgstat.c
Commit message (Expand)AuthorAge
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Revert recovery prefetching feature.Thomas Munro2021-05-10
* Use HTAB for replication slot statistics.Amit Kapila2021-04-27
* Factor out system call names from error messagesPeter Eisentraut2021-04-23
* Add information of total data processed to replication slot stats.Amit Kapila2021-04-16
* Use NameData datatype for slotname in stats.Amit Kapila2021-04-14
* Optionally prefetch referenced data in recovery.Thomas Munro2021-04-08
* autovacuum: handle analyze for partitioned tablesAlvaro Herrera2021-04-08
* Fix typo in pgstat.c.Fujii Masao2021-04-06
* Split backend status and progress related functionality out of pgstat.c.Andres Freund2021-04-03
* Do not rely on pgstat.h to indirectly include storage/ headers.Andres Freund2021-04-02
* Split wait event related code from pgstat.[ch] into wait_event.[ch].Andres Freund2021-04-02
* Fix pgstat_report_replslot() to use proper data types for its arguments.Fujii Masao2021-04-02
* Add support for asynchronous execution.Etsuro Fujita2021-03-31
* Rename wait event WalrcvExit to WalReceiverExit.Fujii Masao2021-03-24
* Change the type of WalReceiverWaitStart wait event from Client to IPC.Fujii Masao2021-03-23
* Fix memory lifetime issues of replication slot stats.Andres Freund2021-03-17
* Revert "Fix race in Parallel Hash Join batch cleanup."Thomas Munro2021-03-18
* Update the names of Parallel Hash Join phases.Thomas Munro2021-03-17
* Add condition variable for walreceiver shutdown.Thomas Munro2021-03-12
* Replace buffer I/O locks with condition variables.Thomas Munro2021-03-11
* Track total amounts of times spent writing and syncing WAL data to disk.Fujii Masao2021-03-09
* Remove support for SSL compressionMichael Paquier2021-03-09
* Add pg_stat_database counters for sessions and session timeMagnus Hagander2021-01-17
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix assorted issues in backend's GSSAPI encryption support.Tom Lane2020-12-28
* Revert "Add key management system" (978f869b99) & later commitsBruce Momjian2020-12-27
* Add key management systemBruce Momjian2020-12-25
* Avoid memcpy() with same source and destination in pgstat_recv_replslot.Tom Lane2020-12-20
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Convert elog(LOG) calls to ereport() where appropriatePeter Eisentraut2020-12-04
* Track total number of WAL records, FPIs and bytes generated in the cluster.Fujii Masao2020-12-02
* Use strlcpy instead of memcpy for copying the slot name in pgstat.c.Amit Kapila2020-11-06
* Track statistics for streaming of changes from ReorderBuffer.Amit Kapila2020-10-29
* Track statistics for spilling of changes from ReorderBuffer.Amit Kapila2020-10-08
* Add pg_stat_wal statistics view.Fujii Masao2020-10-02
* Fix inconsistency in determining the timestamp of the db statfile.Amit Kapila2020-09-12
* Add support for streaming to built-in logical replication.Amit Kapila2020-09-03
* Extend the BufFile interface.Amit Kapila2020-08-26
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-10
* Introduce a WaitEventSet for the stats collector.Thomas Munro2020-07-30
* Fix typoMagnus Hagander2020-07-08
* Check ssl_in_use flag when reporting statisticsMagnus Hagander2020-07-07
* Improve server code to read files as part of a base backup.Robert Haas2020-06-17
* Make more use of RELKIND_HAS_STORAGE()Peter Eisentraut2020-06-12
* Spelling adjustmentsPeter Eisentraut2020-06-07
* Mop-up for wait event naming issues.Tom Lane2020-05-16
* Rename SLRU structures and associated LWLocks.Tom Lane2020-05-15
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Fix async.c to not register any SLRU stats counts in the postmaster.Tom Lane2020-05-13