summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/_deadcode
Commit message (Expand)AuthorAgeFilesLines
* 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