summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2015-11-27COPY (INSERT/UPDATE/DELETE .. RETURNING ..)Teodor Sigaev
2015-11-20Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).Tom Lane
2015-11-19Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.Robert Haas
2015-11-17Message style fixPeter Eisentraut
2015-11-17Message improvementsPeter Eisentraut
2015-11-16Speed up ruleutils' name de-duplication code, and fix overlength-name case.Tom Lane
2015-11-15Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts.Tom Lane
2015-11-14Improve type numeric's calculations for ln(), log(), exp(), pow().Tom Lane
2015-11-07Add "xid <> xid" and "xid <> int4" operators.Tom Lane
2015-11-07Fix enforcement of restrictions inside regexp lookaround constraints.Tom Lane
2015-11-06pg_size_pretty: Format negative values similar to positive ones.Robert Haas
2015-11-05Fix erroneous hash calculations in gin_extract_jsonb_path().Tom Lane
2015-11-05Update spelling of COPY optionsPeter Eisentraut
2015-10-30Implement lookbehind constraints in our regular-expression engine.Tom Lane
2015-10-29Message style improvementsPeter Eisentraut
2015-10-28Fix secondary expected output for commit_ts testAlvaro Herrera
2015-10-22Remove redundant CREATEUSER/NOCREATEUSER options in CREATE ROLE et al.Tom Lane
2015-10-20Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane
2015-10-20Eschew "RESET statement_timeout" in tests.Noah Misch
2015-10-19Fix incorrect handling of lookahead constraints in pg_regprefix().Tom Lane
2015-10-16Miscellaneous cleanup of regular-expression compiler.Tom Lane
2015-10-16Fix regular-expression compiler to handle loops of constraint arcs.Tom Lane
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