Commits

DateSubjectAuthorReleases
2021-08-05 pgstat: split reporting/fetching of bgwriter and checkpointer stats. Andres Freund 15.0
2021-04-03 Split backend status and progress related functionality out of pgstat.c. Andres Freund 14.0
2021-04-03 Do not rely on pgstat.h to indirectly include storage/ headers. Andres Freund 14.0
2021-04-03 Split wait event related code from pgstat.[ch] into wait_event.[ch]. Andres Freund 14.0
2021-03-17 Fix memory lifetime issues of replication slot stats. Andres Freund 14.0
2020-03-24 Report wait event for cost-based vacuum delay. Andres Freund 13.0
2019-03-11 tableam: Add and use scan APIs. Andres Freund 12.0
2019-01-26 Change function call information to be variable length. Andres Freund 12.0
2019-01-21 Remove superfluous tqual.h includes. Andres Freund 12.0
2019-01-21 Replace uses of heap_open et al with the corresponding table_* function. Andres Freund 12.0
2018-11-21 Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 12.0
2017-12-21 Add parallel-aware hash joins. Andres Freund 11.0
2017-09-19 s/NULL byte/NUL byte/ in comment refering to C string terminator. Andres Freund 11.0
2017-09-19 Avoid use of non-portable strnlen() in pgstat_clip_activity(). Andres Freund 11.0
2017-09-19 Speedup pgstat_report_activity by moving mb-aware truncation to read side. Andres Freund 11.0
2015-03-11 Add macros wrapping all usage of gcc's __attribute__. Andres Freund 9.5.0
2015-01-14 Add a default local latch for use in signal handlers. Andres Freund 9.5.0
2015-01-13 Commonalize process startup code. Andres Freund 9.5.0