summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2020-03-03Allow to_date/to_timestamp to recognize non-English month/day names.Tom Lane
2020-03-03Fix assertion failure with ALTER TABLE ATTACH PARTITION and indexesMichael Paquier
2020-03-03Report progress of streaming base backup.Fujii Masao
2020-03-03Preserve pg_index.indisclustered across REINDEX CONCURRENTLYMichael Paquier
2020-03-02Represent command completion tags as structsAlvaro Herrera
2020-03-01Fix corner-case loss of precision in numeric ln().Dean Rasheed
2020-02-29Correctly re-use hash tables in buildSubPlanHash().Tom Lane
2020-02-28Add PostgreSQL home page to --help outputPeter Eisentraut
2020-02-28Refer to bug report address by symbol rather than hardcodingPeter Eisentraut
2020-02-27Record parents of triggersAlvaro Herrera
2020-02-26Suppress unnecessary RelabelType nodes in more cases.Tom Lane
2020-02-26Add deduplication to nbtree.Peter Geoghegan
2020-02-26Add equalimage B-Tree support functions.Peter Geoghegan
2020-02-20Simplify FK-to-partitioned regression test queryAlvaro Herrera
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2020-02-19Fix confusion about event trigger vs. plain function in plpgsql.Tom Lane