Commits

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

DateSubjectAuthorReleases
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 14.0
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
2020-12-02 Track total number of WAL records, FPIs and bytes generated in the cluster. Fujii Masao 14.0
2020-11-06 Use strlcpy instead of memcpy for copying the slot name in pgstat.c. Amit Kapila 14.0
2020-10-29 Track statistics for streaming of changes from ReorderBuffer. Amit Kapila 14.0
2020-10-08 Track statistics for spilling of changes from ReorderBuffer. Amit Kapila 14.0
2020-10-02 Add pg_stat_wal statistics view. Fujii Masao 14.0
2020-09-12 Fix inconsistency in determining the timestamp of the db statfile. Amit Kapila 14.0
2020-09-03 Add support for streaming to built-in logical replication. Amit Kapila 14.0
2020-08-26 Extend the BufFile interface. Amit Kapila 14.0
2020-08-10 Replace remaining StrNCpy() by strlcpy() Peter Eisentraut 14.0
2020-07-30 Introduce a WaitEventSet for the stats collector. Thomas Munro 14.0
2020-07-08 Fix typo Magnus Hagander 14.0
2020-07-07 Check ssl_in_use flag when reporting statistics Magnus Hagander 14.0
2020-06-17 Improve server code to read files as part of a base backup. Robert Haas 14.0
2020-06-12 Make more use of RELKIND_HAS_STORAGE() Peter Eisentraut 14.0