Commits

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

DateSubjectAuthorReleases
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
2021-03-01 Fix recovery test hang in 021_row_visibility.pl on windows. Andres Freund 14.0
2021-02-16 Fix heap_page_prune() parameter order confusion introduced in dc7420c2c92. Andres Freund 14.0
2021-02-16 Remove backwards compat ugliness in snapbuild.c. Andres Freund 14.0
2021-01-25 Fix two typos in snapbuild.c. Andres Freund 14.0
2020-12-09 jit: Reference function pointer types via llvmjit_types.c. Andres Freund 14.0
2020-12-08 jit: configure: Explicitly reference 'native' component. Andres Freund 14.0
2020-12-08 jit: Correct parameter type for generated expression evaluation functions. Andres Freund 14.0
2020-11-10 jit: Add support for LLVM 12. Andres Freund 14.0
2020-10-29 Fix wrong data table horizon computation during backend startup. Andres Freund 14.0
2020-10-29 Centralize horizon determination for temp tables, fixing bug due to skew. Andres Freund 14.0
2020-10-16 llvmjit: Work around bug in LLVM 3.9 causing crashes after 72559438f92. Andres Freund 14.0
2020-10-15 llvmjit: Also copy parameter / return value attributes from template functions. Andres Freund 14.0
2020-10-06 Try to unbreak 021_row_visibility.pl on mingw. Andres Freund 14.0
2020-10-01 Fix and test snapshot behavior on standby. Andres Freund 14.0
2020-09-08 Fix autovacuum cancellation. Andres Freund 14.0
2020-08-20 Revert "Make vacuum a bit more verbose to debug BF failure." Andres Freund 14.0
2020-08-20 Acquire ProcArrayLock exclusively in ProcArrayClearTransaction. Andres Freund 14.0
2020-08-18 Fix race condition in snapshot caching when 2PC is used. Andres Freund 14.0
2020-08-18 snapshot scalability: cache snapshots using a xact completion counter. Andres Freund 14.0
2020-08-16 Fix use of wrong index in ComputeXidHorizons(). Andres Freund 14.0
2020-08-16 Make vacuum a bit more verbose to debug BF failure. Andres Freund 14.0