summaryrefslogtreecommitdiff
path: root/src/backend/executor/execTuples.c
Commit message (Expand)AuthorAgeFilesLines
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-161-17/+17
* Modify all callers of datatype input and receive functions so that if theseTom Lane2006-04-041-16/+7
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Fix a couple of lingering references to POSTQUEL query syntax, per Simon.Tom Lane2005-12-071-2/+2
* Improve ExecStoreTuple to be smarter about replacing the contents ofTom Lane2005-11-251-11/+21
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-3/+4
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-31/+27
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-061-6/+5
* Update obsolete comment.Tom Lane2005-03-171-7/+7
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-161-96/+342
* Avoid O(N^2) overhead in repeated nocachegetattr calls when columns ofTom Lane2005-03-141-147/+107
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-13/+13
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane2004-06-061-8/+8
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-2/+2
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-3/+3
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-101-1/+35
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-18/+43
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-6/+6
* This patch refactors execTuples.c in two ways.Bruce Momjian2003-12-011-62/+26
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* I discovered that TupleDescGetAttInMetadata and BuildTupleFromCStringsBruce Momjian2003-09-291-18/+32
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-3/+3
* Rename fields of DestReceiver to avoid collisions with (ill-considered)Tom Lane2003-08-061-3/+3
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-4/+4
* Error message editing in backend/executor.Tom Lane2003-07-211-3/+2
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-081-3/+2
* Restructure command destination handling so that we pass aroundTom Lane2003-05-061-10/+54
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-061-2/+2
* Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane2002-12-131-1/+2
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-121-88/+10
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-051-5/+5
* Make the world at least somewhat safe for zero-column tables, andTom Lane2002-09-281-12/+5
* pgindent run.Bruce Momjian2002-09-041-21/+23
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-021-4/+3
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-291-34/+36
* > 2. This patch includes the same Table Function API fixes that IBruce Momjian2002-07-201-1/+71
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-201-3/+4
* Here is a patch for the Table Function API. It fixes a bug found by NeilBruce Momjian2002-07-181-9/+6
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Here is a patch for Composite and Set returning function support. I madeBruce Momjian2002-06-201-2/+122
* Remove long-dead 'fix for SELECT NULL' to stop current coredump.Tom Lane2002-03-211-3/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-7/+6
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-76/+57
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-8/+10
* Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane2001-01-291-341/+47
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2