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
/
execTuples.c
Age
Commit message (
Expand
)
Author
2024-03-26
Improve error message for tts_(virtual|minimal)_is_current_xact_tuple
Alexander Korotkov
2024-03-26
Add comments on some MinimalTupleSlots methods usage
Alexander Korotkov
2024-03-21
Add TupleTableSlotOps.is_current_xact_tuple() method
Alexander Korotkov
2024-01-03
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-07
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-10
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-26
Use slots in trigger infrastructure, except for the actual invocation.
Andres Freund
2019-02-26
Store table oid and tuple's tid in tuple slots directly.
Andres Freund
2019-02-26
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-20
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-16
Make TupleTableSlots extensible, finish split of existing slot type.
Andres Freund
2018-11-16
Inline hot path of slot_getsomeattrs().
Andres Freund
2018-11-15
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-09
Remove ineffective check against dropped columns from slot_getattr().
Andres Freund
2018-11-09
Don't require return slots for nodes without projection.
Andres Freund
2018-10-15
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
[next]