summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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-23Fix compiler warnings in test_bitmapsetMichael Paquier
2025-09-23Keep track of what RTIs a Result node is scanning.Robert Haas
2025-09-22Add a test module for BitmapsetMichael Paquier
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-19Improve few errdetail messages introduced in commit 0d48d393d46.Amit Kapila
2025-09-19Fix EPQ crash from missing partition pruning state in EStateAmit Langote
2025-09-18Add a test harness for the LWLock tranche code.Nathan Bossart
2025-09-17Calculate agglevelsup correctly when Aggref contains a CTE.Tom Lane
2025-09-17injection_points: Fix incrementation of variable-numbered statsMichael Paquier
2025-09-17Add missing EPQ recheck for TID Range ScanDavid Rowley
2025-09-16Add missing EPQ recheck for TID ScanDavid Rowley
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-16Fix intermittent BF failures in 035_conflicts.Amit Kapila
2025-09-15Expand virtual generated columns in constraint expressionsPeter Eisentraut
2025-09-15CREATE STATISTICS: improve misleading error messagePeter Eisentraut
2025-09-15Resume conflict-relevant data retention automatically.Amit Kapila
2025-09-15Hide duplicate names from extension viewsPeter 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-12Avoid context dependency in test case added by 9a71989a8.Tom Lane