summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2024-05-01Disable run condition optimization for some WindowFuncsDavid Rowley
2024-05-01Ensure we allocate NAMEDATALEN bytes for names in Index Only ScansDavid Rowley
2024-04-28Detect more overflows in timestamp[tz]_pl_interval.Tom Lane
2024-04-16Fix generation of EC join conditions at the wrong plan level.Tom Lane
2024-04-15Fix type-checking of RECORD-returning functions in FROM, redux.Tom Lane
2024-04-13freespace: Don't return blocks past the end of the main fork.Noah Misch
2024-04-10Fix plpgsql's handling of -- comments following expressions.Tom Lane
2024-04-07Don't clobber test exit code at cleanup in LDAP/Kerberors testsHeikki Linnakangas
2024-04-07Improve check in LDAP test to find the OpenLDAP installationHeikki Linnakangas
2024-03-26Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences.Tom Lane
2024-03-18Fix EXPLAIN Bitmap heap scan to count pages with no visible tuplesHeikki Linnakangas
2024-03-17Fix EXPLAIN output for subplans in MERGE.Dean Rasheed
2024-03-14Make INSERT-from-multiple-VALUES-rows handle domain target columns.Tom Lane
2024-03-12Fix confusion about the return rowtype of SQL-language procedures.Tom Lane
2024-03-11Fix incorrect accessing of pfree'd memory in MemoizeDavid Rowley
2024-03-07Fix handling of self-modified tuples in MERGE.Dean Rasheed
2024-03-06Revert "Fix parallel-safety check of expressions and predicate for index builds"Michael Paquier
2024-03-06Fix type-checking of RECORD-returning functions in FROM.Tom Lane
2024-03-06Fix parallel-safety check of expressions and predicate for index buildsMichael Paquier
2024-02-28Fix mis-rounding and overflow hazards in date_bin().Tom Lane
2024-02-26Back-patch test modifications that were done as part of b6df0798a5.Amit Kapila
2024-02-21MERGE ... DO NOTHING: require SELECT privilegesAlvaro Herrera
2024-02-19Fix incorrect pruning of NULL partition for boolean IS NOT clausesDavid Rowley
2024-02-09Fix propagation of persistence to sequences in ALTER TABLE / ADD COLUMNPeter Eisentraut
2024-02-05Fix assertion if index is dropped during REFRESH CONCURRENTLYHeikki Linnakangas
2024-02-01Apply band-aid fix for an oversight in reparameterize_path_by_child.Tom Lane
2024-01-31Fix various issues with ALTER TEXT SEARCH CONFIGURATIONMichael Paquier
2024-01-26Detect Julian-date overflow in timestamp[tz]_pl_interval.Tom Lane
2024-01-24Fix ALTER TABLE .. ADD COLUMN with complex inheritance treesMichael Paquier
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