Commits

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

DateSubjectAuthorReleases
2021-10-06 Fix corner-case loss of precision in numeric_power(). Dean Rasheed 9.6.24
2021-08-06 Adjust the integer overflow tests in the numeric code. Dean Rasheed 9.6.23
2021-08-05 Fix division-by-zero error in to_char() with 'EEEE' format. Dean Rasheed 9.6.23
2021-07-31 Fix corner-case errors and loss of precision in numeric_power(). Dean Rasheed 9.6.23
2021-07-10 Fix numeric_mul() overflow due to too many digits after decimal point. Dean Rasheed 9.6.23
2021-01-05 Add an explicit cast to double when using fabs(). Dean Rasheed 9.6.21
2021-01-05 Fix numeric_power() when the exponent is INT_MIN. Dean Rasheed 9.6.21
2020-01-14 Make rewriter prevent auto-updates on views with conditional INSTEAD rules. Dean Rasheed 9.6.17
2019-05-06 Use checkAsUser for selectivity estimator checks, if it's set. Dean Rasheed 9.6.13
2019-05-06 Fix security checks for selectivity estimation functions with RLS. Dean Rasheed 9.6.13
2019-04-02 Perform RLS subquery checks as the right user when going via a view. Dean Rasheed 9.6.13
2019-03-03 Further fixing for multi-row VALUES lists for updatable views. Dean Rasheed 9.6.13
2019-02-20 Fix DEFAULT-handling in multi-row VALUES lists for updatable views. Dean Rasheed 9.6.13
2017-11-24 Doc: add a summary table to the CREATE POLICY docs. Dean Rasheed 9.6.7
2017-11-06 Always require SELECT permission for ON CONFLICT DO UPDATE. Dean Rasheed 9.6.6
2017-09-27 Improve the CREATE POLICY documentation. Dean Rasheed 9.6.6
2016-12-21 Fix order of operations in CREATE OR REPLACE VIEW. Dean Rasheed 9.6.2
2016-05-06 Fix psql's \ev and \sv commands so that they handle view reloptions. Dean Rasheed 9.6.0
2016-05-06 Move and rename fmtReloptionsArray(). Dean Rasheed 9.6.0
2016-05-05 Fix corner-case loss of precision in numeric pow() calculation Dean Rasheed 9.6.0
2016-04-04 Improve estimate of distinct values in estimate_num_groups(). Dean Rasheed 9.6.0
2016-02-29 Fix incorrect varlevelsup in security_barrier_replace_vars(). Dean Rasheed 9.6.0
2016-02-20 Further fixing to make pg_size_bytes() portable. Dean Rasheed 9.6.0
2016-02-20 Fix pg_size_bytes() to be more portable. Dean Rasheed 9.6.0
2016-02-20 Add pg_size_bytes() to parse human-readable size strings. Dean Rasheed 9.6.0