Commits

DateSubjectAuthorReleases
2021-04-06 Fix typo in pgstat.c. Fujii Masao 14.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-04-02 Fix pgstat_report_replslot() to use proper data types for its arguments. Fujii Masao 14.0
2021-03-31 Add support for asynchronous execution. Etsuro Fujita 14.0
2021-03-24 Rename wait event WalrcvExit to WalReceiverExit. Fujii Masao 14.0
2021-03-23 Change the type of WalReceiverWaitStart wait event from Client to IPC. Fujii Masao 14.0
2021-03-17 Fix memory lifetime issues of replication slot stats. Andres Freund 14.0
2021-03-17 Revert "Fix race in Parallel Hash Join batch cleanup." Thomas Munro 14.0
2021-03-17 Update the names of Parallel Hash Join phases. Thomas Munro 14.0
2021-03-12 Add condition variable for walreceiver shutdown. Thomas Munro 14.0
2021-03-10 Replace buffer I/O locks with condition variables. Thomas Munro 14.0
2021-03-09 Track total amounts of times spent writing and syncing WAL data to disk. Fujii Masao 14.0
2021-03-09 Remove support for SSL compression Michael Paquier 14.0
2021-01-17 Add pg_stat_database counters for sessions and session time Magnus Hagander 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-12-28 Fix assorted issues in backend's GSSAPI encryption support. Tom Lane 13.2
2020-12-28 Fix assorted issues in backend's GSSAPI encryption support. Tom Lane 14.0
2020-12-28 Fix assorted issues in backend's GSSAPI encryption support. Tom Lane 12.6
2020-12-28 Revert "Add key management system" (978f869b99) & later commits Bruce Momjian 14.0
2020-12-25 Add key management system Bruce Momjian 14.0
2020-12-20 Avoid memcpy() with same source and destination in pgstat_recv_replslot. Tom Lane 14.0
2020-12-15 Improve hash_create()'s API for some added robustness. Tom Lane 14.0
2020-12-04 Convert elog(LOG) calls to ereport() where appropriate Peter Eisentraut 14.0