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
*
SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY steps
Amit Langote
2024-09-09
*
Revert recent SQL/JSON related commits
Amit Langote
2024-09-06
*
SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY steps
Amit Langote
2024-09-06
*
Fix misleading error message context
Peter Eisentraut
2024-09-05
*
Optimize WindowAgg's use of tuplestores
David Rowley
2024-09-05
*
Speedup WindowAgg code by moving uncommon code out-of-line
David Rowley
2024-09-05
*
Fix typos and grammar in code comments and docs
Michael Paquier
2024-09-03
*
Log the conflicts while applying changes in logical replication.
Amit Kapila
2024-08-20
*
Speed up Hash Join by making ExprStates support hashing
David Rowley
2024-08-20
*
Fix a series of typos and outdated references
David Rowley
2024-08-12
*
Fix edge case in plpgsql's make_callstmt_target().
Tom Lane
2024-08-07
*
Refactor/reword some error messages to avoid duplicates
Alvaro Herrera
2024-08-07
*
Evaluate arguments of correlated SubPlans in the referencing ExprState
Andres Freund
2024-07-31
*
SQL/JSON: Fix casting for integer EXISTS columns in JSON_TABLE
Amit Langote
2024-07-30
*
SQL/JSON: Remove useless code in ExecInitJsonExpr()
Amit Langote
2024-07-26
*
SQL/JSON: Improve error-handling of JsonBehavior expressions
Amit Langote
2024-07-26
*
SQL/JSON: Fix error-handling of some JsonBehavior expressions
Amit Langote
2024-07-26
*
Propagate query IDs of utility statements in functions
Michael Paquier
2024-07-19
*
Fix new assertion for MERGE view_name ... DO NOTHING.
Noah Misch
2024-07-13
*
Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZE
David Rowley
2024-07-09
*
Fix right-anti-joins when the inner relation is proven unique
Richard Guo
2024-07-08
*
Support "Right Semi Join" plan shapes
Richard Guo
2024-07-05
*
Use TupleDescAttr macro consistently
David Rowley
2024-07-02
*
SQL/JSON: Always coerce JsonExpr result at runtime
Amit Langote
2024-06-28
*
Expand comments and add an assertion in nodeModifyTable.c.
Noah Misch
2024-06-27
*
Fix thinkos in comments
Alvaro Herrera
2024-06-27
*
Fix partition pruning setup during DETACH CONCURRENTLY
Alvaro Herrera
2024-06-26
*
Revert "Fix partition pruning setup during DETACH CONCURRENTLY"
Alvaro Herrera
2024-06-24
*
Fix partition pruning setup during DETACH CONCURRENTLY
Alvaro Herrera
2024-06-24
*
SQL/JSON: Correct jsonpath variable name matching
Amit Langote
2024-06-19
*
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
[next]