summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2018-03-01pg_regress: Increase space available for test names.Andres Freund
2018-02-28Remove restriction on SQL block length in isolationtester scanner.Tom Lane
2018-02-28Fix assertion failure when Parallel Append is run serially.Robert Haas
2018-02-27Use the correct tuplestore read pointer in a NamedTuplestoreScan.Tom Lane
2018-02-27Revert renaming of int44in/int44out.Tom Lane
2018-02-27Prevent dangling-pointer access when update trigger returns old tuple.Tom Lane
2018-02-27Improve regression test coverage of regress.c.Tom Lane
2018-02-27Remove unused functions in regress.c.Tom Lane
2018-02-26Schema-qualify references in test_ddl_deparse test script.Tom Lane
2018-02-26Document security implications of search_path and the public schema.Noah Misch
2018-02-26Avoid using unsafe search_path settings during dump and restore.Tom Lane
2018-02-24Use croak instead of die in Perl code when appropriatePeter Eisentraut
2018-02-24Add window RANGE support for float4, float8, numeric.Tom Lane
2018-02-24Check error messages in SSL testsPeter Eisentraut
2018-02-24Fix filtering of unsupported relations in logical replicationPeter Eisentraut
2018-02-23Synchronize doc/ copies of src/test/examples/.Noah Misch
2018-02-23Fix planner failures with overlapping mergejoin clauses in an outer join.Tom Lane
2018-02-23Support parameters in CALLPeter Eisentraut
2018-02-22Add user-callable SHA-2 functionsPeter Eisentraut
2018-02-22Try to stabilize EXPLAIN output in partition_check test.Robert Haas
2018-02-22Charge cpu_tuple_cost * 0.5 for Append and MergeAppend nodes.Robert Haas
2018-02-20Error message improvementPeter Eisentraut
2018-02-19Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.Tom Lane
2018-02-19Fix expected outputAlvaro Herrera
2018-02-19Allow UNIQUE indexes on partitioned tablesAlvaro Herrera
2018-02-17Mention trigger name in trigger testAlvaro Herrera
2018-02-16Rename enable_partition_wise_join to enable_partitionwise_joinPeter Eisentraut
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