summaryrefslogtreecommitdiff
path: root/src/test/regress/expected
AgeCommit message (Expand)Author
2025-11-06Fix UNION planner estimate_num_groups with varno==0David Rowley
2025-11-05Fix assertion failure in generate_orderedappend_paths()Richard Guo
2025-11-04Fix possible usage of incorrect UPPERREL_SETOP RelOptInfoDavid Rowley
2025-11-04Allow "SET list_guc TO NULL" to specify setting the GUC to empty.Tom Lane
2025-11-04Tighten check for generated column in partition key expressionPeter Eisentraut
2025-11-04Error message stylistic correctionPeter Eisentraut
2025-11-03Add \pset options for boolean value displayÁlvaro Herrera
2025-11-03Prevent setting a column as identity if its not-null constraint is invalidÁlvaro Herrera
2025-10-30Disable parallel plans for RIGHT_SEMI joinsRichard Guo
2025-10-28Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal()Michael Paquier
2025-10-27Add new RLS tests to test policies applied by command type.Dean Rasheed
2025-10-25Fix incorrect logic for caching ResultRelInfos for triggersDavid Rowley
2025-10-22Add error_on_null(), checking if the input is the null valueMichael Paquier
2025-10-21Fix pushdown of degenerate HAVING clausesRichard Guo
2025-10-20Support COPY TO for partitioned tables.Masahiko Sawada
2025-10-18Fix determination of not-null constraint "locality" for inherited columnsÁlvaro Herrera
2025-10-15Fix lookups in pg_{clear,restore}_{attribute,relation}_stats().Nathan Bossart
2025-10-15Standardize use of REFRESH PUBLICATION in code and messages.Amit Kapila
2025-10-11Stop creating constraints during DETACH CONCURRENTLYÁlvaro Herrera
2025-10-09Cleanup VACUUM option processing error messagesDavid Rowley
2025-10-09Fix comment in eager_aggregate.sqlRichard Guo
2025-10-09Add "ALL SEQUENCES" support to publications.Amit Kapila
2025-10-09Fix internal error from CollateExpr in SQL/JSON DEFAULT expressionsAmit Langote
2025-10-08Make truncate_useless_pathkeys() consider WindowFuncsDavid Rowley
2025-10-08Add mem_exceeded_count column to pg_stat_replication_slots.Masahiko Sawada
2025-10-08Implement Eager AggregationRichard Guo
2025-10-08Allow negative aggtransspace to indicate unbounded state sizeRichard Guo
2025-10-08Add stats_reset to pg_stat_user_functionsMichael Paquier
2025-10-07Assign each subquery a unique name prior to planning it.Robert Haas
2025-10-07Teach planner to short-circuit EXCEPT/INTERSECT with dummy inputsDavid Rowley
2025-10-07Fix incorrect targetlist in dummy UNIONsDavid Rowley
2025-10-06Optimize hex_encode() and hex_decode() using SIMD.Nathan Bossart
2025-10-06Expose sequence page LSN via pg_get_sequence_data.Amit Kapila
2025-10-06Add stats_reset to pg_stat_all_{tables,indexes} and related viewsMichael Paquier
2025-10-06Add test for pg_stat_reset_single_table_counters() on indexMichael Paquier
2025-10-04Teach UNION planner to remove dummy inputsDavid Rowley
2025-10-03Add IGNORE NULLS/RESPECT NULLS option to Window functions.Tatsuo Ishii
2025-09-29Add GROUP BY ALL.Tom Lane
2025-09-29Fix StatisticsObjIsVisibleExt() for pg_temp.Noah Misch
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