Commit Graph

433 Commits (db69101a1d000d857a552e16e45f601adbb4dbc6)

Author SHA1 Message Date
Bruce Momjian 344dfc0b0f Remove Tee code, move to _deadcode. 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Bruce Momjian 318e593f03 Rename Temp to Noname for noname tables. 27 years ago
Jan Wieck eeff2c94be Fixed nodeToString() to put out "<>" for NULL strings again. 27 years ago
Marc G. Fournier 9396802f14 more cleanups...of note, appendStringInfo now performs like sprintf(), 27 years ago
Marc G. Fournier 7c3b7d2744 Initial attempt to clean up the code... 27 years ago
Vadim B. Mikheev 34680930d5 Fix using indices in OR. 27 years ago
Tom Lane 39792e5b01 EXPLAIN VERBOSE had a very high probability of triggering 27 years ago
Bruce Momjian 524f4b2d10 The patch does 2 things: 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Bruce Momjian d9be0ff432 MergeSort was sometimes called mergejoin and was confusing. Now 27 years ago
Bruce Momjian 7db9ea5c1e EXPLAIN VERBOSE prints the plan, and now pretty-prints the plan to 28 years ago
Bruce Momjian f71b671bd5 Make EXPLAIN show output more clearly. 28 years ago
Bruce Momjian 9e964f90fb Fix explain for union and inheritance. Rename Append structure 28 years ago
Marc G. Fournier 5e202d8586 show the index used in an explain 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Vadim B. Mikheev 13637df458 Support for subselects. 28 years ago
Bruce Momjian a544b605e2 Change some mallocs to palloc. 28 years ago
Bruce Momjian 4a5b781d71 Break parser functions into smaller files, group together. 28 years ago
Bruce Momjian 3f365ba0fc Inline memset() as MemSet(). 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 b99c63cfc0 Now that names are null terminated, no need to do all that NAMEDATALEN stuff. 28 years ago
Vadim B. Mikheev 0762deacec Print 'Group' as name of Group plan. 29 years ago
Bruce Momjian 3a02ccfa1d Change EXPLAIN options to just use VERBOSE. 29 years ago
Bruce Momjian 765dd2a4c0 explain change 29 years ago
Bruce Momjian 4415e481ef Improved EXPLAIN option handling. 29 years ago
Vadim B. Mikheev e5fbe3017c pname=NULL -> pname="" (stringinfo.c:appendStringInfo doesn't like NULL). 29 years ago
Marc G. Fournier 7385619f14 Clean it up so that it compiles 29 years ago
Marc G. Fournier 510ebf75a1 Another first pass at cleaning up the #includes 29 years ago
Marc G. Fournier f36b2560a4 Major code cleanups from D'arcy (-Wall -Werror) 29 years ago
Marc G. Fournier d31084e9d1 Postgres95 1.01 Distribution - Virgin Sources 30 years ago