summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2023-07-31Support custom wait events for wait event type "Extension"Michael Paquier
2023-07-29worker_spi: Fix race condition in newly-added TAP testsMichael Paquier
2023-07-27worker_spi: Switch to TAP testsMichael Paquier
2023-07-26Add more SQL/JSON constructor functionsAmit Langote
2023-07-26worker_spi: Use term "dynamic" for bgworkers launched with worker_spi_launch()Michael Paquier
2023-07-24Compare only major versions in AdjustUpgrade.pmAlvaro Herrera
2023-07-21ICU: remove negative test that fails to fail.Jeff Davis
2023-07-21Fix calculation of relid sets for partitionwise child joins.Tom Lane
2023-07-21Fix worker_spi when launching workers without shared_preload_librariesMichael Paquier