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
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
/
execTuples.c
Age
Commit message (
Expand
)
Author
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-07
Verify that attribute counts match in ExecCopySlot
David Rowley
2023-10-10
Add const to values and nulls arguments
Peter Eisentraut
2023-03-30
Fix outdated comments regarding TupleTableSlots
David Rowley
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-03-17
Revert applying column aliases to the output of whole-row Vars.
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-04-22
Don't crash on reference to an un-available system column.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-06
Minor code review for tuple slot rewrite.
Tom Lane
2019-09-22
Fix typo in tts_virtual_copyslot.
Tom Lane
2019-09-05
Split tuptoaster.c into three separate files.
Robert Haas
2019-08-16
Don't include utils/array.h from acl.h.
Andres Freund
2019-07-08
Fix inconsistencies in the code
Michael Paquier
2019-06-08
Fix assorted inconsistencies.
Amit Kapila
2019-05-26
Fix typos.
Amit Kapila
2019-05-24
Fix typos.
Thomas Munro
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-04-19
Fix two memory leaks around force-storing tuples in slots.
Andres Freund
2019-04-09
Fix typos.
Thomas Munro
2019-03-06
Fix bug in clearing of virtual tuple slot.
Andres Freund
2019-03-01
Store tuples for EvalPlanQual in slots, rather than as HeapTuples.
Andres Freund
2019-02-28
Don't force materializing when copying a buffer tuple table slot.
Andres Freund
2019-02-28
Allow buffer tuple table slots to materialize after ExecStoreVirtualTuple().
Andres Freund
2019-02-27
Use slots in trigger infrastructure, except for the actual invocation.
Andres Freund
2019-02-27
Store table oid and tuple's tid in tuple slots directly.
Andres Freund
2019-02-27
Add ExecStorePinnedBufferHeapTuple.
Andres Freund
2019-02-18
Remove line duplicated during conflict resolution.
Andres Freund
2019-01-23
Fix misc typos in comments.
Heikki Linnakangas
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-17
Remove extra semicolons.
Amit Kapila
2018-11-30
Fix typo.
Amit Kapila
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-17
Fix some spurious new compiler warnings in MSVC.
Andres Freund
2018-11-17
Make TupleTableSlots extensible, finish split of existing slot type.
Andres Freund
2018-11-16
Inline hot path of slot_getsomeattrs().
Andres Freund
2018-11-16
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
Rejigger materializing and fetching a HeapTuple from a slot.
Andres Freund
2018-11-10
Remove ineffective check against dropped columns from slot_getattr().
Andres Freund
2018-11-10
Don't require return slots for nodes without projection.
Andres Freund
2018-10-16
Move TupleTableSlots boolean member into one flag variable.
Andres Freund
2018-10-15
Move generic slot support functions from heaptuple.c into execTuples.c.
Andres Freund
2018-09-25
Remove absolete function TupleDescGetSlot().
Andres Freund
2018-09-25
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-25
Remove function list from prologue of execTuples.c.
Andres Freund
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-03
C comment: mention null handling in BuildTupleFromCStrings()
Bruce Momjian
[next]