aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Implement lookbehind constraints in our regular-expression engine.Tom Lane2015-10-30
* Message style improvementsPeter Eisentraut2015-10-28
* Fix secondary expected output for commit_ts testAlvaro Herrera2015-10-27
* Remove redundant CREATEUSER/NOCREATEUSER options in CREATE ROLE et al.Tom Lane2015-10-22
* Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane2015-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
* Fix whitespacePeter Eisentraut2015-10-11
* Remove set_latch_on_sigusr1 flag.Robert Haas2015-10-09
* Handle append_rel_list in expand_security_qualStephen Frost2015-10-09
* Factor out encoding specific tests for jsonAndrew Dunstan2015-10-07
* Have CREATE TABLE LIKE add OID column if any LIKEd table has oneBruce Momjian2015-10-05
* to_char(): Do not count negative sign as a digit for time valuesBruce Momjian2015-10-05
* 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
* Add CASCADE support for CREATE EXTENSION.Andres Freund2015-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
* Fix errors in commit a04bb65f70dafdf462e0478ad19e6de56df89bfc.Tom Lane2015-09-30
* 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
* Rearrange the handling of error context reports.Tom Lane2015-09-05
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-04
* Disable fsync throughout TAP test suites.Noah Misch2015-09-03
* Update the SSL test suite for recent changes to TAP testing framework.Robert Haas2015-09-02
* Flush to show results of TestLib.pm (TAP) test as we go.Kevin Grittner2015-09-01
* Simplify Perl chmod callsPeter Eisentraut2015-08-27
* Further tweak wording of error messages about bad CONTINUE/EXIT statements.Tom Lane2015-08-25
* Fix potential platform dependence in gist regression test.Tom Lane2015-08-25
* Tweak wording of syntax error messages about bad CONTINUE/EXIT statements.Tom Lane2015-08-23
* Detect mismatched CONTINUE and EXIT statements at plpgsql compile time.Tom Lane2015-08-21
* 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