summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2025-11-18Don't allow CTEs to determine semantic levels of aggregates.Tom Lane
2025-11-18Check for tabs in postgresql.conf.sample.Nathan Bossart
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-16Add test for temporary file removal and WITH HOLD cursorMichael Paquier
2025-11-16Fix Assert failure in EXPLAIN ANALYZE MERGE with a concurrent update.Dean Rasheed
2025-11-14Add test for postgresql.conf.sample line syntaxDaniel Gustafsson
2025-11-14Revert "Drop unnamed portal immediately after execution to completion"Michael Paquier
2025-11-12test_dsa: Avoid leaking LWLock tranches.Nathan Bossart
2025-11-12Fix bug where we truncated CLOG that was still needed by LISTEN/NOTIFYHeikki Linnakangas
2025-11-12injection_points: Add tests for name limitsMichael 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-10injection_points: Add variant for injection_point_attach()Michael 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-06bufmgr: Allow some buffer state modifications while holding header lockAndres Freund
2025-11-06Disallow generated columns in COPY WHERE clausePeter Eisentraut
2025-11-06Fix few issues in commit 5509055d69.Amit Kapila
2025-11-06Fix UNION planner estimate_num_groups with varno==0David Rowley
2025-11-05Implement WAIT FOR commandAlexander Korotkov
2025-11-05Fix assertion failure in generate_orderedappend_paths()Richard Guo
2025-11-05Fix timing-dependent failure in recovery test 004_timeline_switchMichael Paquier
2025-11-05Add sequence synchronization for logical replication.Amit Kapila
2025-11-05Drop unnamed portal immediately after execution to completionMichael Paquier
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