Commit Graph

38 Commits (157349e3afdb5282cc177e53f4c435ab343b113f)

Author SHA1 Message Date
Thomas G. Lockhart 2b189aa953 Improve CASE statement support. 27 years ago
Thomas G. Lockhart bedd04a551 Implement CASE expression. 27 years ago
Bruce Momjian 9b21a18cee the following little patch adds array references to query 27 years ago
Bruce Momjian c17b2d1b16 Fix for constbyval. 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 683f399391 Change atttypmod from int16 to int32, for Thomas. 27 years ago
Thomas G. Lockhart 92ed9294de Allow floating point constants for "def_arg" numeric arguments. 27 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 27 years ago
Thomas G. Lockhart 8536c96261 Do type conversion to match columns in UNION clauses. 27 years ago
Thomas G. Lockhart 3ace5fd082 Add capabilities for automatic type conversion. 28 years ago
Bruce Momjian 0d203b745d Re-apply Darren's char2-16 removal code. 28 years ago
Bruce Momjian db21523314 Back out char2-char16 removal. Add later. 28 years ago
Bruce Momjian 57b5966405 The following uuencoded, gzip'd file will ... 28 years ago
Bruce Momjian 0d8a7dc6a4 BETWEEN and LIKE patch from Thomas 28 years ago
Vadim B. Mikheev b0571ebf65 In '(a,b,...) Op [ANY|ALL] (SubSelect)' Op is restricted to 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Vadim B. Mikheev 6eeb3d9eac gram.y: ALL_SUBLINK type was returned for x Op (subquery). 28 years ago
Vadim B. Mikheev 7fab67a8ac Fix for EXISTS. 28 years ago
Bruce Momjian 0386a50f31 Pass around typmod as int16. 28 years ago
Bruce Momjian 65faaf3046 atttypmod now -1. 28 years ago
Bruce Momjian b20fd6c42d FIx hasSubLinks for Vadim. 28 years ago
Bruce Momjian e3f2eb1f39 Fix for varchar functions, and indextyple j-1 fix. 28 years ago
Bruce Momjian c18ed2f5a7 Parser cleanup for expr and subqueries. 28 years ago
Bruce Momjian 79f99a3888 Fix for psort. fixes regression tests. 28 years ago
Bruce Momjian 6159ba3ab1 AIX patch from Darren King and Univel patch from Billy Allie, mostly 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 3d24e75176 Added code so SubLinks make it to optimizer. 28 years ago
Bruce Momjian 588867bd7b Create SubLink nodes in parser for Vadim. 28 years ago
Bruce Momjian c65ea0e040 New pg_attribute.atttypmod for type-specific information like 28 years ago
Bruce Momjian 0d9fc5afd6 Change elog(WARN) to elog(ERROR) and elog(ABORT). 28 years ago
Bruce Momjian a65e4484da Fix for aggs on views and complex ones. I missed one file. 28 years ago
Thomas G. Lockhart 98f5975cb0 Fix up some elog error messages. 28 years ago
Bruce Momjian b704426618 Make parser functions static where possible. 28 years ago
Bruce Momjian 598e86f3b3 Cleanup up include files. 28 years ago
Bruce Momjian 4a5b781d71 Break parser functions into smaller files, group together. 28 years ago