summaryrefslogtreecommitdiff
path: root/src/backend/executor/execTuples.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix portability problems recently exposed by regression tests on Alphas.Tom Lane2000-12-271-28/+18
* Restructure handling of inheritance queries so that they work with outerTom Lane2000-11-121-15/+5
* Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane2000-10-261-1/+9
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-051-3/+11
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-9/+17
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-36/+37
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-121-23/+10
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-9/+11
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-271-2/+2
* Add:Bruce Momjian2000-01-261-2/+3
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-2/+3
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-101-5/+5
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-231-1/+8
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-2/+2
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-98/+74
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Final cleanup.Bruce Momjian1999-07-161-3/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-5/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* pgindent run over code.Bruce Momjian1999-05-251-1/+3
* Remove Tee code, move to _deadcode.Bruce Momjian1999-03-231-9/+1
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-3/+2
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-2/+4