summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2023-07-20Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson
2023-07-20Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson
2023-07-20Set fixed dates for test certificates validityDaniel Gustafsson
2023-07-19Add psql \drg command to display role grants.Tom Lane
2023-07-14Allow plan nodes with initPlans to be considered parallel-safe.Tom Lane
2023-07-14Allow the use of a hash index on the subscriber during replication.Amit Kapila
2023-07-14Fix updates of indisvalid for partitioned indexesMichael Paquier
2023-07-13Handle DROP DATABASE getting interruptedAndres Freund
2023-07-12parallel_schedule: add comment on event_trigger test dependencyAlvaro Herrera
2023-07-12Allow some exclusion constraints on partitionsPeter Eisentraut
2023-07-11Report index vacuum progress.Masahiko Sawada
2023-07-10Message wording improvementsPeter Eisentraut
2023-07-10Fix ALTER EXTENSION SET SCHEMA with objects outside an extension's schemaMichael Paquier
2023-07-08Fix Perl warningPeter Eisentraut
2023-07-07test_extensions: sync meson.build with Makefile.Jeff Davis
2023-07-07Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2023-07-06pg_regress: Remove unused variableDaniel Gustafsson
2023-07-06Add GUC parameter "huge_pages_status"Michael Paquier
2023-07-05pgstat: fix subscription stats entry leak.Masahiko Sawada
2023-07-05Clean up command argument assemblyPeter Eisentraut
2023-07-05Generate automatically code and documentation related to wait eventsMichael Paquier
2023-07-04Remove incidental md5() function uses from several testsPeter Eisentraut
2023-07-04Allow Incremental Sorts on GiST and SP-GiST indexesDavid Rowley
2023-07-04libpq: Add support for Close on portals and statementsMichael Paquier
2023-07-03Remove support for OpenSSL 1.0.1Michael Paquier