aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Further improve stability fix for partition_aggregate test.Tom Lane2020-04-05
* Add perl2host call missing from a new test file.Noah Misch2020-04-04
* Remove bogus Assert, add some regression test cases showing why.Tom Lane2020-04-04
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Include information on buffer usage during planning phase, in EXPLAIN output,...Fujii Masao2020-04-04
* Fix bugs in gin_fuzzy_search_limit processing.Tom Lane2020-04-03
* Improve stability of explain regression test.Fujii Masao2020-04-04
* Revert "Include information on buffer usage during planning phase, in EXPLAIN...Fujii Masao2020-04-03
* Include information on buffer usage during planning phase, in EXPLAIN output.Fujii Masao2020-04-03
* Improve stability fix for partition_aggregate test.Tom Lane2020-04-02
* Attempt to stabilize partitionwise_aggregate testDavid Rowley2020-04-02
* Add SQL functions for Unicode normalizationPeter Eisentraut2020-04-02
* Collect statistics about SLRU cachesTomas Vondra2020-04-02
* Still another try at stabilizing stats_ext test results.Tom Lane2020-03-31
* Improve error reporting in opclasscmds.cAlexander Korotkov2020-03-31
* Fix INSERT OVERRIDING USER VALUE behaviorPeter Eisentraut2020-03-31
* Implement operator class parametersAlexander Korotkov2020-03-30
* Allow using Unix-domain sockets on Windows in testsPeter Eisentraut2020-03-30
* Attempt to fix unstable regression tests, take 2David Rowley2020-03-30
* pg_regress: Observe TMPDIRPeter Eisentraut2020-03-29
* Attempt to fix unstable regression testsDavid Rowley2020-03-29
* Improve the performance and accuracy of numeric sqrt() and ln().Dean Rasheed2020-03-28
* Enable Unix-domain sockets support on WindowsPeter Eisentraut2020-03-28
* Prevent functional dependency estimates from exceeding column estimates.Dean Rasheed2020-03-28
* Trigger autovacuum based on number of INSERTsDavid Rowley2020-03-28
* Allow walreceiver configuration to change on reloadAlvaro Herrera2020-03-27
* Further fixes for ssl_passphrase_callback test module.Tom Lane2020-03-25
* Don't listen to localhost in ssl_passphrase_callback testAndrew Dunstan2020-03-25
* Fix assorted portability issues in commit 896fcdb23.Tom Lane2020-03-25
* Provide a TLS init hookAndrew Dunstan2020-03-25
* Reduce test time for disk-based Hash Aggregation.Jeff Davis2020-03-23
* Report NULL as total backup size if it's not estimated.Fujii Masao2020-03-24
* Add regression tests for constraint errors in partitioned tables.Andres Freund2020-03-23
* Add bound checks for ssl_min_protocol_version and ssl_max_protocol_versionMichael Paquier2020-03-23
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Introduce "anycompatible" family of polymorphic types.Tom Lane2020-03-19
* Disk-based Hash Aggregation.Jeff Davis2020-03-18
* Enable BEFORE row-level triggers for partitioned tablesAlvaro Herrera2020-03-18
* Implement type regcollationPeter Eisentraut2020-03-18
* Recognize some OR clauses as compatible with functional dependenciesTomas Vondra2020-03-18
* Refactor our checks for valid function and aggregate signatures.Tom Lane2020-03-17
* Adjust handling of an ANYARRAY actual input for an ANYARRAY argument.Tom Lane2020-03-17
* Remove bogus assertion about polymorphic SQL function result.Tom Lane2020-03-17
* Avoid holding a directory FD open across assorted SRF calls.Tom Lane2020-03-16
* Add backend type to csvlog and optionally log_line_prefixPeter Eisentraut2020-03-15
* Improve test coverage for multi-column MCV listsTomas Vondra2020-03-14
* Improve test coverage for functional dependenciesTomas Vondra2020-03-14
* Restructure polymorphic-type resolution in funcapi.c.Tom Lane2020-03-14
* Use multi-variate MCV lists to estimate ScalarArrayOpExprTomas Vondra2020-03-14