summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2018-01-25Ignore partitioned indexes where appropriateAlvaro Herrera
2018-01-25Allow spaces in connection strings in SSL testsPeter Eisentraut
2018-01-24Add tests for record_image_eq and record_image_cmpPeter Eisentraut
2018-01-23Teach reparameterize_path() to handle AppendPaths.Tom Lane
2018-01-23Add installcheck support to more test suitesPeter Eisentraut
2018-01-19Allow UPDATE to move rows between partitions.Robert Haas
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-19Fix regression tests for better stabilityAlvaro Herrera
2018-01-19Local partitioned indexesAlvaro Herrera
2018-01-18Fix typo and improve punctuationPeter Eisentraut
2018-01-18Add tests for session_replication_rolePeter Eisentraut
2018-01-12Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.Tom Lane
2018-01-12Fix incorrect handling of subquery pullup in the presence of grouping sets.Tom Lane
2018-01-12C comment: fix "the the" mentions in C commentsBruce Momjian
2018-01-11Refactor subscription tests to use PostgresNode's wait_for_catchupPeter Eisentraut
2018-01-10Add tests for PL/pgSQL returning unnamed portals as refcursorPeter Eisentraut
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