summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2025-10-21Fix pushdown of degenerate HAVING clausesRichard Guo
2025-10-20Support COPY TO for partitioned tables.Masahiko Sawada
2025-10-20Fix thinko in commit 7d129ba54.Tom Lane
2025-10-18Fix determination of not-null constraint "locality" for inherited columnsÁlvaro Herrera
2025-10-17Avoid warnings in tests when openssl binary isn't availableDaniel Gustafsson
2025-10-17Improve TAP tests by replacing ok() with better Test::More functionsMichael Paquier
2025-10-17Fix matching check in recovery test 042_low_level_backupMichael Paquier
2025-10-16Fix EPQ crash from missing partition directory in EStateAmit Langote
2025-10-16Override log_error_verbosity to "default" in test 009_log_temp_filesMichael Paquier
2025-10-16Add tests for logging of temporary file removal and statementMichael Paquier
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-10test_bitmapset: Improve random functionMichael Paquier
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-08Add ExplainState argument to pg_plan_query() and planner().Robert Haas
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-05Don't include access/htup_details.h in executor/tuptable.hÁlvaro Herrera
2025-10-04Teach UNION planner to remove dummy inputsDavid Rowley
2025-10-03Tidy-up unneeded NULL parameter checks from SQL functionDavid Rowley
2025-10-03Add IGNORE NULLS/RESPECT NULLS option to Window functions.Tatsuo Ishii
2025-10-02Remove check for NULL in STRICT functionDaniel Gustafsson
2025-10-02Fixes for comments in test_bitmapsetDaniel Gustafsson
2025-10-01test_json_parser: Speed up 002_inline.plJacob Champion
2025-10-01Minor fixups of test_bitmapset.cDavid Rowley
2025-10-01test_bitmapset: Simplify code of the moduleMichael Paquier
2025-09-30injection_points: Add proper locking when reporting fixed-variable statsMichael Paquier
2025-09-29Add GROUP BY ALL.Tom Lane
2025-09-29Fix StatisticsObjIsVisibleExt() for pg_temp.Noah Misch
2025-09-29test_bitmapset: Expand more the test coverageMichael Paquier
2025-09-29injection_points: Enable entry count in its variable-sized statsMichael Paquier
2025-09-25Add minimal sleep to stats isolation test functions.Tom Lane
2025-09-25Fix comments in recovery testsDaniel Gustafsson
2025-09-24Update GB18030 encoding from version 2000 to 2022John Naylor
2025-09-24Fix compiler warnings in test_bitmapsetMichael Paquier