summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2023-06-20Fix hash join when inner hashkey expressions contain Params.Tom Lane
2023-06-20Fix another cause of "wrong varnullingrels" planner failures.Tom Lane
2023-06-20Don't include outer join relids in lateral_relids bitmapsets.Tom Lane
2023-06-20Centralize fixups for mismatched nullingrels in nestloop params.Tom Lane
2023-06-20Pre-beta2 mechanical code beautification.Tom Lane
2023-06-20test_extensions: make meson.build consistent with Makefile.Jeff Davis
2023-06-20Enable archiving in recovery TAP test 009_twophase.plMichael Paquier
2023-06-19pg_regress: for --no-locale, use LOCALE='C'.Jeff Davis
2023-06-19Don't use partial unique indexes for unique proofs in the plannerDavid Rowley
2023-06-16CREATE DATABASE: make LOCALE apply to all collation providers.Jeff Davis
2023-06-15When removing a left join, clean out references in EquivalenceClasses.Tom Lane
2023-06-15Add missing subscription TAP test for mesonMichael Paquier
2023-06-13Fix "wrong varnullingrels" for Memoize's lateral references, too.Tom Lane
2023-06-13Correctly update hasSubLinks while mutating a rule action.Tom Lane
2023-06-12Accept fractional seconds in jsonpath's datetime() method.Tom Lane
2023-06-12Fix "wrong varnullingrels" for subquery nestloop parameters.Tom Lane