summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2018-01-09Implement TZH and TZM timestamp format patternsAndrew Dunstan
2018-01-09Improve the heuristic for ordering child paths of a parallel append.Tom Lane
2018-01-09Fix ssl tests for when tls-server-end-point is not supportedPeter Eisentraut
2018-01-06Add TIMELINE to backup_label fileSimon Riggs
2018-01-04Implement channel binding tls-server-end-point for SCRAMPeter Eisentraut
2018-01-04Tweak parallel hash join test case in hopes of improving stability.Tom Lane
2018-01-03Revert "Fix isolation test to be less timing-dependent"Alvaro Herrera
2018-01-03Teach eval_const_expressions() to handle some more cases.Tom Lane
2018-01-03Allow ldaps when using ldap authenticationPeter Eisentraut
2018-01-03Fix isolation test to be less timing-dependentAlvaro Herrera
2018-01-03Update copyright for 2018Bruce Momjian
2018-01-02Fix deadlock hazard in CREATE INDEX CONCURRENTLYAlvaro Herrera
2018-01-01In tests, await an LSN no later than the recovery target.Noah Misch
2017-12-31Improve regression tests' code coverage for plpgsql control structures.Tom Lane
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