Commit Graph

93 Commits (debb072886efcb15e7f0825e35b168afe316d37d)

Author SHA1 Message Date
Bruce Momjian a71802e12e Final cleanup. 27 years ago
Bruce Momjian 2e6b1e63a3 Remove unused #includes in *.c files. 27 years ago
Bruce Momjian e9c977da7d Fix spelling of variable name. 27 years ago
Bruce Momjian 9f7ac20e57 Cleanup of min tuple size. 27 years ago
Bruce Momjian 1391098851 Fix misspelling. 27 years ago
Bruce Momjian fcff1cdf4e Another pgindent run. Sorry folks. 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Tom Lane 605d84941d Clean up cost_sort some more: most callers were double-counting 27 years ago
Tom Lane 7a7ba33536 Clean up some bogosities in path cost estimation, like 27 years ago
Tom Lane e91f43a122 Fix potential overflow problems when relation size exceeds 27 years ago
Bruce Momjian ba2883b264 Remove duplicate geqo functions, and more optimizer cleanup 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Bruce Momjian ad4b27ac3f Optimizer cleanup. 27 years ago
Bruce Momjian c0d17c7aee JoinPath -> NestPath for nested loop. 27 years ago
Bruce Momjian 9dbb0efb0b Optmizer cleanup 27 years ago
Bruce Momjian f859c81c18 Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things. 27 years ago
Bruce Momjian 318e593f03 Rename Temp to Noname for noname tables. 27 years ago
Bruce Momjian 8d9237d485 Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README. 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 27 years ago
Bruce Momjian d9be0ff432 MergeSort was sometimes called mergejoin and was confusing. Now 28 years ago
Bruce Momjian 584f9438ca Rename Rel to RelOptInfo. 28 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 28 years ago
Marc G. Fournier 374bb5d261 Some *very* major changes by darrenk@insightdist.com (Darren King) 28 years ago
Bruce Momjian 59f6a57e59 Used modified version of indent that understands over 100 typedefs. 28 years ago
Bruce Momjian 319dbfa736 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 28 years ago
Bruce Momjian 1ccd423235 Massive commit to run PGINDENT on all *.c and *.h files. 28 years ago
Bruce Momjian 1d8bbfd2e7 Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 28 years ago
Vadim B. Mikheev 4ec8a148ed Add innercost to result in cost_hashjoin. 29 years ago
Vadim B. Mikheev 610d0d00ed 1. Enable to have different _CPU_PAGE_WEIGHT_ for heap and index. 29 years ago
Bruce Momjian 31c8e94b34 Remove WIN32 defines. They never worked. 29 years ago
Marc G. Fournier d90a426e35 Linux defines MAXINT in values.h, which causes an error when compiling. 29 years ago
Marc G. Fournier 3ffd5694dd Replace occurances of USE_{LIMITS,VALUES}_H with HAVE_* in preparation 29 years ago
Marc G. Fournier f504e5a253 Taking a chance here. Under both Solaris and FreeBSD, there is a 29 years ago
Bryan Henderson 6ece8a8d0b Part of patch to make a working nextstep port. 29 years ago
Vadim B. Mikheev ce5009f99b #include "postgres.h" 29 years ago
Marc G. Fournier 1321fe1a81 Clean up 'if defined()' for header files... 29 years ago
Marc G. Fournier 58a0150f64 More files cleaned out 29 years ago
Marc G. Fournier bdd07411b4 remove use of PORTNAME_* 29 years ago
Bruce Momjian 3d7fe6c97c Added needed include file. 29 years ago
Marc G. Fournier e11744e164 More of Dr. George's changes... 30 years ago
Marc G. Fournier 55aab6a434 fix: BSDi 2.1 requires a port seperate from BSDi 2.0{.1} 30 years ago
Marc G. Fournier d31084e9d1 Postgres95 1.01 Distribution - Virgin Sources 30 years ago