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 behavior of stable functions called from a CALL's argument list.
Tom Lane
2024-06-07
*
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-16
*
Fix ON CONFLICT DO NOTHING/UPDATE for temporal indexes
Peter Eisentraut
2024-05-10
*
Fix an assortment of typos
David Rowley
2024-05-04
*
Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans
David Rowley
2024-05-01
*
Remove some unnecessary fields from executor nodes.
Tom Lane
2024-04-23
*
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
*
SQL/JSON: Improve some error messages
Amit Langote
2024-04-18
*
Revert: Allow table AM tuple_insert() method to return the different slot
Alexander Korotkov
2024-04-11
*
Revert: Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2024-04-11
*
Revert: Let table AM insertion methods control index insertion
Alexander Korotkov
2024-04-11
*
Revert indexed and enlargable binary heap implementation.
Masahiko Sawada
2024-04-11
*
Change BitmapAdjustPrefetchIterator to accept BlockNumber
Tomas Vondra
2024-04-07
*
BitmapHeapScan: Use correct recheck flag for skip_fetch
Tomas Vondra
2024-04-07
*
BitmapHeapScan: Push skip_fetch optimization into table AM
Tomas Vondra
2024-04-07
*
BitmapHeapScan: postpone setting can_skip_fetch
Tomas Vondra
2024-04-06
*
BitmapHeapScan: begin scan after bitmap creation
Tomas Vondra
2024-04-06
*
Enhance nbtree ScalarArrayOp execution.
Peter Geoghegan
2024-04-06
*
Add basic JSON_TABLE() functionality
Amit Langote
2024-04-04
*
Add functions to binaryheap for efficient key removal and update.
Masahiko Sawada
2024-04-03
*
Let table AM insertion methods control index insertion
Alexander Korotkov
2024-03-30
*
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-03-30
*
Fix unnecessary use of moving-aggregate mode with non-moving frame.
Tom Lane
2024-03-27
*
Improve error message for tts_(virtual|minimal)_is_current_xact_tuple
Alexander Korotkov
2024-03-26
*
Add comments on some MinimalTupleSlots methods usage
Alexander Korotkov
2024-03-26
*
Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2024-03-26
*
Add TupleTableSlotOps.is_current_xact_tuple() method
Alexander Korotkov
2024-03-21
*
Allow table AM tuple_insert() method to return the different slot
Alexander Korotkov
2024-03-21
*
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
[next]