Commits

Showing commits that first shipped in 14 (backpatches included). Clear

DateSubjectAuthorReleases
2021-09-16 Fix performance regression from session statistics. Andres Freund 14.0
2021-08-28 Keep stats up to date for partitioned tables Alvaro Herrera 14.0
2021-08-16 Revert analyze support for partitioned tables Alvaro Herrera 14.0
2021-06-28 Message style improvements Peter Eisentraut 14.0
2021-05-19 Fix issues in pg_stat_wal. Fujii Masao 14.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-05-10 Revert recovery prefetching feature. Thomas Munro 14.0
2021-04-27 Use HTAB for replication slot statistics. Amit Kapila 14.0
2021-04-23 Factor out system call names from error messages Peter Eisentraut 14.0
2021-04-16 Add information of total data processed to replication slot stats. Amit Kapila 14.0
2021-04-14 Use NameData datatype for slotname in stats. Amit Kapila 14.0
2021-04-08 Optionally prefetch referenced data in recovery. Thomas Munro 14.0
2021-04-08 autovacuum: handle analyze for partitioned tables Alvaro Herrera 14.0
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