index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
executor
Age
Commit message (
Expand
)
Author
2025-06-15
Sync typedefs.list with the buildfarm.
Tom Lane
2025-05-22
Revert "Don't lock partitions pruned by initial pruning"
Amit Langote
2025-04-02
Change SQL-language functions to use the plan cache.
Tom Lane
2025-03-28
Add support for not-null constraints on virtual generated columns
Peter Eisentraut
2025-03-25
Remove 'additional' pointer from TupleHashEntryData.
Jeff Davis
2025-03-25
Add ExecCopySlotMinimalTupleExtra().
Jeff Davis
2025-03-25
Create accessor functions for TupleHashEntry.
Jeff Davis
2025-03-19
Ensure first ModifyTable rel initialized if all are pruned
Amit Langote
2025-03-11
Show index search count in EXPLAIN ANALYZE, take 2.
Peter Geoghegan
2025-03-11
Add special case fast-paths for strict functions
Daniel Gustafsson
2025-03-11
Replace EEOP_DONE with special steps for return/no return
Daniel Gustafsson
2025-02-20
Don't lock partitions pruned by initial pruning
Amit Langote
2025-02-17
Move wal_buffers_full from PgStat_PendingWalStats to WalUsage
Michael Paquier
2025-02-11
Implement new optimization rule for updates of expanded variables.
Tom Lane
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-02-07
Track unpruned relids to avoid processing pruned relations
Amit Langote
2025-02-03
Integrate GistTranslateCompareType() into IndexAmTranslateCompareType()
Peter Eisentraut
2025-01-31
Get rid of our dependency on type "long" for memory size calculations.
Tom Lane
2025-01-31
Perform runtime initial pruning outside ExecInitNode()
Amit Langote
2025-01-30
Simplify executor's handling of CaseTestExpr & CoerceToDomainValue.
Tom Lane
2025-01-30
Move PartitionPruneInfo out of plan nodes into PlannedStmt
Amit Langote
2025-01-21
Refactor ExecScan() to allow inlining of its core logic
Amit Langote
2025-01-16
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-15
Rename RowCompareType to CompareType
Peter Eisentraut
2025-01-13
Revert "TupleHashTable: store additional data along with tuple."
Jeff Davis
2025-01-11
TupleHashTable: store additional data along with tuple.
Jeff Davis
2025-01-07
Add missing typedefs.list entry for AggStatePerGroupData.
Jeff Davis
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-19
Get rid of old version of BuildTupleHashTable().
Tom Lane
2024-12-19
Convert SetOp to read its inputs as outerPlan and innerPlan.
Tom Lane
2024-12-17
Fix incorrect slot type in BuildTupleHashTableExt
David Rowley
2024-12-11
Use ExprStates for hashing in GROUP BY and SubPlans
David Rowley
2024-12-10
Replace get_equal_strategy_number_for_am() by get_equal_strategy_number()
Peter Eisentraut
2024-12-09
Simplify executor's determination of whether to use parallelism.
Tom Lane
2024-11-25
Fix NULLIF()'s handling of read-write expanded objects.
Tom Lane
2024-10-17
Don't store intermediate hash values in ExprState->resvalue
David Rowley
2024-08-20
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-01
Evaluate arguments of correlated SubPlans in the referencing ExprState
Andres Freund
2024-07-30
SQL/JSON: Fix casting for integer EXISTS columns in JSON_TABLE
Amit Langote
2024-07-09
Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZE
David Rowley
2024-06-28
SQL/JSON: Always coerce JsonExpr result at runtime
Amit Langote
2024-03-21
Add TupleTableSlotOps.is_current_xact_tuple() method
Alexander Korotkov
2024-03-21
Add SQL/JSON query functions
Amit Langote
2024-03-17
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-12
Fix confusion about the return rowtype of SQL-language procedures.
Tom Lane
2024-02-29
Support MERGE into updatable views.
Dean Rasheed
2024-01-24
Add soft error handling to some expression nodes
Amit Langote
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-07
Verify that attribute counts match in ExecCopySlot
David Rowley
[next]