summaryrefslogtreecommitdiff
path: root/src/backend/executor/execTuples.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-2/+2
* Fix explain for union and inheritance. Rename Append structureBruce Momjian1998-07-151-7/+7
* Inline some small functions called for every row.Bruce Momjian1998-04-241-51/+3
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-5/+5
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-101-4/+7
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-3/+3
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-3/+3
* Remove Existential, and ifdef out generate_fjoin. Neither did anything.Bruce Momjian1997-12-181-3/+1
* Cleanup up include files.Bruce Momjian1997-11-261-4/+4
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-251-4/+4
* Inline memset() as MemSet().Bruce Momjian1997-09-181-2/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-23/+23
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-129/+129
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-745/+781
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-2/+15
* Rename postgres95 to PostgreSQL. Add comment for SELECT NULLBruce Momjian1996-12-111-1/+2
* Fix for SELECT NULL.Bruce Momjian1996-12-071-2/+3
* Compile and warning cleanupBruce Momjian1996-11-081-1/+3
* add #include "postgres.h", as required by all .c filesMarc G. Fournier1996-10-311-1/+3