aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix two-phase commit test for recovery modeAlvaro Herrera2017-09-01
* Avoid race condition in logical replication testSimon Riggs2017-09-01
* Improve code coverage of select_parallel test.Tom Lane2017-08-31
* Restore test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b.Tom Lane2017-08-30
* Fix over-aggressive sanity check in misc_sanity.sql.Tom Lane2017-08-28
* psql: Fix \gx when FETCH_COUNT is usedStephen Frost2017-08-24
* Temporarily revert test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b.Tom Lane2017-08-17
* Fix ExecReScanGatherMerge.Tom Lane2017-08-17
* Expand coverage of parallel gather merge a bit.Andres Freund2017-08-14
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Simplify fetch-slot-xmins logic in recovery TAP tests.Tom Lane2017-08-12
* Add regression tests exercising more code paths in nodeLimit.c.Tom Lane2017-08-11
* Add regression tests exercising the non-hashed code paths in nodeSetop.c.Tom Lane2017-08-11
* Remove uses of "slave" in replication contextsPeter Eisentraut2017-08-10
* Improve the error message when creating an empty range partition.Robert Haas2017-08-10
* Fix handling of container types in find_composite_type_dependencies.Tom Lane2017-08-09
* Fix yet another race condition in recovery/t/001_stream_rep.pl.Tom Lane2017-08-08
* Fix local/remote attribute mix-up in logical replicationPeter Eisentraut2017-08-07
* Require update permission for the large object written by lo_put().Tom Lane2017-08-07
* Again match pg_user_mappings to information_schema.user_mapping_options.Noah Misch2017-08-07
* Don't allow logging in with empty password.Heikki Linnakangas2017-08-07
* Fix bug in deciding whether to scan newly-attached partition.Robert Haas2017-08-04
* Apply ALTER ... SET NOT NULL recursively in ALTER ... ADD PRIMARY KEY.Tom Lane2017-08-04
* Further unify ROLE and USER command grammar rulesPeter Eisentraut2017-08-03
* Teach map_partition_varattnos to handle whole-row expressions.Robert Haas2017-08-03
* Revert test case added by commit 1e165d05fe06a9072867607886f818bc255507db.Tom Lane2017-08-01
* Suppress less info in regression tests using DROP CASCADE.Tom Lane2017-08-01
* Try to deliver a sane message for _create_locale() failure on Windows.Tom Lane2017-08-01
* Allow creation of C/POSIX collations without depending on libc behavior.Tom Lane2017-08-01
* Include publication owner's name in the output of \dRp+.Tom Lane2017-07-28
* Work around Msys weakness in Testlib.pm's command_like()Andrew Dunstan2017-07-26
* Make PostgresNode easily subclassableAlvaro Herrera2017-07-25
* Fix partitioning crashes during error reporting.Robert Haas2017-07-24
* Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.Tom Lane2017-07-24
* Update expected results for collate.linux.utf8 regression test.Tom Lane2017-07-22
* Make the new partition regression tests locale-independent.Dean Rasheed2017-07-21
* Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed2017-07-21
* Fix dumping of outer joins with empty qual lists.Tom Lane2017-07-20
* Reverse-convert row types in ExecWithCheckOptions.Robert Haas2017-07-17
* Use a real RT index when setting up partition tuple routing.Robert Haas2017-07-17
* Improve legibility of numeric literalAndrew Dunstan2017-07-17
* Merge large_object.sql test into largeobject.source.Tom Lane2017-07-17
* Use usleep instead of select for timeouts in PostgresNode.pmAndrew Dunstan2017-07-17
* Fix dumping of FUNCTION RTEs that contain non-function-call expressions.Tom Lane2017-07-13
* Fix ruleutils.c for domain-over-array cases, too.Tom Lane2017-07-12
* commit_ts test: Set node name in testAlvaro Herrera2017-07-12
* Fix multiple assignments to a column of a domain type.Tom Lane2017-07-11
* Fix COPY's handling of transition tables with indexes.Andrew Gierth2017-07-10
* Simplify the logic checking new range partition bounds.Dean Rasheed2017-07-06
* Fix another race-condition-ish issue in recovery/t/001_stream_rep.pl.Tom Lane2017-07-05