summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2020-03-31Improve error reporting in opclasscmds.cAlexander Korotkov
2020-03-31Fix INSERT OVERRIDING USER VALUE behaviorPeter Eisentraut
2020-03-30Implement operator class parametersAlexander Korotkov
2020-03-30Allow using Unix-domain sockets on Windows in testsPeter Eisentraut
2020-03-30Attempt to fix unstable regression tests, take 2David Rowley
2020-03-29pg_regress: Observe TMPDIRPeter Eisentraut
2020-03-29Attempt to fix unstable regression testsDavid Rowley
2020-03-28Improve the performance and accuracy of numeric sqrt() and ln().Dean Rasheed
2020-03-28Enable Unix-domain sockets support on WindowsPeter Eisentraut
2020-03-28Prevent functional dependency estimates from exceeding column estimates.Dean Rasheed
2020-03-28Trigger autovacuum based on number of INSERTsDavid Rowley
2020-03-27Allow walreceiver configuration to change on reloadAlvaro Herrera
2020-03-26Further fixes for ssl_passphrase_callback test module.Tom Lane
2020-03-26Don't listen to localhost in ssl_passphrase_callback testAndrew Dunstan
2020-03-25Fix assorted portability issues in commit 896fcdb23.Tom Lane
2020-03-25Provide a TLS init hookAndrew Dunstan
2020-03-24Reduce test time for disk-based Hash Aggregation.Jeff Davis
2020-03-24Report NULL as total backup size if it's not estimated.Fujii Masao
2020-03-23Add regression tests for constraint errors in partitioned tables.Andres Freund
2020-03-23Add bound checks for ssl_min_protocol_version and ssl_max_protocol_versionMichael Paquier
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-19Introduce "anycompatible" family of polymorphic types.Tom Lane
2020-03-18Disk-based Hash Aggregation.Jeff Davis
2020-03-18Enable BEFORE row-level triggers for partitioned tablesAlvaro Herrera
2020-03-18Implement type regcollationPeter Eisentraut
2020-03-18Recognize some OR clauses as compatible with functional dependenciesTomas Vondra
2020-03-17Refactor our checks for valid function and aggregate signatures.Tom Lane
2020-03-17Adjust handling of an ANYARRAY actual input for an ANYARRAY argument.Tom Lane
2020-03-17Remove bogus assertion about polymorphic SQL function result.Tom Lane
2020-03-17Avoid holding a directory FD open across assorted SRF calls.Tom Lane
2020-03-15Add backend type to csvlog and optionally log_line_prefixPeter Eisentraut
2020-03-14Improve test coverage for multi-column MCV listsTomas Vondra
2020-03-14Improve test coverage for functional dependenciesTomas Vondra
2020-03-14Restructure polymorphic-type resolution in funcapi.c.Tom Lane
2020-03-14Use multi-variate MCV lists to estimate ScalarArrayOpExprTomas Vondra
2020-03-14Use functional dependencies to estimate ScalarArrayOpExprTomas Vondra
2020-03-13Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut
2020-03-11Fix test case instability introduced in 085b6b667.Tom Lane
2020-03-11Add pg_dump support for ALTER obj DEPENDS ON EXTENSIONAlvaro Herrera
2020-03-11Avoid holding a directory FD open across pg_ls_dir_files() calls.Tom Lane
2020-03-11Avoid duplicates in ALTER ... DEPENDS ON EXTENSIONAlvaro Herrera
2020-03-10Ensure that CREATE TABLE LIKE copies any NO INHERIT constraint property.Tom Lane
2020-03-10Preserve integer and float values accurately in (de)serialize_deflist.Tom Lane
2020-03-10Support adding partitioned tables to publicationPeter Eisentraut
2020-03-08Show opclass and opfamily related information in psqlAlexander Korotkov
2020-03-06Allow Unicode escapes in any server encoding, not only UTF-8.Tom Lane
2020-03-06Allow ALTER TYPE to change some properties of a base type.Tom Lane
2020-03-05Remove the "opaque" pseudo-type and associated compatibility hacks.Tom Lane
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane