aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/_deadcode
Commit message (Expand)AuthorAge
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Change lcons(x, NIL) to makeList(x) where appropriate.Bruce Momjian2001-01-17
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-22
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* values.h patch from Alex HowanskyBruce Momjian1999-09-21
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Fix to prevent too large tuple from being created.Bruce Momjian1999-07-03
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* Make 0x007f -> (unsigned)0x7f to make pgindent happy.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* rename optimizer file nameBruce Momjian1999-02-18
* Fix bushy plans. Cleanup.Bruce Momjian1999-02-18