Commits

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

DateSubjectAuthorReleases
2022-01-31 plperl: Fix breakage of c89f409749c in back branches. Andres Freund 13.6
2022-01-31 plperl: windows: Use Perl_setlocale on 5.28+, fixing compile failure. Andres Freund 13.6
2022-01-21 fsync pg_logical/mappings in CheckPointLogicalRewriteHeap(). Andres Freund 13.6
2021-12-13 isolationtester: append session name to application_name. Andres Freund 13.6
2021-10-19 Adapt src/test/ldap/t/001_auth.pl to work with openldap 2.5. Andres Freund 13.5
2021-10-04 Fix TestLib::slurp_file() with offset on windows. Andres Freund 13.5
2021-09-14 jit: Do not try to shut down LLVM state in case of LLVM triggered errors. Andres Freund 13.5
2021-05-06 jit: Fix warning reported by gcc-11 caused by dubious function signature. Andres Freund 13.3
2020-12-08 jit: Correct parameter type for generated expression evaluation functions. Andres Freund 13.2
2020-12-08 jit: configure: Explicitly reference 'native' component. Andres Freund 13.2
2020-12-08 backpatch "jit: Add support for LLVM 12." Andres Freund 13.2
2020-10-16 llvmjit: Work around bug in LLVM 3.9 causing crashes after 72559438f92. Andres Freund 13.1
2020-10-15 llvmjit: Also copy parameter / return value attributes from template functions. Andres Freund 13.1
2020-06-18 Fix deadlock danger when atomic ops are done under spinlock. Andres Freund 13.0
2020-06-18 Add basic spinlock tests to regression tests. Andres Freund 13.0
2020-06-17 spinlock emulation: Fix bug when more than INT_MAX spinlocks are initialized. Andres Freund 13.0
2020-06-17 Avoid potential spinlock in a signal handler as part of global barriers. Andres Freund 13.0
2020-06-09 Avoid need for valgrind suppressions for pg_atomic_init_u64 on some platforms. Andres Freund 13.0
2020-05-28 llvmjit: Fix building against LLVM 11 by removing unnecessary include. Andres Freund 13.0
2020-04-23 Fix transient memory leak for SRFs in FROM. Andres Freund 13.0
2020-04-08 snapshot scalability: Move delayChkpt from PGXACT to PGPROC. Andres Freund 13.0
2020-04-08 Fix XLogReader FD leak that makes backends unusable after 2PC usage. Andres Freund 13.0
2020-04-06 Recompute stack base in forked postmaster children. Andres Freund 13.0
2020-04-06 Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative(). Andres Freund 13.0
2020-04-05 Fix recently introduced typo. Andres Freund 13.0