summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2025-09-24Update GB18030 encoding from version 2000 to 2022John Naylor
2025-09-23Keep track of what RTIs a Result node is scanning.Robert Haas
2025-09-20Add support for base64url encoding and decodingDaniel Gustafsson
2025-09-20Re-allow using statistics for bool-valued functions in WHERE.Tom Lane
2025-09-17Calculate agglevelsup correctly when Aggref contains a CTE.Tom Lane
2025-09-16Revert "Avoid race condition between "GRANT role" and "DROP ROLE"".Tom Lane
2025-09-16Provide more-specific error details/hints for function lookup failures.Tom Lane
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-13Specify locale provider for pg_regress --no-localeAlexander Korotkov
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-03Add 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-31Fix 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-22Sort 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-08Add missing Datum conversionsPeter Eisentraut
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