summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2019-06-30Move rolenames test out of the core regression tests.Tom Lane
2019-06-30Remove explicit error handling for obsolete date/time valuesPeter Eisentraut
2019-06-29Add an enforcement mechanism for global object names in regression tests.Tom Lane
2019-06-29Fix regression tests to use only global names beginning with "regress_".Tom Lane
2019-06-28Fix for dropped columns in a partitioned table's default partitionAlvaro Herrera
2019-06-26Fix partitioned index creation with foreign partitionsAlvaro Herrera
2019-06-26Follow the rule that regression-test-created roles are named "regress_xxx".Tom Lane
2019-06-25Add toast-level reloption for vacuum_index_cleanupMichael Paquier
2019-06-24Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.Tom Lane
2019-06-24Drop test user when done with it.Tom Lane
2019-06-23Add security checks to the multivariate MCV estimation code.Dean Rasheed
2019-06-22Consolidate methods for translating a Perl path to a Windows path.Noah Misch
2019-06-20Rework some error strings for REINDEX CONCURRENTLY with system catalogsMichael Paquier
2019-06-19Support 'q' flag in jsonpath 'like_regex' predicateAlexander Korotkov
2019-06-18Fix memory corruption/crash in ANALYZE.Andres Freund
2019-06-18Avoid spurious deadlocks when upgrading a tuple lockAlvaro Herrera
2019-06-17Fix buffer overflow when parsing SCRAM verifiers in backendMichael Paquier
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-06-17Revert "Avoid spurious deadlocks when upgrading a tuple lock"Alvaro Herrera
2019-06-15Add pg_stats_ext view for extended statisticsTomas Vondra
2019-06-15Rework the pg_statistic_ext catalogTomas Vondra
2019-06-13Avoid spurious deadlocks when upgrading a tuple lockAlvaro Herrera
2019-06-13Fix double-word typosAlvaro Herrera
2019-06-12Fix incorrect printing of queries with duplicated join names.Tom Lane
2019-06-12Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.Tom Lane
2019-06-12Fix handling of COMMENT for domain constraintsMichael Paquier
2019-06-11Fix conversion of JSON strings to JSON output columns in json_to_record().Tom Lane
2019-06-08Stop using spelling "nonexistant".Noah Misch
2019-06-08Update stale comments, and fix comment typos.Noah Misch
2019-06-08Fix assorted inconsistencies.Amit Kapila
2019-06-07Fix default_tablespace usage for partitioned tablesAlvaro Herrera