summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2015-12-31Fix ALTER OPERATOR to update dependencies properly.Tom Lane
2015-12-28Fix omission of -X (--no-psqlrc) in some psql invocations.Tom Lane
2015-12-26Include typmod when complaining about inherited column type mismatches.Tom Lane
2015-12-26Fix brin_summarize_new_values() to check index type and ownership.Tom Lane
2015-12-23Allow omitting one or both boundaries in an array slice specifier.Tom Lane
2015-12-21Make viewquery a copy in rewriteTargetView()Stephen Frost
2015-12-19Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql.Tom Lane
2015-12-18Revert 9246af6799819847faa33baf441251003acbb8fe becauseTeodor Sigaev
2015-12-18Allow to omit boundaries in array subscriptTeodor Sigaev
2015-12-17Rework internals of changing a type's ownershipAlvaro Herrera
2015-12-16Mark CHECK constraints declared NOT VALID valid if created with table.Robert Haas
2015-12-15Collect the global OR of hasRowSecurity flags for plancacheStephen Frost
2015-12-14Remove xmlparse(document '') testKevin Grittner
2015-12-12Add an expected-file to match behavior of latest libxml2.Tom Lane
2015-12-11For REASSIGN OWNED for foreign user mappingsAlvaro Herrera
2015-12-11Handle policies during DROP OWNED BYStephen Frost
2015-12-11Handle dependencies properly in ALTER POLICYStephen Frost
2015-12-11Still more fixes for planner's handling of LATERAL references.Tom Lane
2015-12-11Improve some messagesPeter Eisentraut
2015-12-10Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.Andres Freund
2015-12-08Avoid odd portability problem in TestLib.pm's slurp_file function.Tom Lane
2015-12-08psql: Support multiple -c and -f options, and allow mixing them.Robert Haas
2015-12-07PostgresNode: wrap correctly around port number range endAlvaro Herrera
2015-12-07Fix another oversight in checking if a join with LATERAL refs is legal.Tom Lane
2015-12-07Cleanup some problems in new Perl test codeAlvaro Herrera
2015-12-05Create TestLib.pm's tempdir underneath tmp_check/, not out in the open.Tom Lane
2015-12-03Fix broken subroutine call in TestLibAlvaro Herrera
2015-12-02Refactor Perl test codeAlvaro Herrera
2015-12-01Further tweaking of print_aligned_vertical().Tom Lane
2015-11-30Rework wrap-width calculation in psql's print_aligned_vertical() function.Tom Lane
2015-11-29Avoid caching expression state trees for domain constraints across queries.Tom Lane
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