summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2024-01-12pg_regress: Disable autoruns for cmd.exe on WindowsMichael Paquier
2024-01-11Allow subquery pullup to wrap a PlaceHolderVar in another one.Tom Lane
2023-12-21Avoid trying to fetch metapage of an SPGist partitioned index.Tom Lane
2023-12-21Fix BEFORE ROW trigger handling in cross-partition MERGE update.Dean Rasheed
2023-11-28Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane
2023-11-28Fix assertions with RI triggers in heap_update and heap_delete.Heikki Linnakangas
2023-11-27Avoid unconditionally filling in missing values with NULL in pgoutput.Amit Kapila
2023-11-22Fix the initial sync tables with no columns.Amit Kapila
2023-11-22Fix query checking consistency of table amhandlers in opr_sanity.sqlMichael Paquier
2023-11-18Guard against overflow in interval_mul() and interval_div().Dean Rasheed
2023-11-16Ensure we preprocess expressions before checking their volatility.Tom Lane
2023-11-14Allow new role 'regress_dump_login_role' to log in under SSPI.Tom Lane
2023-11-13Don't try to dump RLS policies or security labels for extension objects.Tom Lane
2023-11-09Fix AFTER ROW trigger execution in MERGE cross-partition update.Dean Rasheed
2023-11-09Fix corner-case 64-bit integer subtraction bug on some platforms.Dean Rasheed
2023-11-06Detect integer overflow while computing new array dimensions.Tom Lane
2023-11-06Compute aggregate argument types correctly in transformAggregateCall().Tom Lane
2023-11-06Ban role pg_signal_backend from more superuser backend types.Noah Misch
2023-11-02Fix 003_check_guc.pl when loading modules with custom GUCsMichael Paquier
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-13Fix runtime partition pruning for HASH partitioned tablesDavid Rowley
2023-10-12Fix incorrect step generation in HASH partition pruningDavid Rowley
2023-09-30Fix EvalPlanQual rechecking during MERGE.Dean Rasheed
2023-09-26Fix 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-23Don't trust unvalidated xl_tot_len.Thomas Munro
2023-09-21Fix 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-09-08Stabilize subscription stats test.Masahiko Sawada
2023-09-07Disable 031_recovery_conflict.pl in 15 and 16.Thomas Munro
2023-08-21Fix pg_stat_reset_single_table_counters() for shared relationsMichael Paquier
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-08-07Fix RLS policy usage in MERGE.Dean Rasheed
2023-07-14Fix updates of indisvalid for partitioned indexesMichael Paquier
2023-07-13Handle DROP DATABASE getting interruptedAndres Freund
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-30Fix pg_depend entry to AMs after ALTER TABLE .. SET ACCESS METHODMichael 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