summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2023-10-01Only evaluate default values as required when doing COPY FROMAndrew Dunstan
2023-09-30Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROMAndrew Dunstan
2023-09-30Fix EvalPlanQual rechecking during MERGE.Dean Rasheed
2023-09-25Fix edge-case for xl_tot_len broken by bae868ca.Thomas Munro
2023-09-25Add worker type to pg_stat_subscription.Nathan Bossart
2023-09-25Add GUC for temporarily disabling event triggersDaniel Gustafsson
2023-09-23Fix typo in test commentDaniel Gustafsson
2023-09-23Don't use Perl pack('Q') in 039_end_of_wal.pl.Thomas Munro
2023-09-22Don't trust unvalidated xl_tot_len.Thomas Munro
2023-09-22Avoid using internal test methods in SSL testsDaniel Gustafsson
2023-09-22Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions.Tom Lane
2023-09-19Improve error message for snapshot import in snapmgr.c, take twoMichael Paquier
2023-09-15Track nesting depth correctly when drilling down into RECORD Vars.Tom Lane
2023-09-14Flush logical slots to disk during a shutdown checkpoint if required.Amit Kapila
2023-09-14Remove redundant result assignment in 004_sync.pl.Amit Kapila
2023-09-13Fix the ALTER SUBSCRIPTION to reflect the change in run_as_owner option.Amit Kapila
2023-09-08Stabilize subscription stats test.Masahiko Sawada
2023-09-07Move privilege check to the right placeAlvaro Herrera
2023-09-07Fix instability in 031_recovery_conflict.pl.Thomas Munro
2023-09-06Update comments to match location of definitionDaniel Gustafsson
2023-09-05Remove the "snapshot too old" feature.Thomas Munro
2023-09-01Fix not-null constraint testAlvaro Herrera
2023-09-01ATPrepAddPrimaryKey: ignore non-PK constraintsAlvaro Herrera
2023-08-29Disallow changing NO INHERIT status of a not-null constraintAlvaro Herrera
2023-08-29Perl: Remove useless linesAlvaro Herrera
2023-08-29Rename logical_replication_mode to debug_logical_replication_streamingPeter Eisentraut
2023-08-28Convert encrypted SSL test keys to PKCS#8 formatPeter Eisentraut
2023-08-28Tighten unit parsing in internal valuesMichael Paquier
2023-08-28Tighten handling of "ago" in interval valuesMichael Paquier
2023-08-26Generate new LOG for "trust" connections under log_connectionsMichael Paquier
2023-08-25Avoid non-POSIX cp flagsAndres Freund
2023-08-25Rename test table to avoid cs_CZ locale problemAlvaro Herrera
2023-08-25Catalog not-null constraintsAlvaro Herrera
2023-08-24Use "template" data directory in testsAndres Freund
2023-08-24Add test for inherited CHECK constraint dropAlvaro Herrera
2023-08-23Avoid use of Perl getprotobynamePeter Eisentraut
2023-08-23Add to_bin() and to_oct().Nathan Bossart
2023-08-21Fix pg_stat_reset_single_table_counters() for shared relationsMichael Paquier
2023-08-20Add system view pg_wait_eventsMichael Paquier
2023-08-18Remove dubious warning message from SQL/JSON functionsPeter Eisentraut
2023-08-16Add OAT hook calls for more subcommands of ALTER TABLEMichael Paquier
2023-08-16Unify some error messagesPeter Eisentraut
2023-08-14Change custom wait events to use dynamic shared hash tablesMichael Paquier
2023-08-10Remove test from commit fa2e874946.Jeff Davis
2023-08-09Recalculate search_path after ALTER ROLE.Jeff Davis
2023-08-07Reject substituting extension schemas or owners matching ["$'\].Noah Misch
2023-08-07Fix RLS policy usage in MERGE.Dean Rasheed
2023-08-04Attempt to stabilize new window agg regression testDavid Rowley
2023-08-03Account for startup rows when costing WindowAggsDavid Rowley
2023-08-01Fix pg_stat_io buffer reuse test instabilityAndres Freund