aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Include typmod when complaining about inherited column type mismatches.Tom Lane2015-12-26
* Fix brin_summarize_new_values() to check index type and ownership.Tom Lane2015-12-26
* Allow omitting one or both boundaries in an array slice specifier.Tom Lane2015-12-22
* Make viewquery a copy in rewriteTargetView()Stephen Frost2015-12-21
* Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql.Tom Lane2015-12-19
* Revert 9246af6799819847faa33baf441251003acbb8fe becauseTeodor Sigaev2015-12-18
* Allow to omit boundaries in array subscriptTeodor Sigaev2015-12-18
* Rework internals of changing a type's ownershipAlvaro Herrera2015-12-17
* Mark CHECK constraints declared NOT VALID valid if created with table.Robert Haas2015-12-16
* Collect the global OR of hasRowSecurity flags for plancacheStephen Frost2015-12-14
* Remove xmlparse(document '') testKevin Grittner2015-12-14
* Add an expected-file to match behavior of latest libxml2.Tom Lane2015-12-11
* For REASSIGN OWNED for foreign user mappingsAlvaro Herrera2015-12-11
* Handle policies during DROP OWNED BYStephen Frost2015-12-11
* Handle dependencies properly in ALTER POLICYStephen Frost2015-12-11
* Still more fixes for planner's handling of LATERAL references.Tom Lane2015-12-11
* Improve some messagesPeter Eisentraut2015-12-10
* Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.Andres Freund2015-12-10
* Avoid odd portability problem in TestLib.pm's slurp_file function.Tom Lane2015-12-08
* psql: Support multiple -c and -f options, and allow mixing them.Robert Haas2015-12-08
* PostgresNode: wrap correctly around port number range endAlvaro Herrera2015-12-07
* Fix another oversight in checking if a join with LATERAL refs is legal.Tom Lane2015-12-07
* Cleanup some problems in new Perl test codeAlvaro Herrera2015-12-07
* Create TestLib.pm's tempdir underneath tmp_check/, not out in the open.Tom Lane2015-12-05
* Fix broken subroutine call in TestLibAlvaro Herrera2015-12-02
* Refactor Perl test codeAlvaro Herrera2015-12-02
* Further tweaking of print_aligned_vertical().Tom Lane2015-12-01
* Rework wrap-width calculation in psql's print_aligned_vertical() function.Tom Lane2015-11-30
* Avoid caching expression state trees for domain constraints across queries.Tom Lane2015-11-29
* COPY (INSERT/UPDATE/DELETE .. RETURNING ..)Teodor Sigaev2015-11-27
* Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).Tom Lane2015-11-20
* Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.Robert Haas2015-11-19
* Message style fixPeter Eisentraut2015-11-17
* Message improvementsPeter Eisentraut2015-11-16
* Speed up ruleutils' name de-duplication code, and fix overlength-name case.Tom Lane2015-11-16
* Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts.Tom Lane2015-11-15
* Improve type numeric's calculations for ln(), log(), exp(), pow().Tom Lane2015-11-14
* Add "xid <> xid" and "xid <> int4" operators.Tom Lane2015-11-07
* Fix enforcement of restrictions inside regexp lookaround constraints.Tom Lane2015-11-07
* pg_size_pretty: Format negative values similar to positive ones.Robert Haas2015-11-06
* Fix erroneous hash calculations in gin_extract_jsonb_path().Tom Lane2015-11-05
* Update spelling of COPY optionsPeter Eisentraut2015-11-04
* 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