Commits

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

DateSubjectAuthorReleases
2023-05-04 Tighten array dimensionality checks in Python -> SQL array conversion. Tom Lane 11.20
2023-05-02 Doc: clarify behavior of row-limit arguments in the PLs' SPI wrappers. Tom Lane 11.20
2023-04-29 Tighten array dimensionality checks in Perl -> SQL array conversion. Tom Lane 11.20
2023-04-28 Handle zero-length sublist correctly in Python -> SQL array conversion. Tom Lane 11.20
2023-04-27 In hstore_plpython, avoid crashing when return value isn't a mapping. Tom Lane 11.20
2023-04-20 Use --strip-unneeded when stripping static libraries with GNU strip. Tom Lane 11.20
2023-04-18 Update time zone data files to tzdata release 2023c. Tom Lane 11.20
2023-04-17 Avoid trying to write an empty WAL record in log_newpage_range(). Tom Lane 11.20
2023-04-13 Add MacPorts support to src/test/ldap tests. Tom Lane 11.20
2023-04-12 Fix parallel-safety marking when moving initplans to another node. Tom Lane 11.20
2023-04-06 Stabilize just-added regression test cases. Tom Lane 11.20
2023-04-06 Fix ts_headline() edge cases for empty query and empty search text. Tom Lane 11.20
2023-03-31 Ensure acquire_inherited_sample_rows sets its output parameters. Tom Lane 11.20
2023-03-29 Fix dereference of dangling pointer in GiST index buffering build. Tom Lane 11.20
2023-03-27 Reject attempts to alter composite types used in indexes. Tom Lane 11.20
2023-03-26 Fix oversights in array manipulation. Tom Lane 11.20
2023-03-18 Doc: fix documentation example for bytea hex output format. Tom Lane 11.20
2023-03-17 Fix pg_dump for hash partitioning on enum columns. Tom Lane 11.20
2023-03-14 Fix corner case bug in numeric to_char() some more. Tom Lane 11.20
2023-03-13 Fix JSON error reporting for many cases of erroneous string values. Tom Lane 11.20
2023-03-13 Fix failure to detect some cases of improperly-nested aggregates. Tom Lane 11.20
2023-03-11 Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex. Tom Lane 11.20
2023-03-10 Ensure COPY TO on an RLS-enabled table copies no more than it should. Tom Lane 11.20
2023-03-07 Fix more bugs caused by adding columns to the end of a view. Tom Lane 11.20
2023-03-01 Avoid fetching one past the end of translate()'s "to" parameter. Tom Lane 11.20