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
/
backend
/
executor
Age
Commit message (
Expand
)
Author
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-13
Fix PHJ match bit initialization.
Thomas Munro
2023-04-12
Remove overzealous assertion from PHJ.
Thomas Munro
2023-04-06
Fix row tracking in pg_stat_statements with extended query protocol
Michael Paquier
2023-04-05
Support "Right Anti Join" plan shapes.
Tom Lane
2023-04-03
Revert 764da7710b
Alexander Korotkov
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 inconsistencies and style issues in new SQL/JSON code
Alvaro Herrera
2023-03-30
Fix outdated comments regarding TupleTableSlots
David Rowley
2023-03-29
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-29
Simplify useless 0L constants
Peter Eisentraut
2023-03-26
Fix oversights in array manipulation.
Tom Lane
2023-03-25
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-24
Invent GENERIC_PLAN option for EXPLAIN.
Tom Lane
2023-03-23
Ignore generated columns during apply of update/delete.
Amit Kapila
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-22
Evade extra table_tuple_fetch_row_version() in ExecUpdate()/ExecDelete()
Alexander Korotkov
2023-03-21
Ignore dropped columns during apply of update/delete.
Amit Kapila
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-20
Fix memory leak in Memoize cache key evaluation
David Rowley
2023-03-15
Support [NO] INDENT option in XMLSERIALIZE().
Tom Lane
2023-03-15
Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.
Amit Kapila
2023-03-13
Fix MERGE command tag for actions blocked by BEFORE ROW triggers.
Dean Rasheed
2023-03-13
Fix concurrent update issues with MERGE.
Dean Rasheed
2023-03-06
Fix some more cases of missed GENERATED-column updates.
Tom Lane
[next]