index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
Commit message (
Expand
)
Author
Age
*
Fix memory leak in Incremental Sort rescans
Tomas Vondra
2023-07-02
*
Fix order of operations in ExecEvalFieldStoreDeForm().
Tom Lane
2023-06-29
*
Use per-tuple context in ExecGetAllUpdatedCols
Tomas Vondra
2023-06-07
*
Fix misbehavior of EvalPlanQual checks with multiple result relations.
Tom Lane
2023-05-19
*
Mark internal messages as no longer translatable
Alvaro Herrera
2023-05-16
*
Fix buffer refcount leak with FDW bulk inserts
Michael Paquier
2023-04-25
*
Fix assignment to array of domain over composite, redux.
Tom Lane
2023-04-15
*
Fix oversights in array manipulation.
Tom Lane
2023-03-26
*
Ignore generated columns during apply of update/delete.
Amit Kapila
2023-03-23
*
Ignore dropped columns during apply of update/delete.
Amit Kapila
2023-03-21
*
Fix race in parallel hash join batch cleanup, take II.
Thomas Munro
2023-03-21
*
Fix memory leak in Memoize cache key evaluation
David Rowley
2023-03-20
*
Fix MERGE command tag for actions blocked by BEFORE ROW triggers.
Dean Rasheed
2023-03-13
*
Fix concurrent update issues with MERGE.
Dean Rasheed
2023-03-13
*
Fix some more cases of missed GENERATED-column updates.
Tom Lane
2023-03-06
*
Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.
Tom Lane
2023-02-25
*
Add missing support for the latest SPI status codes.
Dean Rasheed
2023-02-22
*
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
*
Don't rely on uninitialized value in MERGE / DELETE
Alvaro Herrera
2023-02-15
*
Disable WindowAgg inverse transitions when subplans are present
David Rowley
2023-02-13
*
Ensure that MERGE recomputes GENERATED expressions properly.
Dean Rasheed
2023-01-30
*
Make new GENERATED-expressions code more bulletproof.
Tom Lane
2023-01-15
*
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-05
*
Avoid reference to nonexistent array element in ExecInitAgg().
Tom Lane
2023-01-02
*
Remove new structure member from ResultRelInfo.
Etsuro Fujita
2022-12-08
*
Fix 32-bit build dangling pointer issue in WindowAgg
David Rowley
2022-12-07
*
Prevent clobbering of utility statements in SQL function caches.
Tom Lane
2022-11-29
*
Fix handling of pending inserts in nodeModifyTable.c.
Etsuro Fujita
2022-11-25
*
Fix MERGE tuple count with DO NOTHING
Alvaro Herrera
2022-11-17
*
Fix outdated comment in ExecDelete
Alvaro Herrera
2022-11-17
*
doc: Fix wording of MERGE actions in README
Daniel Gustafsson
2022-11-17
*
Fix copy-and-pasteo in comment.
Etsuro Fujita
2022-11-02
*
Update comment in ExecInsert() regarding batch insertion.
Etsuro Fujita
2022-09-29
*
Restrict Datum sort optimization to byval types only
David Rowley
2022-09-29
*
Message style improvements
Peter Eisentraut
2022-09-24
*
Future-proof the recursion inside ExecShutdownNode().
Tom Lane
2022-09-19
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
*
Fix replica identity check for a partitioned table.
Amit Kapila
2022-08-16
*
Avoid misbehavior when hash_table_bytes < bucket_size.
Tom Lane
2022-08-13
*
Fix handling of R/W expanded datums that are passed to SQL functions.
Tom Lane
2022-08-10
*
Fix check_exclusion_or_unique_constraint for UNIQUE NULLS NOT DISTINCT.
Tom Lane
2022-08-04
*
Add CHECK_FOR_INTERRUPTS in ExecInsert's speculative insertion loop.
Tom Lane
2022-08-04
*
Add another SQL/JSON error code
Peter Eisentraut
2022-07-18
*
Remove size increase in ExprEvalStep caused by hashed saops
David Rowley
2022-07-06
*
expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size.
Andres Freund
2022-07-05
*
Un-break whole-row Vars referencing domain-over-composite types.
Tom Lane
2022-06-10
*
Harden Memoization code against broken data types
David Rowley
2022-06-08
*
Avoid overflow hazard when clamping group counts to "long int".
Tom Lane
2022-05-21
*
Clean up newlines following left parentheses
Alvaro Herrera
2022-05-13
[next]