summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2015-10-15Fix NULL handling in datum_to_jsonb().Tom Lane
2015-10-13Improve INSERT .. ON CONFLICT error message.Robert Haas
2015-10-12Fix whitespacePeter Eisentraut
2015-10-09Remove set_latch_on_sigusr1 flag.Robert Haas
2015-10-09Handle append_rel_list in expand_security_qualStephen Frost
2015-10-08Factor out encoding specific tests for jsonAndrew Dunstan
2015-10-06Have CREATE TABLE LIKE add OID column if any LIKEd table has oneBruce Momjian
2015-10-06to_char(): Do not count negative sign as a digit for time valuesBruce Momjian
2015-10-05Fix insufficiently-portable regression test case.Tom Lane
2015-10-05Add regression tests for INSERT/UPDATE+RETURNINGStephen Frost
2015-10-05Prevent stack overflow in json-related functions.Noah Misch
2015-10-05ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost
2015-10-04Disallow invalid path elements in jsonb_setAndrew Dunstan
2015-10-04Make BYPASSRLS behave like superuser RLS bypass.Noah Misch
2015-10-03Add CASCADE support for CREATE EXTENSION.Andres Freund
2015-10-03Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.Andres Freund
2015-10-02Fix potential infinite loop in regular expression execution.Tom Lane
2015-10-01Fix pg_dump to handle inherited NOT VALID check constraints correctly.Tom Lane
2015-10-01Fix errors in commit a04bb65f70dafdf462e0478ad19e6de56df89bfc.Tom Lane
2015-09-30Include policies based on ACLs neededStephen Frost
2015-09-28Ensure a few policies remain for pg_upgradeStephen Frost
2015-09-28Fix ON CONFLICT DO UPDATE for tables with oids.Andres Freund
2015-09-21Fix possible internal overflow in numeric multiplication.Tom Lane
2015-09-21Remove the row_security=force GUC value.Noah Misch
2015-09-15Enforce ALL/SELECT policies in RETURNING for RLSStephen Frost
2015-09-15RLS refactoringStephen Frost
2015-09-13Fix the fastpath rule for jsonb_concat with an empty operand.Andrew Dunstan
2015-09-05Rearrange the handling of error context reports.Tom Lane
2015-09-04Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane
2015-09-03Disable fsync throughout TAP test suites.Noah Misch
2015-09-02Update the SSL test suite for recent changes to TAP testing framework.Robert Haas
2015-09-01Flush to show results of TestLib.pm (TAP) test as we go.Kevin Grittner
2015-08-28Simplify Perl chmod callsPeter Eisentraut
2015-08-25Further tweak wording of error messages about bad CONTINUE/EXIT statements.Tom Lane
2015-08-25Fix potential platform dependence in gist regression test.Tom Lane
2015-08-23Tweak wording of syntax error messages about bad CONTINUE/EXIT statements.Tom Lane
2015-08-22Detect mismatched CONTINUE and EXIT statements at plpgsql compile time.Tom Lane
2015-08-21Clean up roles from roleattributes testStephen Frost
2015-08-21In AlterRole, make bypassrls an intStephen Frost
2015-08-18Fix a few bogus statement type names in plpgsql error messages.Tom Lane
2015-08-15Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks.Tom Lane
2015-08-15Remove unused expected-output file.Robert Haas
2015-08-15Reject isolation test specifications with duplicate step names.Robert Haas
2015-08-14Reduce lock levels for ALTER TABLE SET autovacuum storage optionsSimon Riggs
2015-08-13Re-add BRIN isolation testAlvaro Herrera
2015-08-13Improve regression test case to avoid depending on system catalog stats.Tom Lane
2015-08-13Undo mistaken tightening in join_is_legal().Tom Lane
2015-08-12Postpone extParam/allParam calculations until the very end of planning.Tom Lane
2015-08-10Further mucking with PlaceHolderVar-related restrictions on join order.Tom Lane
2015-08-10Temporarily(?) remove BRIN isolation test.Tom Lane