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
*
Add SQL/JSON query functions
Amit Langote
2024-03-21
*
Fix EXPLAIN Bitmap heap scan to count pages with no visible tuples
Heikki Linnakangas
2024-03-18
*
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-17
*
Remove redundant snapshot copying from parallel leader to workers
Heikki Linnakangas
2024-03-14
*
Fix confusion about the return rowtype of SQL-language procedures.
Tom Lane
2024-03-12
*
Fix incorrect accessing of pfree'd memory in Memoize
David Rowley
2024-03-11
*
Fix handling of self-modified tuples in MERGE.
Dean Rasheed
2024-03-07
*
Fix type-checking of RECORD-returning functions in FROM.
Tom Lane
2024-03-06
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Redefine backend ID to be an index into the proc array
Heikki Linnakangas
2024-03-03
*
Support MERGE into updatable views.
Dean Rasheed
2024-02-29
*
Remove field UpdateContext->updated in nodeModifyTable.c
Dean Rasheed
2024-02-29
*
Delay build of Memoize hash table until executor run
David Rowley
2024-01-30
*
Add soft error handling to some expression nodes
Amit Langote
2024-01-24
*
Fix indentation in ExecParallelHashIncreaseNumBatches()
Alexander Korotkov
2024-01-08
*
Fix oversized memory allocation in Parallel Hash Join
Alexander Korotkov
2024-01-07
*
Add macros for looping through a List without a ListCell.
Nathan Bossart
2024-01-04
*
Fix use of incorrect TupleTableSlot in DISTINCT aggregates
David Rowley
2024-01-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Fix typos in comments and in one isolation test.
Robert Haas
2024-01-02
*
Fix BEFORE ROW trigger handling in cross-partition MERGE update.
Dean Rasheed
2023-12-21
*
Verify that attribute counts match in ExecCopySlot
David Rowley
2023-12-07
*
Reuse BrinDesc and BrinRevmap in brininsert
Tomas Vondra
2023-11-25
*
Use ResourceOwner to track WaitEventSets.
Heikki Linnakangas
2023-11-23
*
Retire MemoryContextResetAndDeleteChildren() macro.
Nathan Bossart
2023-11-15
*
Fix AFTER ROW trigger execution in MERGE cross-partition update.
Dean Rasheed
2023-11-09
*
Fix intra-query memory leak when a SRF returns zero rows.
Tom Lane
2023-10-28
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Fix problems when a plain-inheritance parent table is excluded.
Tom Lane
2023-10-24
*
Add local_blk_{read|write}_time I/O timing statistics for local blocks
Michael Paquier
2023-10-19
*
Rename I/O timing statistics columns to shared_blk_{read|write}_time
Michael Paquier
2023-10-19
*
Fix runtime partition pruning for HASH partitioned tables
David Rowley
2023-10-13
*
Add const to values and nulls arguments
Peter Eisentraut
2023-10-10
*
Remove duplicate words in docs and code comments.
Amit Kapila
2023-10-09
*
Fix memory leak in Memoize code
David Rowley
2023-10-05
*
Revert "Add soft error handling to some expression nodes"
Amit Langote
2023-10-02
*
Add soft error handling to some expression nodes
Amit Langote
2023-10-02
*
Fix EvalPlanQual rechecking during MERGE.
Dean Rasheed
2023-09-30
*
Remove obsolete executor cleanup code
Amit Langote
2023-09-28
*
Fix RLS policy usage in MERGE.
Dean Rasheed
2023-08-07
*
Add more SQL/JSON constructor functions
Amit Langote
2023-07-26
*
Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables.
Masahiko Sawada
2023-07-25
*
Allow the use of a hash index on the subscriber during replication.
Amit Kapila
2023-07-14
*
Doc: clarify the conditions of usable indexes for REPLICA IDENTITY FULL tables.
Masahiko Sawada
2023-07-13
*
Don't include CaseTestExpr in JsonValueExpr.formatted_expr
Amit Langote
2023-07-13
*
Fix memory leak in Incremental Sort rescans
Tomas Vondra
2023-07-02
*
Fix order of operations in ExecEvalFieldStoreDeForm().
Tom Lane
2023-06-29
*
Pre-beta2 mechanical code beautification.
Tom Lane
2023-06-20
*
Retain relkind too in RTE_SUBQUERY entries for views.
Amit Langote
2023-06-14
*
Use per-tuple context in ExecGetAllUpdatedCols
Tomas Vondra
2023-06-07
[next]