summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2019-07-12Warn if wal_level is too low when creating a publication.Thomas Munro
2019-07-12Fix RANGE partition pruning with multiple boolean partition keysDavid Rowley
2019-07-09Propagate trigger arguments to partitionsAlvaro Herrera
2019-07-09Force hash joins to be enabled in the hash join regression tests.Thomas Munro
2019-07-08Fix inconsistencies in the codeMichael Paquier
2019-07-06Add some test cases to improve test coverage of parse_expr.c.Tom Lane
2019-07-05Remove dead encoding-conversion functions.Tom Lane
2019-07-05Add \warn command to psql.Tom Lane
2019-07-05Add min() and max() aggregates for pg_lsnMichael Paquier
2019-07-04Fix pg_mcv_list_items() to produce text[]Tomas Vondra
2019-07-03Don't remove surplus columns from GROUP BY for inheritance parentsDavid Rowley
2019-07-02Simplify psql \d's rule for ordering the indexes of a table.Tom Lane
2019-06-30Repair logic for reordering grouping sets optimization.Andrew Gierth
2019-06-30Blind attempt to fix SSPI-auth case in 010_dump_connstr.pl.Tom Lane