Commits

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

DateSubjectAuthorReleases
2023-09-18 Don't crash if cursor_to_xmlschema is used on a non-data-returning Portal. Tom Lane 11.22
2023-09-15 Track nesting depth correctly when drilling down into RECORD Vars. Tom Lane 11.22
2023-09-15 Fix get_expr_result_type() to find field names for RECORD Consts. Tom Lane 11.22
2023-09-15 Allow extracting fields from a ROW() expression in more cases. Tom Lane 11.22
2023-08-24 Avoid unnecessary plancache revalidation of utility statements. Tom Lane 11.22
2023-08-07 Stamp 11.21. Tom Lane 11.21
2023-08-07 Last-minute updates for release notes. Tom Lane 11.21
2023-08-05 Release notes for 15.4, 14.9, 13.12, 12.16, 11.21. Tom Lane 11.21
2023-07-27 Raise fixed token-length limit in hba.c. Tom Lane 11.21
2023-07-19 Doc: improve description of IN and row-constructor comparisons. Tom Lane 11.21
2023-07-18 Doc: fix out-of-date example of SPI usage. Tom Lane 11.21
2023-07-13 Remove unnecessary pfree() in g_intbig_compress(). Tom Lane 11.21
2023-07-10 Be more rigorous about local variables in PostgresMain(). Tom Lane 11.21
2023-06-29 Fix order of operations in ExecEvalFieldStoreDeForm(). Tom Lane 11.21
2023-06-24 Check for interrupts and stack overflow in TParserGet(). Tom Lane 11.21
2023-06-21 Avoid Assert failure when processing empty statement in aborted xact. Tom Lane 11.21
2023-06-13 Correctly update hasSubLinks while mutating a rule action. Tom Lane 11.21
2023-05-19 Avoid naming conflict between transactions.sql and namespace.sql. Tom Lane 11.21
2023-05-16 Ensure Soundex difference() function handles empty input sanely. Tom Lane 11.21
2023-05-08 Stamp 11.20. Tom Lane 11.20
2023-05-08 Last-minute updates for release notes. Tom Lane 11.20
2023-05-08 Adjust sepgsql expected output for 681d9e462 et al. Tom Lane 11.20
2023-05-08 Handle RLS dependencies in inlined set-returning functions properly. Tom Lane 11.20
2023-05-07 Release notes for 15.3, 14.8, 13.11, 12.15, 11.20. Tom Lane 11.20
2023-05-04 In array_position()/array_positions(), beware of empty input array. Tom Lane 11.20