aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Fix secondary expected output for commit_ts testAlvaro Herrera2015-10-27
* Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane2015-10-20
* Fix back-patch of commit 8e3b4d9d40244c037bbc6e182ea3fabb9347d482.Noah Misch2015-10-20
* Eschew "RESET statement_timeout" in tests.Noah Misch2015-10-20
* Fix incorrect handling of lookahead constraints in pg_regprefix().Tom Lane2015-10-19
* Miscellaneous cleanup of regular-expression compiler.Tom Lane2015-10-16
* Fix regular-expression compiler to handle loops of constraint arcs.Tom Lane2015-10-16
* Fix NULL handling in datum_to_jsonb().Tom Lane2015-10-15
* Improve INSERT .. ON CONFLICT error message.Robert Haas2015-10-13
* Sigh, need "use Config" as well.Tom Lane2015-10-12