aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Support CONSTANT/NOT NULL/initial value for plpgsql composite variables.Tom Lane2018-02-13
* Make plpgsql use its DTYPE_REC code paths for composite-type variables.Tom Lane2018-02-13
* Add procedure support to pg_get_functiondefPeter Eisentraut2018-02-13
* Add tests for pg_get_functiondefPeter Eisentraut2018-02-13
* Fix typoPeter Eisentraut2018-02-13
* In LDAP test, restart after pg_hba.conf changesPeter Eisentraut2018-02-13
* Avoid premature free of pass-by-reference CALL arguments.Tom Lane2018-02-10
* Fix oversight in CALL argument handling, and do some minor cleanup.Tom Lane2018-02-10
* Refine SSL tests test name reportingPeter Eisentraut2018-02-08
* Make new triggers tests more robustPeter Eisentraut2018-02-07
* Add more information_schema columnsPeter Eisentraut2018-02-07
* Support all SQL:2011 options for window frame clauses.Tom Lane2018-02-07
* Fix possible crash in partition-wise join.Robert Haas2018-02-05
* Fix RelationBuildPartitionKey's processing of partition key expressions.Tom Lane2018-02-05
* Fix application of identity values in some casesPeter Eisentraut2018-02-02
* Fix typo: colums -> columns.Robert Haas2018-01-31
* Fix list partition constraints for partition keys of array type.Robert Haas2018-01-31
* Improve bit perturbation in TupleHashTableHash.Andres Freund2018-01-29
* Avoid crash during EvalPlanQual recheck of an inner indexscan.Tom Lane2018-01-27
* Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane2018-01-26
* Ignore partitioned indexes where appropriateAlvaro Herrera2018-01-25
* Allow spaces in connection strings in SSL testsPeter Eisentraut2018-01-25
* Add tests for record_image_eq and record_image_cmpPeter Eisentraut2018-01-24
* Teach reparameterize_path() to handle AppendPaths.Tom Lane2018-01-23
* Add installcheck support to more test suitesPeter Eisentraut2018-01-23
* Allow UPDATE to move rows between partitions.Robert Haas2018-01-19
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Fix regression tests for better stabilityAlvaro Herrera2018-01-19
* Local partitioned indexesAlvaro Herrera2018-01-19
* Fix typo and improve punctuationPeter Eisentraut2018-01-18
* Add tests for session_replication_rolePeter Eisentraut2018-01-18
* Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.Tom Lane2018-01-12
* Fix incorrect handling of subquery pullup in the presence of grouping sets.Tom Lane2018-01-12
* C comment: fix "the the" mentions in C commentsBruce Momjian2018-01-11
* Refactor subscription tests to use PostgresNode's wait_for_catchupPeter Eisentraut2018-01-11
* Add tests for PL/pgSQL returning unnamed portals as refcursorPeter Eisentraut2018-01-10
* Implement TZH and TZM timestamp format patternsAndrew Dunstan2018-01-09
* Improve the heuristic for ordering child paths of a parallel append.Tom Lane2018-01-09
* Fix ssl tests for when tls-server-end-point is not supportedPeter Eisentraut2018-01-09
* Add TIMELINE to backup_label fileSimon Riggs2018-01-06
* Implement channel binding tls-server-end-point for SCRAMPeter Eisentraut2018-01-04
* Tweak parallel hash join test case in hopes of improving stability.Tom Lane2018-01-04
* Revert "Fix isolation test to be less timing-dependent"Alvaro Herrera2018-01-03
* Teach eval_const_expressions() to handle some more cases.Tom Lane2018-01-03
* Allow ldaps when using ldap authenticationPeter Eisentraut2018-01-03
* Fix isolation test to be less timing-dependentAlvaro Herrera2018-01-03
* Update copyright for 2018Bruce Momjian2018-01-02
* Fix deadlock hazard in CREATE INDEX CONCURRENTLYAlvaro Herrera2018-01-02
* In tests, await an LSN no later than the recovery target.Noah Misch2017-12-31
* Improve regression tests' code coverage for plpgsql control structures.Tom Lane2017-12-31