aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress
Commit message (Expand)AuthorAge
* Fix EvalPlanQual rechecking during MERGE.Dean Rasheed2023-09-30
* Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions.Tom Lane2023-09-21
* Track nesting depth correctly when drilling down into RECORD Vars.Tom Lane2023-09-15
* Fix pg_stat_reset_single_table_counters() for shared relationsMichael Paquier2023-08-21
* Fix RLS policy usage in MERGE.Dean Rasheed2023-08-07
* Fix updates of indisvalid for partitioned indexesMichael Paquier2023-07-14
* Fix marking of indisvalid for partitioned indexes at creationMichael Paquier2023-06-30
* Fix pg_depend entry to AMs after ALTER TABLE .. SET ACCESS METHODMichael Paquier2023-06-30
* Fix order of operations in ExecEvalFieldStoreDeForm().Tom Lane2023-06-29
* Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...Michael Paquier2023-06-28
* Avoid Assert failure when processing empty statement in aborted xact.Tom Lane2023-06-21
* Fix hash join when inner hashkey expressions contain Params.Tom Lane2023-06-20
* Don't use partial unique indexes for unique proofs in the plannerDavid Rowley2023-06-19
* Correctly update hasSubLinks while mutating a rule action.Tom Lane2023-06-13
* Accept fractional seconds in jsonpath's datetime() method.Tom Lane2023-06-12
* Avoid naming conflict between transactions.sql and namespace.sql.Tom Lane2023-05-19
* Fix publication syntax error messageAlvaro Herrera2023-05-10
* Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier2023-05-10
* Handle RLS dependencies in inlined set-returning functions properly.Tom Lane2023-05-08
* Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch2023-05-08
* Add ruleutils support for decompiling MERGE commands.Tom Lane2023-05-07
* Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier2023-04-28
* Fix assignment to array of domain over composite, redux.Tom Lane2023-04-15
* Fix incorrect partition pruning logic for boolean partitioned tablesDavid Rowley2023-04-14
* Stabilize just-added regression test cases.Tom Lane2023-04-06
* Fix ts_headline() edge cases for empty query and empty search text.Tom Lane2023-04-06
* Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables.Tom Lane2023-04-05
* Reject system columns as elements of foreign keys.Tom Lane2023-03-31
* Fix corner-case planner failure for MERGE.Tom Lane2023-03-28
* Reject attempts to alter composite types used in indexes.Tom Lane2023-03-27
* Fix netmask handling in inet_minmax_multi_opsTomas Vondra2023-03-20
* Fix incorrect logic for determining safe WindowAgg run conditionsDavid Rowley2023-03-17
* Support PlaceHolderVars in MERGE actions.Tom Lane2023-03-15
* Fix corner case bug in numeric to_char() some more.Tom Lane2023-03-14
* Fix JSON error reporting for many cases of erroneous string values.Tom Lane2023-03-13
* Fix failure to detect some cases of improperly-nested aggregates.Tom Lane2023-03-13
* Fix MERGE command tag for actions blocked by BEFORE ROW triggers.Dean Rasheed2023-03-13
* Ensure COPY TO on an RLS-enabled table copies no more than it should.Tom Lane2023-03-10
* Fix more bugs caused by adding columns to the end of a view.Tom Lane2023-03-07
* Fix some more cases of missed GENERATED-column updates.Tom Lane2023-03-06
* Avoid failure when altering state of partitioned foreign-key triggers.Tom Lane2023-03-04
* Avoid fetching one past the end of translate()'s "to" parameter.Tom Lane2023-03-01
* Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.Tom Lane2023-02-25
* Fix mishandling of OLD/NEW references in subqueries in rule actions.Dean Rasheed2023-02-25
* Fix multi-row DEFAULT handling for INSERT ... SELECT rules.Dean Rasheed2023-02-23
* Fix Assert failure for MERGE into a partitioned table with RLS.Dean Rasheed2023-02-22
* Fix MERGE command tag for cross-partition updates.Dean Rasheed2023-02-22
* Fix parsing of ISO-8601 interval fields with exponential notation.Tom Lane2023-02-20
* Prevent join removal from removing the query's result relation.Tom Lane2023-02-20
* Print the correct aliases for DML target tables in ruleutils.Tom Lane2023-02-17