summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2023-07-03Refactor some code related to wait events "BufferPin" and "Extension"Michael Paquier
2023-07-03Make PG_TEST_NOCLEAN work for temporary directories in TAP testsMichael Paquier
2023-07-02Improve BRIN minmax-multi opclass test coverageTomas Vondra
2023-06-30Fix marking of indisvalid for partitioned indexes at creationMichael Paquier
2023-06-29Fix pg_depend entry to AMs after ALTER TABLE .. SET ACCESS METHODMichael Paquier
2023-06-29Defend against bogus parameterization of join input paths.Tom Lane
2023-06-29Fix order of operations in ExecEvalFieldStoreDeForm().Tom Lane
2023-06-29Error message wording improvementsPeter Eisentraut
2023-06-28Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...Michael Paquier
2023-06-23Fix incorrect error message in libpq_pipelineMichael Paquier
2023-06-22Fix cache lookup hazards introduced by ff9618e82a.Nathan Bossart
2023-06-21ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis
2023-06-21initdb: change default --locale-provider back to libc.Jeff Davis
2023-06-21Avoid Assert failure when processing empty statement in aborted xact.Tom Lane
2023-06-21Disable use of archiving in 009_twophase.plMichael Paquier