summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2017-08-31Remove to pre-8.2 coding convention for PG_MODULE_MAGICPeter Eisentraut
2017-08-30Restore test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b.Tom Lane
2017-08-29Propagate sort instrumentation from workers back to leader.Robert Haas
2017-08-29Push tuple limits through Gather and Gather Merge.Robert Haas
2017-08-28Fix over-aggressive sanity check in misc_sanity.sql.Tom Lane
2017-08-25Add minimal regression test for blessed record type transfer.Andres Freund
2017-08-24psql: Fix \gx when FETCH_COUNT is usedStephen Frost
2017-08-24Make new regression test case parallel-safe, and improve its output.Tom Lane
2017-08-24Fix up secondary expected filesPeter Eisentraut
2017-08-23Improve plural handling in error messagePeter Eisentraut
2017-08-21Push limit through subqueries to underlying sort, where possible.Robert Haas
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-08-17Temporarily revert test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b.Tom Lane
2017-08-17Fix ExecReScanGatherMerge.Tom Lane
2017-08-14Expand coverage of parallel gather merge a bit.Andres Freund
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-08-12Simplify fetch-slot-xmins logic in recovery TAP tests.Tom Lane
2017-08-11Add regression tests exercising more code paths in nodeLimit.c.Tom Lane
2017-08-11Add regression tests exercising the non-hashed code paths in nodeSetop.c.Tom Lane
2017-08-11Remove uses of "slave" in replication contextsPeter Eisentraut
2017-08-10Improve the error message when creating an empty range partition.Robert Haas
2017-08-09Fix handling of container types in find_composite_type_dependencies.Tom Lane
2017-08-08Fix yet another race condition in recovery/t/001_stream_rep.pl.Tom Lane
2017-08-07Fix local/remote attribute mix-up in logical replicationPeter Eisentraut
2017-08-07Require update permission for the large object written by lo_put().Tom Lane
2017-08-07Again match pg_user_mappings to information_schema.user_mapping_options.Noah Misch
2017-08-07Don't allow logging in with empty password.Heikki Linnakangas
2017-08-05Fix bug in deciding whether to scan newly-attached partition.Robert Haas
2017-08-04Apply ALTER ... SET NOT NULL recursively in ALTER ... ADD PRIMARY KEY.Tom Lane
2017-08-04Further unify ROLE and USER command grammar rulesPeter Eisentraut
2017-08-03Teach map_partition_varattnos to handle whole-row expressions.Robert Haas
2017-08-02Revert test case added by commit 1e165d05fe06a9072867607886f818bc255507db.Tom Lane
2017-08-01Suppress less info in regression tests using DROP CASCADE.Tom Lane
2017-08-01Try to deliver a sane message for _create_locale() failure on Windows.Tom Lane
2017-08-01Allow creation of C/POSIX collations without depending on libc behavior.Tom Lane
2017-07-28Include publication owner's name in the output of \dRp+.Tom Lane
2017-07-27Work around Msys weakness in Testlib.pm's command_like()Andrew Dunstan
2017-07-25Make PostgresNode easily subclassableAlvaro Herrera
2017-07-24Fix partitioning crashes during error reporting.Robert Haas
2017-07-24Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.Tom Lane
2017-07-22Update expected results for collate.linux.utf8 regression test.Tom Lane
2017-07-21Make the new partition regression tests locale-independent.Dean Rasheed
2017-07-21Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed
2017-07-20Fix dumping of outer joins with empty qual lists.Tom Lane
2017-07-18Reverse-convert row types in ExecWithCheckOptions.Robert Haas
2017-07-18Use a real RT index when setting up partition tuple routing.Robert Haas
2017-07-17Improve legibility of numeric literalAndrew Dunstan
2017-07-17Merge large_object.sql test into largeobject.source.Tom Lane
2017-07-17Use usleep instead of select for timeouts in PostgresNode.pmAndrew Dunstan
2017-07-13Fix dumping of FUNCTION RTEs that contain non-function-call expressions.Tom Lane