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
/
backend
/
executor
Age
Commit message (
Expand
)
Author
2024-01-04
Fix use of incorrect TupleTableSlot in DISTINCT aggregates
David Rowley
2024-01-03
Update copyright for 2024
Bruce Momjian
2024-01-02
Fix typos in comments and in one isolation test.
Robert Haas
2023-12-21
Fix BEFORE ROW trigger handling in cross-partition MERGE update.
Dean Rasheed
2023-12-07
Verify that attribute counts match in ExecCopySlot
David Rowley
2023-11-25
Reuse BrinDesc and BrinRevmap in brininsert
Tomas Vondra
2023-11-23
Use ResourceOwner to track WaitEventSets.
Heikki Linnakangas
2023-11-15
Retire MemoryContextResetAndDeleteChildren() macro.
Nathan Bossart
2023-11-09
Fix AFTER ROW trigger execution in MERGE cross-partition update.
Dean Rasheed
2023-10-28
Fix intra-query memory leak when a SRF returns zero rows.
Tom Lane
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-24
Fix problems when a plain-inheritance parent table is excluded.
Tom Lane
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-13
Fix runtime partition pruning for HASH partitioned tables
David Rowley
2023-10-10
Add const to values and nulls arguments
Peter Eisentraut
2023-10-09
Remove duplicate words in docs and code comments.
Amit Kapila
2023-10-05
Fix memory leak in Memoize code
David Rowley
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-30
Fix EvalPlanQual rechecking during MERGE.
Dean Rasheed
2023-09-28
Remove obsolete executor cleanup code
Amit Langote
2023-08-07
Fix RLS policy usage in MERGE.
Dean Rasheed
2023-07-26
Add more SQL/JSON constructor functions
Amit Langote
2023-07-25
Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables.
Masahiko Sawada
2023-07-14
Allow the use of a hash index on the subscriber during replication.
Amit Kapila
2023-07-13
Doc: clarify the conditions of usable indexes for REPLICA IDENTITY FULL tables.
Masahiko Sawada
2023-07-13
Don't include CaseTestExpr in JsonValueExpr.formatted_expr
Amit Langote
2023-07-02
Fix memory leak in Incremental Sort rescans
Tomas Vondra
2023-06-29
Fix order of operations in ExecEvalFieldStoreDeForm().
Tom Lane
2023-06-20
Pre-beta2 mechanical code beautification.
Tom Lane
2023-06-14
Retain relkind too in RTE_SUBQUERY entries for views.
Amit Langote
2023-06-07
Use per-tuple context in ExecGetAllUpdatedCols
Tomas Vondra
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-19
Describe hash join implementation
Tomas Vondra
2023-05-19
Remove stray mid-sentence tabs in comments
Peter Eisentraut
2023-05-17
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-05-16
Mark internal messages as no longer translatable
Alvaro Herrera
2023-05-04
Fix ExecCheckPermissions call in RI_Initial_Check
Alvaro Herrera
2023-05-04
Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"
Alvaro Herrera
2023-05-02
Fix typos in comments
Michael Paquier
2023-04-25
Fix buffer refcount leak with FDW bulk inserts
Michael Paquier
2023-04-24
Rename ExecAggTransReparent, and improve its documentation.
Tom Lane
2023-04-19
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-18
Fix various typos
David Rowley
2023-04-16
Ensure result of an aggregate's finalfunc is made read-only.
Tom Lane
2023-04-15
Fix assignment to array of domain over composite, redux.
Tom Lane
2023-04-14
Fix PHJ match bit initialization.
Thomas Munro
[next]