summaryrefslogtreecommitdiff
path: root/src/test/regress/expected
AgeCommit message (Expand)Author
2025-09-16Add regression expected-files for older OpenSSL in FIPS mode.Tom Lane
2025-09-16Treat JsonConstructorExpr as non-strictRichard Guo
2025-09-15Expand virtual generated columns in constraint expressionsPeter Eisentraut
2025-09-15CREATE STATISTICS: improve misleading error messagePeter Eisentraut
2025-09-13Amend recent fix for SIMILAR TO regex conversion.Tom Lane
2025-09-12Fix oversights in pg_event_trigger_dropped_objects() fixes.Tom Lane
2025-09-12Replace tests of ALTER DATABASE RESET TABLESPACE.Noah Misch
2025-09-11Report the correct is_temporary flag for column defaults.Tom Lane
2025-09-10Fix CREATE TABLE LIKE with not-valid check constraintPeter Eisentraut
2025-09-09Add date and timestamp variants of random(min, max).Dean Rasheed
2025-09-08Don't generate fake "ANY_subquery" aliases, either.Robert Haas
2025-09-08Don't generate fake "*SELECT*" or "*SELECT* %d" subquery aliases.Robert Haas
2025-09-04Fix replica identity check for MERGE.Dean Rasheed
2025-09-04Fix replica identity check for INSERT ON CONFLICT DO UPDATE.Dean Rasheed
2025-09-03Fix planner error when estimating SubPlan costRichard Guo
2025-09-02Add HINT for COPY TO when WHERE clause is used.Fujii Masao
2025-09-02Improve error message for duplicate labels when creating an enum type.Tom Lane
2025-09-02Add max_retention_duration option to subscriptions.Amit Kapila
2025-08-30Fix const-simplification for constraints and statsRichard Guo
2025-08-29CREATE STATISTICS: improve misleading error messageÁlvaro Herrera
2025-08-29Fix semijoin unique-ification for child relationsRichard Guo
2025-08-28Fix "variable not found in subplan target lists" in semijoin de-duplication.Tom Lane
2025-08-28Message style improvementsPeter Eisentraut
2025-08-23Rewrite previous commit's test for TestUpgradeXversion compatibility.Noah Misch
2025-08-23Sort DO_DEFAULT_ACL dump objects independent of OIDs.Noah Misch
2025-08-22Ignore temporary relations in RelidByRelfilenumber()Michael Paquier
2025-08-20Fix re-execution of a failed SQLFunctionCache entry.Tom Lane
2025-08-20Minor error message enhancementPeter Eisentraut
2025-08-19Pathify RHS unique-ification for semijoin planningRichard Guo
2025-08-15Add SQL test for TOAST value allocations on rewriteMichael Paquier
2025-08-11Restrict psql meta-commands in plain-text dumps.Nathan Bossart
2025-08-11Fix security checks in selectivity estimation functions.Dean Rasheed
2025-08-08Fix oversight in FindTriggerIncompatibleWithInheritance.Etsuro Fujita
2025-08-07Extend int128.h to support more numeric code.Dean Rasheed
2025-08-07Improve tests of date_trunc() with infinity and unsupported unitsMichael Paquier
2025-08-06Add regression test for short varlenas saved in TOAST relationsMichael Paquier
2025-08-05Add backup_type column to pg_stat_progress_basebackup.Masahiko Sawada
2025-08-05Throw ERROR when publish_generated_columns is specified without a value.Amit Kapila
2025-08-04Fix typo in create_index.sql.Dean Rasheed
2025-08-04Detect and report update_deleted conflicts.Amit Kapila
2025-08-02Fix typo in foreign_key.sqlMichael Paquier
2025-07-31Sort dump objects independent of OIDs, for the 7 holdout object types.Noah Misch
2025-07-23Preserve conflict-relevant data during logical replication.Amit Kapila
2025-07-22Reduce "Var IS [NOT] NULL" quals during constant foldingRichard Guo
2025-07-22Expand virtual generated columns before sublink pull-upRichard Guo
2025-07-18Speed up byteain by not parsing traditional-style input twice.Tom Lane
2025-07-17Split regression tests for TOAST compression methods into two filesMichael Paquier
2025-07-16Fix dumping of comments on invalid constraints on domainsÁlvaro Herrera
2025-07-11Fix inconsistent quoting of role names in ACLs.Tom Lane
2025-07-11Add FLUSH_UNLOGGED option to CHECKPOINT command.Nathan Bossart