Commits

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

DateSubjectAuthorReleases
2021-06-07 Support use of strnlen() in pre-v11 branches. Tom Lane 10.18
2021-06-01 Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE. Tom Lane 10.18
2021-05-20 Clean up cpluspluscheck violation. Tom Lane 10.18
2021-05-15 Be more careful about barriers when releasing BackgroundWorkerSlots. Tom Lane 10.18
2021-05-14 Doc: correct erroneous entry in this week's minor release notes. Tom Lane 10.18
2021-05-14 Prevent infinite insertion loops in spgdoinsert(). Tom Lane 10.18
2021-05-14 Fix query-cancel handling in spgdoinsert(). Tom Lane 10.18
2021-05-14 Refactor CHECK_FOR_INTERRUPTS() to add flexibility. Tom Lane 10.18
2021-05-10 Stamp 10.17. Tom Lane 10.17
2021-05-10 Last-minute updates for release notes. Tom Lane 10.17
2021-05-10 Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists. Tom Lane 10.17
2021-05-10 Prevent integer overflows in array subscripting calculations. Tom Lane 10.17
2021-05-09 Release notes for 13.3, 12.7, 11.12, 10.17, 9.6.22. Tom Lane 10.17
2021-04-30 Doc: add an example of a self-referential foreign key to ddl.sgml. Tom Lane 10.17
2021-04-30 Doc: update libpq's documentation for PQfn(). Tom Lane 10.17
2021-04-30 Disallow calling anything but plain functions via the fastpath API. Tom Lane 10.17
2021-04-29 Fix some more omissions in pg_upgrade's tests for non-upgradable types. Tom Lane 10.17
2021-04-28 Doc: fix discussion of how to get real Julian Dates. Tom Lane 10.17
2021-04-26 Doc: document EXTRACT(JULIAN ...), improve Julian Date explanation. Tom Lane 10.17
2021-04-13 Fix some inappropriately-disallowed uses of ALTER ROLE/DATABASE SET. Tom Lane 10.17
2021-04-12 Fix old bug with coercing the result of a COLLATE expression. Tom Lane 10.17
2021-04-01 Fix pg_restore's misdesigned code for detecting archive file format. Tom Lane 10.17
2021-03-23 Fix psql's \connect command some more. Tom Lane 10.17
2021-03-20 Fix memory leak when rejecting bogus DH parameters. Tom Lane 10.17
2021-03-20 Fix memory leak when initializing DH parameters in backend Tom Lane 10.17