projects
/
postgresql.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix deparsing FETCH FIRST <expr> ROWS WITH TIES
[postgresql.git]
/
src
/
backend
/
executor
/
9 days ago
Michael Paquier
Add support for runtime arguments in injection points
tree
|
commitdiff
2025-05-02
Tom Lane
Don't use a tuplestore if we don't have to for SQL...
tree
|
commitdiff
2025-04-20
David Rowley
Fix a few duplicate words in comments
tree
|
commitdiff
2025-04-19
Michael Paquier
Fix typos and grammar in the code
tree
|
commitdiff
2025-04-17
Tom Lane
Cache typlens of a SQL function's input arguments.
tree
|
commitdiff
2025-04-17
Tom Lane
Make SQLFunctionCache long-lived again.
tree
|
commitdiff
2025-04-17
Tom Lane
Split some storage out to separate subcontexts of fcontext.
tree
|
commitdiff
2025-04-17
Tom Lane
Make functions.c mostly run in a short-lived memory...
tree
|
commitdiff
2025-04-17
Tom Lane
Minor performance improvement for SQL-language functions.
tree
|
commitdiff
2025-04-15
Tom Lane
Fix failure for generated column with a not-null domain...
tree
|
commitdiff
2025-04-12
Peter Geoghegan
Harmonize function parameter names for Postgres 18.
tree
|
commitdiff
2025-04-08
Amit Kapila
Fix uninitialized index information access during apply.
tree
|
commitdiff
2025-04-06
Peter Eisentraut
Relax ordering-related hardcoded btree requirements...
tree
|
commitdiff
2025-04-04
Tom Lane
functions.c: copy trees from source_list before parse...
tree
|
commitdiff
2025-04-03
Tom Lane
Fix oversight in commit 0dca5d68d.
tree
|
commitdiff
2025-04-02
Andres Freund
Remove HeapBitmapScan's skip_fetch optimization
tree
|
commitdiff
2025-04-02
Tom Lane
Change SQL-language functions to use the plan cache.
tree
|
commitdiff
2025-03-29
Dean Rasheed
Fix MERGE with DO NOTHING actions into a partitioned...
tree
|
commitdiff
2025-03-28
Peter Eisentraut
Add support for not-null constraints on virtual generat...
tree
|
commitdiff
2025-03-28
Peter Eisentraut
Modernize some code a bit
tree
|
commitdiff
2025-03-28
Peter Eisentraut
Rename a node field for clarity
tree
|
commitdiff
2025-03-25
Jeff Davis
Remove 'additional' pointer from TupleHashEntryData.
tree
|
commitdiff
2025-03-25
Jeff Davis
Add ExecCopySlotMinimalTupleExtra().
tree
|
commitdiff
2025-03-25
Jeff Davis
Create accessor functions for TupleHashEntry.
tree
|
commitdiff
2025-03-25
Jeff Davis
HashAgg: use Bump allocator for hash TupleHashTable...
tree
|
commitdiff
2025-03-24
Amit Kapila
Detect and Log multiple_unique_conflicts type conflict.
tree
|
commitdiff
2025-03-24
Michael Paquier
Allow plugins to set a 64-bit plan identifier in Planne...
tree
|
commitdiff
2025-03-19
Amit Langote
Ensure first ModifyTable rel initialized if all are...
tree
|
commitdiff
2025-03-18
Robert Haas
Make it possible for loadable modules to add EXPLAIN...
tree
|
commitdiff
2025-03-15
Melanie Plageman
Remove table AM callback scan_bitmap_next_block
tree
|
commitdiff
2025-03-15
Melanie Plageman
BitmapHeapScan uses the read stream API
tree
|
commitdiff
2025-03-15
Melanie Plageman
Separate TBM[Shared|Private]Iterator and TBMIterateResult
tree
|
commitdiff
2025-03-12
Heikki Linnakangas
Handle interrupts while waiting on Append's async subplans
tree
|
commitdiff
2025-03-11
Peter Geoghegan
Show index search count in EXPLAIN ANALYZE, take 2.
tree
|
commitdiff
2025-03-11
Daniel Gustafsson
Add special case fast-paths for strict functions
tree
|
commitdiff
2025-03-11
Daniel Gustafsson
Replace EEOP_DONE with special steps for return/no...
tree
|
commitdiff
2025-03-10
Heikki Linnakangas
Fix a few more redundant calls of GetLatestSnapshot()
tree
|
commitdiff
2025-03-10
Heikki Linnakangas
Fix snapshot used in logical replication index lookup
tree
|
commitdiff
2025-02-27
Peter Eisentraut
Generalize hash and ordering support in amapi
tree
|
commitdiff
2025-02-25
Amit Langote
Fix bug in cbc127917 to handle nested Append correctly
tree
|
commitdiff
2025-02-21
Peter Eisentraut
Drop opcintype from index AM strategy translation API
tree
|
commitdiff
2025-02-20
Amit Langote
Don't lock partitions pruned by initial pruning
tree
|
commitdiff
2025-02-19
Tom Lane
Assert that ExecOpenIndices and ExecCloseIndices are...
tree
|
commitdiff
2025-02-19
Tomas Vondra
Consider BufFiles when adjusting hashjoin parameters
tree
|
commitdiff
2025-02-18
Jeff Davis
Update outdated comments in nodeAgg.c.
tree
|
commitdiff
2025-02-17
Amit Langote
Fix an oversight in cbc127917 to handle MERGE correctly
tree
|
commitdiff
2025-02-17
Michael Paquier
Move wal_buffers_full from PgStat_PendingWalStats to...
tree
|
commitdiff
2025-02-14
Daniel Gustafsson
Fix assertion on dereferenced object
tree
|
commitdiff
2025-02-11
Jeff Davis
Injection points for hash aggregation.
tree
|
commitdiff
2025-02-07
Peter Eisentraut
Virtual generated columns
tree
|
commitdiff
2025-02-07
Amit Langote
Track unpruned relids to avoid processing pruned relations
tree
|
commitdiff
2025-02-03
Peter Eisentraut
Integrate GistTranslateCompareType() into IndexAmTransl...
tree
|
commitdiff
2025-02-01
Peter Eisentraut
Rename GistTranslateStratnum() to GistTranslateCompareT...
tree
|
commitdiff
2025-01-31
Tom Lane
Get rid of our dependency on type "long" for memory...
tree
|
commitdiff
2025-01-31
Amit Langote
Fix bad indentation introduced in commit d47cbf474
tree
|
commitdiff
2025-01-31
Amit Langote
Perform runtime initial pruning outside ExecInitNode()
tree
|
commitdiff
2025-01-30
Melanie Plageman
Move BitmapTableScan per-scan setup into a helper
tree
|
commitdiff
2025-01-30
Tom Lane
Simplify executor's handling of CaseTestExpr & CoerceTo...
tree
|
commitdiff
2025-01-30
Amit Langote
Move PartitionPruneInfo out of plan nodes into PlannedStmt
tree
|
commitdiff
2025-01-21
Amit Langote
Refactor ExecScan() to allow inlining of its core logic
tree
|
commitdiff
2025-01-16
Dean Rasheed
Add OLD/NEW support to RETURNING in DML queries.
tree
|
commitdiff
2025-01-15
Peter Eisentraut
Change gist stratnum function to use CompareType
tree
|
commitdiff
2025-01-15
Peter Eisentraut
Rename RowCompareType to CompareType
tree
|
commitdiff
2025-01-13
Jeff Davis
Revert "TupleHashTable: store additional data along...
tree
|
commitdiff
2025-01-13
Richard Guo
Fix pgindent damage
tree
|
commitdiff
2025-01-11
Peter Eisentraut
Add support for NOT ENFORCED in CHECK constraints
tree
|
commitdiff
2025-01-11
Jeff Davis
Fix redefinition of type in commit e0ece2a981.
tree
|
commitdiff
2025-01-11
Jeff Davis
TupleHashTable: store additional data along with tuple.
tree
|
commitdiff
2025-01-07
Jeff Davis
ExecInitAgg: update aggstate->numaggs and ->numtrans...
tree
|
commitdiff
2025-01-07
Jeff Davis
nodeSetOp.c: missing additionalsize for BuildTupleHashT...
tree
|
commitdiff
2025-01-07
Jeff Davis
Remove unused TupleHashTableData->entrysize.
tree
|
commitdiff
2025-01-02
David Rowley
Fix outdated CHUNKHDRSZ value in nodeAgg.c
tree
|
commitdiff
2025-01-01
Bruce Momjian
Update copyright for 2025
tree
|
commitdiff
2024-12-27
David Rowley
Speedup tuple deformation with additional function...
tree
|
commitdiff
2024-12-20
David Rowley
Optimize alignment calculations in tuple form/deform
tree
|
commitdiff
2024-12-20
David Rowley
Introduce CompactAttribute array in TupleDesc, take 2
tree
|
commitdiff
2024-12-19
Tom Lane
Get rid of old version of BuildTupleHashTable().
tree
|
commitdiff
2024-12-19
Tom Lane
Use ExecGetCommonSlotOps infrastructure in more places.
tree
|
commitdiff
2024-12-19
Tom Lane
Convert SetOp to read its inputs as outerPlan and inner...
tree
|
commitdiff
2024-12-19
Melanie Plageman
Remove extra prefetch iterator setup for Bitmap Table...
tree
|
commitdiff
2024-12-19
Melanie Plageman
Fix bitmap table scan crash on iterator release
tree
|
commitdiff
2024-12-19
David Rowley
Optimize grouping equality checks with virtual slots
tree
|
commitdiff
2024-12-19
David Rowley
Fix Assert failure in WITH RECURSIVE UNION queries
tree
|
commitdiff
2024-12-18
Melanie Plageman
Bitmap Table Scans use unified TBMIterator
tree
|
commitdiff
2024-12-18
Melanie Plageman
Add common interface for TBMIterators
tree
|
commitdiff
2024-12-17
David Rowley
Fix incorrect slot type in BuildTupleHashTableExt
tree
|
commitdiff
2024-12-11
David Rowley
Use ExprStates for hashing in GROUP BY and SubPlans
tree
|
commitdiff
2024-12-10
David Rowley
Speedup Hash Joins with dedicated functions for ExprSta...
tree
|
commitdiff
2024-12-10
Tom Lane
Doc: add some commentary about ExecutorRun's NoMovement...
tree
|
commitdiff
2024-12-10
Peter Eisentraut
Support for GiST in get_equal_strategy_number()
tree
|
commitdiff
2024-12-10
Peter Eisentraut
Replace get_equal_strategy_number_for_am() by get_equal...
tree
|
commitdiff
2024-12-10
Peter Eisentraut
Improve internal logical replication error for missing...
tree
|
commitdiff
2024-12-09
Tom Lane
Simplify executor's determination of whether to use...
tree
|
commitdiff
2024-12-09
Richard Guo
Fix right-semi-joins in HashJoin rescans
tree
|
commitdiff
2024-12-09
Amit Kapila
Improve the error message introduced in commit 87ce27de696.
tree
|
commitdiff
2024-12-09
David Rowley
Fix possible crash during WindowAgg evaluation
tree
|
commitdiff
2024-12-04
Amit Kapila
Ensure stored generated columns must be published when...
tree
|
commitdiff
2024-12-03
David Rowley
Revert "Introduce CompactAttribute array in TupleDesc"
tree
|
commitdiff
2024-12-03
David Rowley
Introduce CompactAttribute array in TupleDesc
tree
|
commitdiff
2024-11-28
Peter Eisentraut
Remove useless casts to (void *)
tree
|
commitdiff
next