summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2017-12-25Add polygon opclass for SP-GiSTTeodor Sigaev
2017-12-22Fix UNION/INTERSECT/EXCEPT over no columns.Tom Lane
2017-12-21Avoid putting build-location-dependent strings into generated files.Tom Lane
2017-12-21Add parallel-aware hash joins.Andres Freund
2017-12-19Test instrumentation of Hash nodes with parallel query.Robert Haas
2017-12-19Try again to fix accumulation of parallel worker instrumentation.Robert Haas
2017-12-19Add libpq connection parameter "scram_channel_binding"Peter Eisentraut
2017-12-16Avoid and detect SIGPIPE race in TAP tests.Noah Misch
2017-12-15Fix pruning of locked and updated tuples.Andres Freund
2017-12-13Revert "Fix accumulation of parallel worker instrumentation."Robert Haas
2017-12-13Start a separate test suite for plpgsqlPeter Eisentraut
2017-12-13Fix crash when using CALL on an aggregatePeter Eisentraut
2017-12-10Stabilize output of new regression test case.Tom Lane
2017-12-09Fix plpgsql to reinitialize record variables at block re-entry.Tom Lane
2017-12-09Fix regression test outputMagnus Hagander
2017-12-08Prohibit identity columns on typed tables and partitionsPeter Eisentraut
2017-12-08Apply identity sequence values on COPYPeter Eisentraut
2017-12-07Speed up isolation test for concurrent VACUUM/ANALYZE behavior.Robert Haas
2017-12-06Adjust regression test cases added by commit ab7271677.Tom Lane
2017-12-05Support Parallel Append plan nodes.Robert Haas
2017-12-05Fix accumulation of parallel worker instrumentation.Robert Haas
2017-12-05Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate.Andres Freund
2017-12-04When VACUUM or ANALYZE skips a concurrently dropped table, log it.Robert Haas
2017-12-01Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.Robert Haas
2017-12-01Fix uninitialized memory reference.Robert Haas
2017-11-30SQL proceduresPeter Eisentraut
2017-11-30Fix non-GNU makefiles for AIX make.Noah Misch
2017-11-30Fix neqjoinsel's behavior for semi/anti join cases.Tom Lane
2017-11-30Add some regression tests that exercise hash join code.Andres Freund
2017-11-29Add extensive tests for partition pruning.Robert Haas
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-11-28If a range-partitioned table has no default partition, reject null keys.Robert Haas
2017-11-28Add null test to partition constraint for default range partitions.Robert Haas
2017-11-28Mark some more functions as pg_attribute_noreturn().Tom Lane
2017-11-25Repair failure with SubPlans in multi-row VALUES lists.Tom Lane
2017-11-24Fix unstable regression test added by commits 59b71c6fe et al.Tom Lane
2017-11-24Fix handling of NULLs returned by aggregate combine functions.Andres Freund
2017-11-23Build src/test/isolation during "make" and "make install".Noah Misch
2017-11-22Sort default partition to bottom of psql \d+Simon Riggs
2017-11-22Show partition info from psql \d+Simon Riggs
2017-11-21Fix multiple problems with satisfies_hash_partition.Robert Haas
2017-11-20Reduce test variability for toast_tuple_target testSimon Riggs
2017-11-19Parameter toast_tuple_target controls TOAST for new rowsSimon Riggs
2017-11-18Fix quoted-substring handling in format parsing for to_char/to_number/etc.Tom Lane
2017-11-18Support channel binding 'tls-unique' in SCRAMPeter Eisentraut
2017-11-17Prevent to_number() from losing data when template doesn't match exactly.Tom Lane
2017-11-17Set proargmodes for satisfies_hash_partition.Robert Haas
2017-11-16Remove redundant line from Makefile.Robert Haas
2017-11-16Pass InitPlan values to workers via Gather (Merge).Robert Haas
2017-11-16Back out the session_start and session_end hooks feature.Andrew Dunstan