summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2023-08-29Rename logical_replication_mode to debug_logical_replication_streamingPeter Eisentraut
2023-08-21Fix pg_stat_reset_single_table_counters() for shared relationsMichael Paquier
2023-08-18Remove dubious warning message from SQL/JSON functionsPeter Eisentraut
2023-08-16Unify some error messagesPeter Eisentraut
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-02Fix pg_stat_io buffer reuse test instabilityAndres Freund
2023-07-24Compare only major versions in AdjustUpgrade.pmAlvaro Herrera
2023-07-21Fix calculation of relid sets for partitionwise child joins.Tom Lane
2023-07-19Add psql \drg command to display role grants.Tom Lane
2023-07-14Fix updates of indisvalid for partitioned indexesMichael Paquier
2023-07-13Handle DROP DATABASE getting interruptedAndres Freund
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-07Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2023-07-05pgstat: fix subscription stats entry leak.Masahiko Sawada
2023-07-03Make PG_TEST_NOCLEAN work for temporary directories in TAP testsMichael Paquier
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
2023-06-12Fix instability in regression test for Parallel Hash Full JoinMichael Paquier
2023-06-10Revert "Fix search_path to a safe value during maintenance operations."Jeff Davis