summaryrefslogtreecommitdiff
path: root/src/backend/commands/analyze.c
Commit message (Collapse)AuthorAgeFilesLines
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-301-78/+100
| | | | | fmgr_faddr() in favor of new-style calls. Lots of cleanup of sloppy casts to use XXXGetDatum and DatumGetXXX ...
* Add analyze.c file for split.Bruce Momjian2000-05-291-0/+635