aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix daterange canonicalization for +/- infinity.Jeff Davis2019-07-18
* Fix handling of NULLs in MCV items and constantsTomas Vondra2019-07-18
* Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane2019-07-17
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Add gen_random_uuid functionPeter Eisentraut2019-07-14
* Add support for <-> (box, point) operator to SP-GiST box_opsAlexander Korotkov2019-07-14
* Add support for <-> (box, point) operator to GiST box_opsAlexander Korotkov2019-07-14
* Add missing commutators for distance operatorsAlexander Korotkov2019-07-14
* Warn if wal_level is too low when creating a publication.Thomas Munro2019-07-13
* Fix RANGE partition pruning with multiple boolean partition keysDavid Rowley2019-07-12
* Propagate trigger arguments to partitionsAlvaro Herrera2019-07-09
* Force hash joins to be enabled in the hash join regression tests.Thomas Munro2019-07-09
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Add some test cases to improve test coverage of parse_expr.c.Tom Lane2019-07-05
* Remove dead encoding-conversion functions.Tom Lane2019-07-05
* Add \warn command to psql.Tom Lane2019-07-05
* Add min() and max() aggregates for pg_lsnMichael Paquier2019-07-05
* Fix pg_mcv_list_items() to produce text[]Tomas Vondra2019-07-05
* Don't remove surplus columns from GROUP BY for inheritance parentsDavid Rowley2019-07-03
* Simplify psql \d's rule for ordering the indexes of a table.Tom Lane2019-07-02
* Repair logic for reordering grouping sets optimization.Andrew Gierth2019-06-30
* Blind attempt to fix SSPI-auth case in 010_dump_connstr.pl.Tom Lane2019-06-30
* Move rolenames test out of the core regression tests.Tom Lane2019-06-30
* Remove explicit error handling for obsolete date/time valuesPeter Eisentraut2019-06-30
* Add an enforcement mechanism for global object names in regression tests.Tom Lane2019-06-29
* Fix regression tests to use only global names beginning with "regress_".Tom Lane2019-06-29
* Fix for dropped columns in a partitioned table's default partitionAlvaro Herrera2019-06-28
* Fix partitioned index creation with foreign partitionsAlvaro Herrera2019-06-26
* Follow the rule that regression-test-created roles are named "regress_xxx".Tom Lane2019-06-25
* Add toast-level reloption for vacuum_index_cleanupMichael Paquier2019-06-25
* Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.Tom Lane2019-06-24
* Drop test user when done with it.Tom Lane2019-06-24
* Add security checks to the multivariate MCV estimation code.Dean Rasheed2019-06-23
* Consolidate methods for translating a Perl path to a Windows path.Noah Misch2019-06-21
* Rework some error strings for REINDEX CONCURRENTLY with system catalogsMichael Paquier2019-06-20
* Support 'q' flag in jsonpath 'like_regex' predicateAlexander Korotkov2019-06-19
* Fix memory corruption/crash in ANALYZE.Andres Freund2019-06-18
* Avoid spurious deadlocks when upgrading a tuple lockAlvaro Herrera2019-06-18
* Fix buffer overflow when parsing SCRAM verifiers in backendMichael Paquier2019-06-17
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Revert "Avoid spurious deadlocks when upgrading a tuple lock"Alvaro Herrera2019-06-16
* Add pg_stats_ext view for extended statisticsTomas Vondra2019-06-16
* Rework the pg_statistic_ext catalogTomas Vondra2019-06-16
* Avoid spurious deadlocks when upgrading a tuple lockAlvaro Herrera2019-06-13
* Fix double-word typosAlvaro Herrera2019-06-13
* Fix incorrect printing of queries with duplicated join names.Tom Lane2019-06-12
* Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.Tom Lane2019-06-12
* Fix handling of COMMENT for domain constraintsMichael Paquier2019-06-12
* Fix conversion of JSON strings to JSON output columns in json_to_record().Tom Lane2019-06-11
* Stop using spelling "nonexistant".Noah Misch2019-06-08