Commits

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

DateSubjectAuthorReleases
2022-08-30 On NetBSD, force dynamic symbol resolution at postmaster start. Tom Lane 10.23
2022-08-28 Doc: fix example of recursive query. Tom Lane 10.23
2022-08-27 Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates. Tom Lane 10.23
2022-08-24 Defend against stack overrun in a few more places. Tom Lane 10.23
2022-08-23 Doc: document possible need to raise kernel's somaxconn limit. Tom Lane 10.23
2022-08-23 Doc: prefer sysctl to /proc/sys in docs and comments. Tom Lane 10.23
2022-08-15 Add missing bad-PGconn guards in libpq entry points. Tom Lane 10.23
2022-08-14 Preserve memory context of VarStringSortSupport buffers. Tom Lane 10.23
2022-08-13 Catch stack overflow when recursing in transformFromClauseItem(). Tom Lane 10.23
2022-08-10 Fix handling of R/W expanded datums that are passed to SQL functions. Tom Lane 10.23
2022-08-08 Stamp 10.22. Tom Lane 10.22
2022-08-08 Stabilize output of new regression test. Tom Lane 10.22
2022-08-08 Last-minute updates for release notes. Tom Lane 10.22
2022-08-08 In extensions, don't replace objects not belonging to the extension. Tom Lane 10.22
2022-08-07 Release notes for 14.5, 13.8, 12.12, 11.17, 10.22. Tom Lane 10.22
2022-08-04 Add CHECK_FOR_INTERRUPTS in ExecInsert's speculative insertion loop. Tom Lane 10.22
2022-08-03 Reduce test runtime of src/test/modules/snapshot_too_old. Tom Lane 10.22
2022-08-02 Be more wary about 32-bit integer overflow in pg_stat_statements. Tom Lane 10.22
2022-08-01 Check maximum number of columns in function RTEs, too. Tom Lane 10.22
2022-07-29 In transformRowExpr(), check for too many columns in the row. Tom Lane 10.22
2022-07-26 Force immediate commit after CREATE DATABASE etc in extended protocol. Tom Lane 10.22
2022-07-21 Fix ruleutils issues with dropped cols in functions-returning-composite. Tom Lane 10.22
2022-07-17 postgres_fdw: set search_path to 'pg_catalog' while deparsing constants. Tom Lane 10.22
2022-06-14 Avoid ecpglib core dump with out-of-order operations. Tom Lane 10.22
2022-06-14 Doc: clarify the default collation behavior of domains. Tom Lane 10.22