summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/_deadcode/xfunc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove _deadcode.Peter Eisentraut2002-07-241-1479/+0
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+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-6/+1
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-7/+5
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Change lcons(x, NIL) to makeList(x) where appropriate.Bruce Momjian2001-01-171-2/+2
* Add:Bruce Momjian2000-01-261-2/+3
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-221-7/+7
* Add system indexes to match all caches.Bruce Momjian1999-11-221-6/+6
* values.h patch from Alex HowanskyBruce Momjian1999-09-211-1/+3
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Final cleanup.Bruce Momjian1999-07-161-2/+2
* Update #include cleanupsBruce Momjian1999-07-161-5/+5
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Fix to prevent too large tuple from being created.Bruce Momjian1999-07-031-2/+3
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-4/+4
* pgindent run over code.Bruce Momjian1999-05-251-40/+40
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-6/+6
* Fix bushy plans. Cleanup.Bruce Momjian1999-02-181-0/+1484