summaryrefslogtreecommitdiff
path: root/src/backend/executor/execTuples.c
AgeCommit message (Expand)Author
2019-03-06Fix bug in clearing of virtual tuple slot.Andres Freund
2019-03-01Store tuples for EvalPlanQual in slots, rather than as HeapTuples.Andres Freund
2019-02-28Don't force materializing when copying a buffer tuple table slot.Andres Freund
2019-02-28Allow buffer tuple table slots to materialize after ExecStoreVirtualTuple().Andres Freund
2019-02-27Use slots in trigger infrastructure, except for the actual invocation.Andres Freund
2019-02-27Store table oid and tuple's tid in tuple slots directly.Andres Freund
2019-02-27Add ExecStorePinnedBufferHeapTuple.Andres Freund
2019-02-18Remove line duplicated during conflict resolution.Andres Freund
2019-01-23Fix misc typos in comments.Heikki Linnakangas
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-17Remove extra semicolons.Amit Kapila
2018-11-30Fix typo.Amit Kapila
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-17Fix some spurious new compiler warnings in MSVC.Andres Freund
2018-11-17Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund
2018-11-16Inline hot path of slot_getsomeattrs().Andres Freund
2018-11-16Introduce notion of different types of slots (without implementing them).Andres Freund
2018-11-15Rejigger materializing and fetching a HeapTuple from a slot.Andres Freund
2018-11-10Remove ineffective check against dropped columns from slot_getattr().Andres Freund
2018-11-10Don't require return slots for nodes without projection.Andres Freund
2018-10-16Move TupleTableSlots boolean member into one flag variable.Andres Freund
2018-10-15Move generic slot support functions from heaptuple.c into execTuples.c.Andres Freund
2018-09-25Remove absolete function TupleDescGetSlot().Andres Freund
2018-09-25Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund
2018-09-25Remove function list from prologue of execTuples.c.Andres Freund
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-03C comment: mention null handling in BuildTupleFromCStrings()Bruce Momjian
2018-03-31Small cleanups in fast default code.Andrew Dunstan
2018-03-28Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan
2018-03-26JIT tuple deforming in LLVM JIT provider.Andres Freund
2018-02-17Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund
2018-01-03Update copyright for 2018Bruce Momjian
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-01-27Use the new castNode() macro in a number of places.Andres Freund
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-06-06Stop the executor if no more tuples can be sent from worker to leader.Robert Haas
2016-06-03Mark read/write expanded values as read-only in ExecProject().Tom Lane
2016-05-23Fix latent crash in do_text_output_multiline().Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-14Support "expanded" objects, particularly arrays, for better performance.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-10Ensure that RowExprs and whole-row Vars produce the expected column names.Tom Lane
2014-10-13C comments: adjust execTuples.c for new structureBruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-05-01Fix failure to detoast fields in composite elements of structured types.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian