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 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 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
*
Disable WindowAgg inverse transitions when subplans are present
David Rowley
2023-02-13
*
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
*
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 copy-and-pasteo in comment.
Etsuro Fujita
2022-11-02
*
Update comment in ExecInsert() regarding batch insertion.
Etsuro Fujita
2022-09-29
*
Future-proof the recursion inside ExecShutdownNode().
Tom Lane
2022-09-19
*
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
*
Add CHECK_FOR_INTERRUPTS in ExecInsert's speculative insertion loop.
Tom Lane
2022-08-04
*
Re-add SPICleanup for ABI compatibility in stable branch
Peter Eisentraut
2022-07-18
*
Fix SPI's handling of errors during transaction commit.
Tom Lane
2022-06-22
*
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
*
Revert applying column aliases to the output of whole-row Vars.
Tom Lane
2022-03-17
*
Fix memory leak in IndexScan node with reordering
Alexander Korotkov
2022-02-14
*
Test, don't just Assert, that mergejoin's inputs are in order.
Tom Lane
2022-02-05
*
Fix compiler warning in non-assert builds, introduced in f862d57057f.
Andres Freund
2022-02-03
*
Further fix for EvalPlanQual with mix of local and foreign partitions.
Etsuro Fujita
2022-02-03
*
Fix typo in comment.
Etsuro Fujita
2022-01-28
*
Fix memory leak in indexUnchanged hint mechanism.
Peter Geoghegan
2022-01-12
*
Fix index-only scan plans, take 2.
Tom Lane
2022-01-03
*
Flush Memoize cache when non-key parameters change, take 2
David Rowley
2021-11-24
*
Revert "Flush Memoize cache when non-key parameters change"
David Rowley
2021-11-24
*
Flush Memoize cache when non-key parameters change
David Rowley
2021-11-24
*
Allow Memoize to operate in binary comparison mode
David Rowley
2021-11-24
*
Fix variable lifespan in ExecInitCoerceToDomain().
Tom Lane
2021-11-02
*
Avoid some other O(N^2) hazards in list manipulation.
Tom Lane
2021-11-01
*
Fix assignment to array of domain over composite.
Tom Lane
2021-10-19
*
Fix checking of query type in plpgsql's RETURN QUERY command.
Tom Lane
2021-10-03
*
Fix missing words in comment.
Heikki Linnakangas
2021-09-07
*
Improve error messages about misuse of SELECT INTO.
Tom Lane
2021-08-21
*
Use appropriate tuple descriptor in FDW batching
Tomas Vondra
2021-08-12
*
Fix segfault during EvalPlanQual with mix of local and foreign partitions.
Heikki Linnakangas
2021-08-12
*
Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc.
Etsuro Fujita
2021-08-02
*
postgres_fdw: Fix handling of pending asynchronous requests.
Etsuro Fujita
2021-07-30
*
Get rid of artificial restriction on hash table sizes on Windows.
Tom Lane
2021-07-25
[next]