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