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
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
2023-11-27
Retire a few backwards compatibility macros.
Nathan Bossart
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-19
Add local_blk_{read|write}_time I/O timing statistics for local blocks
Michael Paquier
2023-10-19
Rename I/O timing statistics columns to shared_blk_{read|write}_time
Michael Paquier
2023-10-10
Add const to values and nulls arguments
Peter Eisentraut
2023-10-02
Revert "Add soft error handling to some expression nodes"
Amit Langote
2023-10-02
Add soft error handling to some expression nodes
Amit Langote
2023-09-28
Remove obsolete executor cleanup code
Amit Langote
2023-07-14
Allow the use of a hash index on the subscriber during replication.
Amit Kapila
2023-06-05
Remove obsolete comment
Peter Eisentraut
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
Fix misbehavior of EvalPlanQual checks with multiple result relations.
Tom Lane
2023-05-19
Allocate hash join files in a separate memory context
Tomas Vondra
2023-05-17
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-05-04
Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"
Alvaro Herrera
2023-04-24
Rename ExecAggTransReparent, and improve its documentation.
Tom Lane
2023-04-03
Revert 11470f544e
Alexander Korotkov
2023-03-31
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-31
Move ExecEvalJsonConstructor new function to a more natural place
Alvaro Herrera
2023-03-30
Parallel Hash Full Join.
Thomas Munro
2023-03-30
Fix outdated comments regarding TupleTableSlots
David Rowley
2023-03-29
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-24
Invent GENERIC_PLAN option for EXPLAIN.
Tom Lane
2023-03-23
Improve the naming of Parallel Hash Join phases.
Thomas Munro
2023-03-22
Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2023-03-21
Fix race in parallel hash join batch cleanup, take II.
Thomas Munro
2023-03-20
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-06
Fill EState.es_rteperminfos more systematically.
Tom Lane
2023-02-22
Add static assertion ensuring sizeof(ExprEvalStep) <= 64 bytes
Andres Freund
2023-01-15
Make new GENERATED-expressions code more bulletproof.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-12-02
Generalize ri_RootToPartitionMap to use for non-partition children
Alvaro Herrera
2022-12-01
Move PartitioPruneInfo out of plan nodes into PlannedStmt
Alvaro Herrera
2022-11-21
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
[next]