summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2017-09-15Test coverage for CREATE/ALTER FOREIGN DATA WRAPPER .. HANDLER.Robert Haas
2017-09-14Expand partitioned table RTEs level by level, without flattening.Robert Haas
2017-09-14Avoid use of bool in thread_test.cPeter Eisentraut
2017-09-13Adjust unstable regression test case.Tom Lane
2017-09-12Add psql variables to track success/failure of SQL queries.Tom Lane
2017-09-11Fix RecursiveCopy.pm to cope with disappearing files.Tom Lane
2017-09-11Prefer argument name over "$n" for the refname of a plpgsql argument.Tom Lane
2017-09-11Message style fixesPeter Eisentraut
2017-09-10Quick-hack fix for foreign key cascade vs triggers with transition tables.Tom Lane
2017-09-10Add a test harness for the red-black tree code.Tom Lane
2017-09-08Allow a partitioned table to have a default partition.Robert Haas
2017-09-08Fix more portability issues in new pgbench TAP tests.Tom Lane
2017-09-08Add much-more-extensive TAP tests for pgbench.Tom Lane
2017-09-07Fix handling of savepoint commands within multi-statement Query strings.Tom Lane
2017-09-06Allow SET STATISTICS on expression indexesSimon Riggs
2017-09-05Add \gdesc psql command.Tom Lane
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut
2017-09-05Support retaining data dirs on successful TAP testsPeter Eisentraut
2017-09-01Fix two-phase commit test for recovery modeAlvaro Herrera
2017-09-01Avoid race condition in logical replication testSimon Riggs
2017-08-31Introduce 64-bit hash functions with a 64-bit seed.Robert Haas
2017-08-31Expand partitioned tables in PartDesc order.Robert Haas
2017-08-31Improve code coverage of select_parallel test.Tom Lane
2017-08-30Remove 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-24Add 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-10Remove 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