aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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 EvalPlanQual bug when query contains both locked and not-locked rels.Tom Lane2016-03-22
* Fix phony .PHONY.Tom Lane2016-03-19
* 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
* Clean the last few TAP suite tmp_check directories.Noah Misch2016-02-24
* 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
* Revert "Fix broken multibyte regression tests."Tatsuo Ishii2016-01-26
* 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
* Handle policies during DROP OWNED BYStephen Frost2015-12-11
* Handle dependencies properly in ALTER POLICYStephen Frost2015-12-11
* Still more fixes for planner's handling of LATERAL references.Tom Lane2015-12-11
* Improve some messagesPeter Eisentraut2015-12-10
* Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.Andres Freund2015-12-10
* Avoid odd portability problem in TestLib.pm's slurp_file function.Tom Lane2015-12-08
* Fix another oversight in checking if a join with LATERAL refs is legal.Tom Lane2015-12-07
* Create TestLib.pm's tempdir underneath tmp_check/, not out in the open.Tom Lane2015-12-05
* Further tweaking of print_aligned_vertical().Tom Lane2015-12-01
* Rework wrap-width calculation in psql's print_aligned_vertical() function.Tom Lane2015-11-30
* Avoid caching expression state trees for domain constraints across queries.Tom Lane2015-11-29
* Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).Tom Lane2015-11-20
* Back-patch fixes to make TAP tests work on Windows.Tom Lane2015-11-17
* Message style fixPeter Eisentraut2015-11-17
* Message improvementsPeter Eisentraut2015-11-16
* Speed up ruleutils' name de-duplication code, and fix overlength-name case.Tom Lane2015-11-16
* Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts.Tom Lane2015-11-15
* Fix enforcement of restrictions inside regexp lookaround constraints.Tom Lane2015-11-07
* Fix erroneous hash calculations in gin_extract_jsonb_path().Tom Lane2015-11-05
* Message style improvementsPeter Eisentraut2015-10-28