summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2018-02-14Support CONSTANT/NOT NULL/initial value for plpgsql composite variables.Tom Lane
2018-02-13Make plpgsql use its DTYPE_REC code paths for composite-type variables.Tom Lane
2018-02-13Add procedure support to pg_get_functiondefPeter Eisentraut
2018-02-13Add tests for pg_get_functiondefPeter Eisentraut
2018-02-13Fix typoPeter Eisentraut
2018-02-13In LDAP test, restart after pg_hba.conf changesPeter Eisentraut
2018-02-10Avoid premature free of pass-by-reference CALL arguments.Tom Lane
2018-02-10Fix oversight in CALL argument handling, and do some minor cleanup.Tom Lane
2018-02-08Refine SSL tests test name reportingPeter Eisentraut
2018-02-07Make new triggers tests more robustPeter Eisentraut
2018-02-07Add more information_schema columnsPeter Eisentraut
2018-02-07Support all SQL:2011 options for window frame clauses.Tom Lane
2018-02-05Fix possible crash in partition-wise join.Robert Haas
2018-02-05Fix RelationBuildPartitionKey's processing of partition key expressions.Tom Lane
2018-02-02Fix application of identity values in some casesPeter Eisentraut
2018-01-31Fix typo: colums -> columns.Robert Haas
2018-01-31Fix list partition constraints for partition keys of array type.Robert Haas
2018-01-29Improve bit perturbation in TupleHashTableHash.Andres Freund
2018-01-27Avoid crash during EvalPlanQual recheck of an inner indexscan.Tom Lane
2018-01-26Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane
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