aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress
Commit message (Expand)AuthorAge
* Fix confusion about event trigger vs. plain function in plpgsql.Tom Lane2020-02-19
* Revert commit 606f350de9.Fujii Masao2020-02-03
* Fix CheckAttributeType's handling of collations for ranges.Tom Lane2020-01-31
* Make inherited TRUNCATE perform access permission checks on parent table only.Fujii Masao2020-01-31
* Fix an oversight in commit 4c70098ff.Tom Lane2020-01-23
* Clean up formatting.c's logic for matching constant strings.Tom Lane2020-01-23
* Fix concurrent indexing operations with temporary tablesMichael Paquier2020-01-22
* Repair more failures with SubPlans in multi-row VALUES lists.Tom Lane2020-01-17
* Make rewriter prevent auto-updates on views with conditional INSTEAD rules.Dean Rasheed2020-01-14
* Prevent a rowtype from being included in itself via a range.Tom Lane2019-12-23
* Avoid low-probability regression test failures in timestamp[tz] tests.Tom Lane2019-12-22
* Fix error reporting for index expressions of prohibited types.Tom Lane2019-12-17
* Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.Tom Lane2019-12-12
* Remove redundant function calls in timestamp[tz]_part().Tom Lane2019-12-12
* Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane2019-12-01
* Further fix dumping of views that contain just VALUES(...).Tom Lane2019-11-16
* Remove test case that doesn't work with --disable-integer-timestamps.Tom Lane2019-11-09
* Fix integer-overflow edge case detection in interval_mul and pgbench.Tom Lane2019-11-07
* Report test_atomic_ops() failures consistently, via macros.Noah Misch2019-10-05
* Fix bitshiftright()'s zero-padding some more.Tom Lane2019-10-04
* Selectively include window frames in expression walks/mutates.Andrew Gierth2019-10-03
* Fix oversight in commit 4429f6a9e3e12bb4af6e3677fbc78cd80f160252.Amit Kapila2019-09-27
* Fix failure to zero-pad the result of bitshiftright().Tom Lane2019-09-22
* Test pg_atomic_fetch_add_ with variable addend and 16-bit edge cases.Noah Misch2019-09-13
* Fix usage of whole-row variables in WCO and RLS policy expressions.Tom Lane2019-09-12
* Disallow changing an inherited column's type if not all parents changed.Tom Lane2019-08-18
* Prevent possible double-free when update trigger returns old tuple.Tom Lane2019-08-15
* Fix some incorrect parsing of time with time zone stringsMichael Paquier2019-08-07
* Require the schema qualification in pg_temp.type_name(arg).Noah Misch2019-08-05
* Fix loss of fractional digits for large values in cash_numeric().Tom Lane2019-07-26
* Fix daterange canonicalization for +/- infinity.Jeff Davis2019-07-18
* Repair logic for reordering grouping sets optimization.Andrew Gierth2019-06-30
* Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.Tom Lane2019-06-24
* Fix incorrect printing of queries with duplicated join names.Tom Lane2019-06-12
* Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.Tom Lane2019-06-12
* Fix handling of COMMENT for domain constraintsMichael Paquier2019-06-12
* In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch2019-05-28
* Revert "In the pg_upgrade test suite, don't write to src/test/regress."Noah Misch2019-05-19
* In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch2019-05-19
* Fix misoptimization of "{1,1}" quantifiers in regular expressions.Tom Lane2019-05-12
* Use checkAsUser for selectivity estimator checks, if it's set.Dean Rasheed2019-05-06
* Fix security checks for selectivity estimation functions with RLS.Dean Rasheed2019-05-06
* Remove reindex_catalog test from test schedules.Andres Freund2019-05-05
* Run catalog reindexing test from 3dbb317d32 serially, to avoid deadlocks.Andres Freund2019-04-30
* Fix potential assertion failure when reindexing a pg_class index.Andres Freund2019-04-29
* Repair assorted issues in locale data extraction.Tom Lane2019-04-23
* Fix improper interaction of FULL JOINs with lateral references.Tom Lane2019-04-08
* Perform RLS subquery checks as the right user when going via a view.Dean Rasheed2019-04-02
* Accept XML documents when xmloption = content, as required by SQL:2006+.Tom Lane2019-03-23
* Ensure dummy paths have correct required_outer if rel is parameterized.Tom Lane2019-03-14