aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress
Commit message (Expand)AuthorAge
* Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT.Tom Lane2016-10-23
* Avoid testing tuple visibility without buffer lock in RI_FKey_check().Tom Lane2016-10-23
* Fix another bug in merging of inherited CHECK constraints.Tom Lane2016-10-13
* Fix two bugs in merging of inherited CHECK constraints.Tom Lane2016-10-08
* Remove user_relns() SRF from regression tests.Tom Lane2016-10-08
* Fix RLS with COPY (col1, col2) FROM tabStephen Frost2016-10-03
* Fix locking a tuple updated by an aborted (sub)transactionAlvaro Herrera2016-09-09
* Add regression test coverage for non-default timezone abbreviation sets.Tom Lane2016-09-04
* Don't require dynamic timezone abbreviations to match underlying time zone.Tom Lane2016-09-02
* Fix instability in parallel regression tests.Tom Lane2016-08-25
* Fix improper repetition of previous results from a hashed aggregate.Tom Lane2016-08-24
* Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.Tom Lane2016-08-11
* Fix two errors with nested CASE/WHEN constructs.Tom Lane2016-08-08
* Fix assorted fallout from IS [NOT] NULL patch.Tom Lane2016-07-28
* Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.Tom Lane2016-07-26
* Fix regression tests to work in Welsh locale.Tom Lane2016-07-22
* Make core regression tests safe for Danish locale.Tom Lane2016-07-21
* Fix failure to handle conflicts in non-arbiter exclusion constraints.Tom Lane2016-07-04
* Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.Tom Lane2016-06-27
* Mark read/write expanded values as read-only in ValuesNext(), too.Tom Lane2016-06-03
* Mark read/write expanded values as read-only in ExecProject().Tom Lane2016-06-03
* Fix assorted missing infrastructure for ON CONFLICT.Tom Lane2016-05-11
* Fix mishandling of equivalence-class tests in parameterized plans.Tom Lane2016-04-29
* Fix planner failure with full join in RHS of left join.Tom Lane2016-04-21
* Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.Tom Lane2016-04-21
* Honor PGCTLTIMEOUT environment variable for pg_regress' startup wait.Tom Lane2016-04-20
* Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.Tom Lane2016-04-15
* Reset plan->row_security_env and planUserIdStephen Frost2016-03-28
* Code review for error reports in jsonb_set().Tom Lane2016-03-23
* Fix assorted breakage in to_char()'s OF format option.Tom Lane2016-03-17
* Fix incorrect handling of NULL index entries in indexed ROW() comparisons.Tom Lane2016-03-09
* Fix json_to_record() bug with nested objects.Tom Lane2016-03-02
* Fix incorrect varlevelsup in security_barrier_replace_vars().Dean Rasheed2016-02-29
* Fix two-argument jsonb_object when called with empty arraysAndrew Dunstan2016-02-21
* Fix some regex issues with out-of-range characters and large char ranges.Tom Lane2016-02-08
* Fix overeager pushdown of HAVING clauses when grouping sets are used.Andres Freund2016-02-08
* Fix deparsing of ON CONFLICT arbiter WHERE clauses.Tom Lane2016-02-07
* ExecHashRemoveNextSkewBucket must physically copy tuples to main hashtable.Tom Lane2016-02-07
* Clean up code for widget_in() and widget_out().Tom Lane2016-01-09
* Add STRICT to some C functions created by the regression tests.Tom Lane2016-01-09
* Adjust behavior of row_security GUC to match the docs.Tom Lane2016-01-04
* Fix regrole and regnamespace types to honor quoting like other reg* types.Tom Lane2016-01-04
* Fix brin_summarize_new_values() to check index type and ownership.Tom Lane2015-12-26
* Make viewquery a copy in rewriteTargetView()Stephen Frost2015-12-21
* Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql.Tom Lane2015-12-19
* Rework internals of changing a type's ownershipAlvaro Herrera2015-12-17
* Collect the global OR of hasRowSecurity flags for plancacheStephen Frost2015-12-14
* Remove xmlparse(document '') testKevin Grittner2015-12-14
* Add an expected-file to match behavior of latest libxml2.Tom Lane2015-12-11
* For REASSIGN OWNED for foreign user mappingsAlvaro Herrera2015-12-11