summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-08-13Fix random regression failure in test case "temp"Michael Paquier
2019-08-12Fix planner's test for case-foldable characters in ILIKE with ICU.Tom Lane
2019-08-11Partially revert "Insert temporary debugging output in regression tests."Tom Lane
2019-08-11Adjust string comparison in jsonpathAlexander Korotkov
2019-08-10Fix "ANALYZE t, t" inside a transaction block.Tom Lane
2019-08-09Fix SIGSEGV in pruning for ScalarArrayOp with constant-null array.Tom Lane
2019-08-08Fix certificate subjects in ldap testAndrew Dunstan
2019-08-07Apply constraint exclusion more generally in partitioningAlvaro Herrera
2019-08-07Fix predicate-locking of HOT updated rows.Heikki Linnakangas
2019-08-07Fix some incorrect parsing of time with time zone stringsMichael Paquier
2019-08-06Save Kerberos and LDAP daemon logs where the buildfarm can find them.Tom Lane
2019-08-05Fix choice of comparison operators for cross-type hashed subplans.Tom Lane
2019-08-05Require the schema qualification in pg_temp.type_name(arg).Noah Misch
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-08-04Avoid picking already-bound TCP ports in kerberos and ldap test suites.Tom Lane
2019-08-04Improve pruning of a default partitionAlvaro Herrera
2019-08-02Fix representation of hash keys in Hash/HashJoin nodes.Andres Freund
2019-08-01Allow functions-in-FROM to be pulled up if they reduce to constants.Tom Lane
2019-08-01Add sort support routine for the inet data type.Peter Geoghegan
2019-08-01Add an isolation test to exercise parallel-worker deadlock resolution.Tom Lane
2019-07-31Run UTF8-requiring collation tests by defaultPeter Eisentraut
2019-07-30Don't build extended statistics on inheritance treesTomas Vondra
2019-07-29Fix handling of expressions and predicates in REINDEX CONCURRENTLYMichael Paquier
2019-07-28Improve test coverage for LISTEN/NOTIFY.Tom Lane
2019-07-28Fix isolationtester race condition for notices sent before blocking.Tom Lane
2019-07-27Don't drop NOTICE messages in isolation tests.Tom Lane
2019-07-26Fix loss of fractional digits for large values in cash_numeric().Tom Lane
2019-07-25Fix LDAP test instability.Thomas Munro
2019-07-25Add missing (COSTS OFF) to EXPLAIN added in previous commit.Andres Freund
2019-07-25Fix slot type handling for Agg nodes performing internal sorts.Andres Freund
2019-07-25Fix system column accesses in ON CONFLICT ... RETURNING.Andres Freund
2019-07-24Fix failure with pgperlcritic from the TAP test of synchronous replicationMichael Paquier
2019-07-24Improve stability of TAP test for synchronous replicationMichael Paquier
2019-07-23Check that partitions are not in use when dropping constraintsAlvaro Herrera
2019-07-23Improve psql's \d output for partitioned indexes.Tom Lane
2019-07-23Improve psql's \d output for TOAST tables.Tom Lane
2019-07-22Install dependencies to prevent dropping partition key columns.Tom Lane
2019-07-22Revert "initdb: Change authentication defaults"Peter Eisentraut
2019-07-22initdb: Change authentication defaultsPeter Eisentraut
2019-07-22Make identity sequence management more robustPeter Eisentraut
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-07-18Fix daterange canonicalization for +/- infinity.Jeff Davis
2019-07-18Fix handling of NULLs in MCV items and constantsTomas Vondra
2019-07-17Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-07-14Add gen_random_uuid functionPeter Eisentraut
2019-07-14Add support for <-> (box, point) operator to SP-GiST box_opsAlexander Korotkov
2019-07-14Add support for <-> (box, point) operator to GiST box_opsAlexander Korotkov
2019-07-14Add missing commutators for distance operatorsAlexander Korotkov