index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
nodes
/
execnodes.h
Age
Commit message (
Expand
)
Author
2025-10-30
Use BumpContext contexts in TupleHashTables, and do some code cleanup.
Tom Lane
2025-09-25
Update some more forward declarations to use typedef
Álvaro Herrera
2025-09-15
Update various forward declarations to use typedef
Peter Eisentraut
2025-09-10
Eliminate duplicative hashtempcxt in nodeSubplan.c.
Tom Lane
2025-08-17
Update obsolete comments in ResultRelInfo struct.
Etsuro Fujita
2025-07-02
Reformat some node comments
Peter Eisentraut
2025-07-01
Update comment for IndexInfo.ii_NullsNotDistinct
Peter Eisentraut
2025-07-01
Update comment for IndexInfo.ii_WithoutOverlaps
Peter Eisentraut
2025-07-01
Fix outdated comment for IndexInfo
Peter Eisentraut
2025-05-22
Revert "Don't lock partitions pruned by initial pruning"
Amit Langote
2025-03-28
Add support for not-null constraints on virtual generated columns
Peter Eisentraut
2025-03-28
Rename a node field for clarity
Peter Eisentraut
2025-03-24
Remove 'additional' pointer from TupleHashEntryData.
Jeff Davis
2025-03-24
Create accessor functions for TupleHashEntry.
Jeff Davis
2025-03-24
HashAgg: use Bump allocator for hash TupleHashTable entries.
Jeff Davis
2025-03-15
BitmapHeapScan uses the read stream API
Melanie Plageman
2025-03-11
Show index search count in EXPLAIN ANALYZE, take 2.
Peter Geoghegan
2025-02-20
Don't lock partitions pruned by initial pruning
Amit Langote
2025-02-17
Fix an oversight in cbc127917 to handle MERGE correctly
Amit Langote
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-02-07
Track unpruned relids to avoid processing pruned relations
Amit Langote
2025-01-31
Perform runtime initial pruning outside ExecInitNode()
Amit Langote
2025-01-30
Move PartitionPruneInfo out of plan nodes into PlannedStmt
Amit Langote
2025-01-16
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-13
Revert "TupleHashTable: store additional data along with tuple."
Jeff Davis
2025-01-13
Fix pgindent damage
Richard Guo
2025-01-10
TupleHashTable: store additional data along with tuple.
Jeff Davis
2025-01-07
Remove unused TupleHashTableData->entrysize.
Jeff Davis
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-19
Convert SetOp to read its inputs as outerPlan and innerPlan.
Tom Lane
2024-12-18
Bitmap Table Scans use unified TBMIterator
Melanie Plageman
2024-12-18
Add common interface for TBMIterators
Melanie Plageman
2024-12-11
Use ExprStates for hashing in GROUP BY and SubPlans
David Rowley
2024-10-31
Remove unused field from SubPlanState struct
David Rowley
2024-10-25
Make table_scan_bitmap_next_block() async-friendly
Melanie Plageman
2024-10-09
Introduce two fields in EState to track parallel worker activity
Michael Paquier
2024-09-24
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-17
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-06
Update comment about ExprState.escontext
Amit Langote
2024-09-05
Optimize WindowAgg's use of tuplestores
David Rowley
2024-08-20
Speed up Hash Join by making ExprStates support hashing
David Rowley
2024-08-12
Fix outdated comments
David Rowley
2024-07-31
Evaluate arguments of correlated SubPlans in the referencing ExprState
Andres Freund
2024-07-09
Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZE
David Rowley
2024-07-08
Widen lossy and exact page counters for Bitmap Heap Scan
David Rowley
2024-06-28
SQL/JSON: Always coerce JsonExpr result at runtime
Amit Langote
2024-05-01
Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans
David Rowley
2024-04-23
Remove some unnecessary fields from executor nodes.
Tom Lane
2024-04-19
Use macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE code.
Dean Rasheed
2024-04-07
BitmapHeapScan: Push skip_fetch optimization into table AM
Tomas Vondra
[next]