summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/_deadcode
Commit message (Expand)AuthorAgeFilesLines
* Remove _deadcode.Peter Eisentraut2002-07-242-2289/+0
* Update copyright to 2002.Bruce Momjian2002-06-202-4/+4
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Fix small problem Tom Lane found with pgindent run.Bruce Momjian2001-10-301-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-282-6/+6
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-252-10/+4
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-222-9/+7
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-2/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-242-4/+4
* Change lcons(x, NIL) to makeList(x) where appropriate.Bruce Momjian2001-01-171-2/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-2/+2
* Add:Bruce Momjian2000-01-262-4/+6
* 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-152-6/+2
* Fix to prevent too large tuple from being created.Bruce Momjian1999-07-031-2/+3
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-252-6/+6
* Make 0x007f -> (unsigned)0x7f to make pgindent happy.Bruce Momjian1999-05-251-2/+2
* pgindent run over code.Bruce Momjian1999-05-252-56/+56
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-6/+6
* rename optimizer file nameBruce Momjian1999-02-181-0/+813
* Fix bushy plans. Cleanup.Bruce Momjian1999-02-181-0/+1484