aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Cause TestLib.pm to define $windows_os in all branches.Tom Lane2015-10-12
* Fix whitespacePeter Eisentraut2015-10-11
* Handle append_rel_list in expand_security_qualStephen Frost2015-10-09
* Factor out encoding specific tests for jsonAndrew Dunstan2015-10-07
* Fix insufficiently-portable regression test case.Tom Lane2015-10-05
* Add regression tests for INSERT/UPDATE+RETURNINGStephen Frost2015-10-05
* Prevent stack overflow in json-related functions.Noah Misch2015-10-05
* ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost2015-10-04
* Disallow invalid path elements in jsonb_setAndrew Dunstan2015-10-04
* Make BYPASSRLS behave like superuser RLS bypass.Noah Misch2015-10-03
* Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.Andres Freund2015-10-03
* Fix potential infinite loop in regular expression execution.Tom Lane2015-10-02
* Fix pg_dump to handle inherited NOT VALID check constraints correctly.Tom Lane2015-10-01
* Include policies based on ACLs neededStephen Frost2015-09-30
* Ensure a few policies remain for pg_upgradeStephen Frost2015-09-28
* Fix ON CONFLICT DO UPDATE for tables with oids.Andres Freund2015-09-28
* Fix possible internal overflow in numeric multiplication.Tom Lane2015-09-21
* Remove the row_security=force GUC value.Noah Misch2015-09-20
* Enforce ALL/SELECT policies in RETURNING for RLSStephen Frost2015-09-15
* RLS refactoringStephen Frost2015-09-15
* Fix the fastpath rule for jsonb_concat with an empty operand.Andrew Dunstan2015-09-13
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-04
* Disable fsync throughout TAP test suites.Noah Misch2015-09-03
* Simplify Perl chmod callsPeter Eisentraut2015-08-27
* Fix potential platform dependence in gist regression test.Tom Lane2015-08-25
* Clean up roles from roleattributes testStephen Frost2015-08-21
* In AlterRole, make bypassrls an intStephen Frost2015-08-21
* Fix a few bogus statement type names in plpgsql error messages.Tom Lane2015-08-18
* Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks.Tom Lane2015-08-15
* Re-add BRIN isolation testAlvaro Herrera2015-08-13
* Improve regression test case to avoid depending on system catalog stats.Tom Lane2015-08-13
* Undo mistaken tightening in join_is_legal().Tom Lane2015-08-12
* Further mucking with PlaceHolderVar-related restrictions on join order.Tom Lane2015-08-10
* Temporarily(?) remove BRIN isolation test.Tom Lane2015-08-10
* Fix broken multibyte regression tests.Tatsuo Ishii2015-08-09
* Further adjustments to PlaceHolderVar removal.Tom Lane2015-08-07
* Fix old oversight in join removal logic.Tom Lane2015-08-06
* Fix eclass_useful_for_merging to give valid results for appendrel children.Tom Lane2015-08-06
* Further fixes for degenerate outer join clauses.Tom Lane2015-08-06
* Fix `make installcheck` for serializable transactions.Kevin Grittner2015-08-06
* Fix BRIN to use SnapshotAny during summarizationAlvaro Herrera2015-08-05
* Fix pg_dump to dump shell types.Tom Lane2015-08-04