summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2023-11-06Ban role pg_signal_backend from more superuser backend types.Noah Misch
2023-10-27Fix minmax-multi distance for extreme interval valuesTomas Vondra
2023-10-27Fix minmax-multi on infinite date/timestamp valuesTomas Vondra
2023-10-27Fix calculation in brin_minmax_multi_distance_dateTomas Vondra
2023-10-27Fix overflow when calculating timestamp distance in BRINTomas Vondra
2023-10-24Fix problems when a plain-inheritance parent table is excluded.Tom Lane
2023-10-17Back-patch test cases for timetz_zone/timetz_izone.Tom Lane
2023-10-16Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.Tom Lane
2023-10-14Dissociate btequalimage() from interval_ops, ending its deduplication.Noah Misch
2023-10-12Fix runtime partition pruning for HASH partitioned tablesDavid Rowley
2023-10-12Fix incorrect step generation in HASH partition pruningDavid Rowley
2023-09-25Fix edge-case for xl_tot_len broken by bae868ca.Thomas Munro
2023-09-23Don't use Perl pack('Q') in 039_end_of_wal.pl.Thomas Munro
2023-09-22Don't trust unvalidated xl_tot_len.Thomas Munro
2023-09-22Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions.Tom Lane
2023-09-15Track nesting depth correctly when drilling down into RECORD Vars.Tom Lane
2023-08-10Remove test from commit fa2e874946.Jeff Davis
2023-08-07Recalculate search_path after ALTER ROLE.Jeff Davis
2023-08-07Reject substituting extension schemas or owners matching ["$'\].Noah Misch
2023-07-14Fix updates of indisvalid for partitioned indexesMichael Paquier
2023-07-13Handle DROP DATABASE getting interruptedAndres Freund
2023-07-04Adjust kerberos and ldap tests for Homebrew on ARMPeter Eisentraut
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 order of operations in ExecEvalFieldStoreDeForm().Tom Lane
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-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-20Enable archiving in recovery TAP test 009_twophase.plMichael Paquier
2023-06-19Don't use partial unique indexes for unique proofs in the plannerDavid Rowley
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-09Refactor routine to find single log content pattern in TAP testsMichael Paquier
2023-06-09Refactor log check logic for connect_ok/fails in PostgreSQL::Test::ClusterMichael Paquier
2023-05-19Fix misbehavior of EvalPlanQual checks with multiple result relations.Tom Lane
2023-05-19Avoid naming conflict between transactions.sql and namespace.sql.Tom Lane
2023-05-18Fix handling of empty ranges and NULLs in BRINTomas Vondra
2023-05-08Handle RLS dependencies in inlined set-returning functions properly.Tom Lane
2023-05-08Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch
2023-04-28Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier
2023-04-15Fix assignment to array of domain over composite, redux.Tom Lane
2023-04-14Fix incorrect partition pruning logic for boolean partitioned tablesDavid Rowley
2023-04-07For Kerberos testing, disable DNS lookupsStephen Frost
2023-04-07For Kerberos testing, disable reverse DNS lookupStephen Frost
2023-04-06Stabilize just-added regression test cases.Tom Lane
2023-04-06Fix ts_headline() edge cases for empty query and empty search text.Tom Lane
2023-04-05Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables.Tom Lane
2023-03-31Reject system columns as elements of foreign keys.Tom Lane