summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
9 hoursAdd test for postgresql.conf.sample line syntaxHEADmasterDaniel Gustafsson
27 hoursRevert "Drop unnamed portal immediately after execution to completion"Michael Paquier
2 daystest_dsa: Avoid leaking LWLock tranches.Nathan Bossart
3 daysFix bug where we truncated CLOG that was still needed by LISTEN/NOTIFYHeikki Linnakangas
3 daysinjection_points: Add tests for name limitsMichael Paquier
5 daysCheck for CREATE privilege on the schema in CREATE STATISTICS.Nathan Bossart
5 daysAdd more tests for relation statistics with rewritesMichael Paquier
5 daysinjection_points: Add variant for injection_point_attach()Michael Paquier
8 daysFix "inconsistent DLL linkage" warning on Windows MSVCPeter Eisentraut
8 daysAdd seq_sync_error_count to subscription statistics.Amit Kapila
8 daysbufmgr: Allow some buffer state modifications while holding header lockAndres Freund
9 daysDisallow generated columns in COPY WHERE clausePeter Eisentraut
9 daysFix few issues in commit 5509055d69.Amit Kapila
9 daysFix UNION planner estimate_num_groups with varno==0David Rowley
10 daysImplement WAIT FOR commandAlexander Korotkov
10 daysFix assertion failure in generate_orderedappend_paths()Richard Guo
10 daysFix timing-dependent failure in recovery test 004_timeline_switchMichael Paquier
10 daysAdd sequence synchronization for logical replication.Amit Kapila
10 daysDrop unnamed portal immediately after execution to completionMichael Paquier
10 daysFix possible usage of incorrect UPPERREL_SETOP RelOptInfoDavid Rowley
11 daysAllow "SET list_guc TO NULL" to specify setting the GUC to empty.Tom Lane
11 daysTighten check for generated column in partition key expressionPeter Eisentraut
11 daysBRIN autosummarization may need a snapshotÁlvaro Herrera
11 daysError message stylistic correctionPeter Eisentraut
11 daysFix unconditional WAL receiver shutdown during stream-archive transitionMichael Paquier
12 daysAdd \pset options for boolean value displayÁlvaro Herrera
12 daysPrevent setting a column as identity if its not-null constraint is invalidÁlvaro Herrera
14 daysRemove 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