summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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-04BRIN autosummarization may need a snapshotÁlvaro Herrera
2025-11-04Error message stylistic correctionPeter Eisentraut
2025-11-04Fix unconditional WAL receiver shutdown during stream-archive transitionMichael Paquier
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-11-01Remove unused variable in recovery/t/006_logical_decoding.pl.Tom Lane
2025-10-31Mark function arguments of type "Datum *" as "const Datum *" where possiblePeter Eisentraut
2025-10-31Add test tracking WAL receiver shutdown for primary_conninfo updatesMichael Paquier
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-27Simplify newline handling in two TAP testsMichael Paquier
2025-10-27Add new RLS tests to test policies applied by command type.Dean Rasheed
2025-10-27Fix GUC check_hook validation for synchronized_standby_slots.Amit Kapila
2025-10-27Improve test in 009_matviews.pl.Amit Kapila
2025-10-25Fix incorrect logic for caching ResultRelInfos for triggersDavid Rowley
2025-10-25Guard against division by zero in test_int128 module.Dean Rasheed
2025-10-23Introduce "REFRESH SEQUENCES" for subscriptions.Amit Kapila
2025-10-23Fix some misplaced comments in parallel_scheduleDavid Rowley
2025-10-23Add copyright notice to vacuum_horizon_floor.pl test.Masahiko Sawada
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-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-09test_bitmapset: Improve random functionMichael Paquier
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-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