Commits

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

DateSubjectAuthorReleases
2023-10-29 btree_gin: Fix calculation of leftmost interval value. Dean Rasheed 11.22
2023-02-25 Fix mishandling of OLD/NEW references in subqueries in rule actions. Dean Rasheed 11.20
2023-02-23 Fix multi-row DEFAULT handling for INSERT ... SELECT rules. Dean Rasheed 11.20
2023-02-22 Add missing support for the latest SPI status codes. Dean Rasheed 11.20
2023-01-06 Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA. Dean Rasheed 11.19
2022-12-03 Fix DEFAULT handling for multi-row INSERT rules. Dean Rasheed 11.19
2022-07-07 Fix alias matching in transformLockingClause(). Dean Rasheed 11.17
2021-10-06 Fix corner-case loss of precision in numeric_power(). Dean Rasheed 11.14
2021-08-06 Adjust the integer overflow tests in the numeric code. Dean Rasheed 11.13
2021-08-05 Improve numeric_power() tests for large integer powers. Dean Rasheed 11.13
2021-08-05 Fix division-by-zero error in to_char() with 'EEEE' format. Dean Rasheed 11.13
2021-07-31 Fix corner-case errors and loss of precision in numeric_power(). Dean Rasheed 11.13
2021-07-10 Fix numeric_mul() overflow due to too many digits after decimal point. Dean Rasheed 11.13
2021-01-05 Add an explicit cast to double when using fabs(). Dean Rasheed 11.11
2021-01-05 Fix numeric_power() when the exponent is INT_MIN. Dean Rasheed 11.11
2020-01-14 Make rewriter prevent auto-updates on views with conditional INSTEAD rules. Dean Rasheed 11.7
2019-05-06 Use checkAsUser for selectivity estimator checks, if it's set. Dean Rasheed 11.3
2019-05-06 Fix security checks for selectivity estimation functions with RLS. Dean Rasheed 11.3
2019-04-02 Perform RLS subquery checks as the right user when going via a view. Dean Rasheed 11.3
2019-03-03 Further fixing for multi-row VALUES lists for updatable views. Dean Rasheed 11.3
2019-02-20 Fix DEFAULT-handling in multi-row VALUES lists for updatable views. Dean Rasheed 11.3
2018-07-20 Guard against rare RAND_bytes() failures in pg_strong_random(). Dean Rasheed 11.0
2018-03-22 Improve ANALYZE's strategy for finding MCVs. Dean Rasheed 11.0
2017-11-24 RLS comment fixes. Dean Rasheed 11.0
2017-11-24 Fix broken XML in CREATE POLICY sgml. Dean Rasheed 11.0