summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2025-11-18Don't allow CTEs to determine semantic levels of aggregates.Tom Lane
2025-11-18Rename two columns in pg_stat_subscription_stats.Amit Kapila
2025-11-17Rework output format of pg_dependenciesMichael Paquier
2025-11-17Rework output format of pg_ndistinctMichael Paquier
2025-11-10Check for CREATE privilege on the schema in CREATE STATISTICS.Nathan Bossart
2025-11-10Add more tests for relation statistics with rewritesMichael Paquier
2025-11-07Fix "inconsistent DLL linkage" warning on Windows MSVCPeter Eisentraut
2025-11-07Add seq_sync_error_count to subscription statistics.Amit Kapila
2025-11-06Disallow generated columns in COPY WHERE clausePeter Eisentraut
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-05Fix 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-26Fix incorrect logic for caching ResultRelInfos for triggersDavid Rowley
2025-10-23Fix some misplaced comments in parallel_scheduleDavid 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-15Add log_autoanalyze_min_durationPeter Eisentraut
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-10Cleanup 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-09Make 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