Commit Graph

494 Commits (e89bd02f58ac07e44e0388a32b7ee1b42f1fd7c6)

Author SHA1 Message Date
Bruce Momjian 093beb3560 Make attalign match type alignment. 27 years ago
Bruce Momjian d9be0ff432 MergeSort was sometimes called mergejoin and was confusing. Now 28 years ago
Bruce Momjian 0a2e5cdfc9 Allow index use with OR clauses. 28 years ago
Bruce Momjian 584f9438ca Rename Rel to RelOptInfo. 28 years ago
Bruce Momjian 9e964f90fb Fix explain for union and inheritance. Rename Append structure 28 years ago
Bruce Momjian 3600fd320f Major man page update from Tom Lane. c 28 years ago
Bruce Momjian f99dcd6d15 Fix for AS name quotation problem. 28 years ago
Bruce Momjian db82332bdc Fix for views that use AS with two words. 28 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 28 years ago
Thomas G. Lockhart e6a854dc41 Add some more node print routines for debugging only 28 years ago
Bruce Momjian 4fcd0d6371 FIx confusion over SORT and SORTCLAUSE in node handling. 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Bruce Momjian ec9e44ab7c Add handling for new RangeTblEntry column name. 28 years ago
Bruce Momjian 856da1e65a Constlen can be -1, so make it a signed type. 28 years ago
Vadim B. Mikheev dc892fd390 Support for subselects. 28 years ago
Bruce Momjian 0386a50f31 Pass around typmod as int16. 28 years ago
Bruce Momjian 2c482cdbf2 Pass attypmod through to executor by adding to Var and Resdom. 28 years ago
Marc G. Fournier af32f4d5d3 Patch against src/backend/nodes/outfuncs.c.orig fixes backend crashes 28 years ago
Bruce Momjian 7f31669bea Add Var.varlevelup to code. More parser cleanup. 28 years ago
Bruce Momjian 412a5e6539 Parser cleanup. 28 years ago
Bruce Momjian 1316113ea3 Fix problem with nodes handling. 28 years ago
Bruce Momjian b37bc65f44 Creates the SubLink structure, and the Query->hasSubLink field, 28 years ago
Bruce Momjian c65ea0e040 New pg_attribute.atttypmod for type-specific information like 28 years ago
Bruce Momjian 763ff8aef8 Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs. 28 years ago
Bruce Momjian e9dc636e0c Cleanup of outnodes. 28 years ago
Bruce Momjian 56466049d6 Cleanup of outnode stuff. 28 years ago
Bruce Momjian c9d9fe7690 Cleanup of outnode stuff. 28 years ago
Bruce Momjian a552a894eb Cleanup of outnode stuff. 28 years ago
Bruce Momjian 4557c846de Cleanup of sort nodes and use of strtoul . 28 years ago
Bruce Momjian 9d00fbbeb0 Change some labels in bootparse to make ctags happy. Clean up outfunc/readfunc code and add missing fields for Query structure and new Union fields. Fix optimizer bug shown in new \do command. Change WARN to ERROR in contrib and regression stuff. 28 years ago
Bruce Momjian 4ce24c8aa9 UNION work for UNION ALL and other union stuff. 28 years ago
Thomas G. Lockhart 12d5c30c8c Add routines to print AExpr, Ident, and AConst parsing structures. 28 years ago
Bruce Momjian 6a45941f2f Remove Existential, and ifdef out generate_fjoin. Neither did anything. 28 years ago
Thomas G. Lockhart 6ad698c928 Add some printing capability for a few more node types (CreateStmt, 28 years ago
Bruce Momjian 59f6a57e59 Used modified version of indent that understands over 100 typedefs. 28 years ago
Bruce Momjian 075cede748 Add typdefs to pgindent run. 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
Bruce Momjian 28a08fd4ac I have this annoying habit (among others) of putting 29 years ago
Bryan Henderson 7439ba64b1 Use "Oid" type where applicable and %ud instead of %d. Thanks Darren King. 29 years ago
Bruce Momjian aaeef4d17d All external function definitions now have prototypes that are checked. 29 years ago
Bruce Momjian 4b2b8592a0 Compile and warning cleanup 29 years ago
Marc G. Fournier d31084e9d1 Postgres95 1.01 Distribution - Virgin Sources 30 years ago