Commit Graph

89 Commits (debb072886efcb15e7f0825e35b168afe316d37d)

Author SHA1 Message Date
Bruce Momjian 2216584bcf Reverse out BYTEA type coersion. 26 years ago
Bruce Momjian 0e1f485f5f Add compatiblity information for bytea. 26 years ago
Tom Lane f11d253e25 In can_coerce_type, verify that a possible type-coercion function 26 years ago
Tom Lane d14c8aab99 Turns out that Mazurkiewicz's gripe about 'function inheritance' is 26 years ago
Thomas G. Lockhart 6456810078 Implement column aliases on views "CREATE VIEW name (collist)". 26 years ago
Tom Lane bbe1ff7404 Make TypeCategory think that NAME is a member of type 26 years ago
Tom Lane 52a8d71203 Add lztext to TypeCategory so that lztext OP text cases will work 26 years ago
Tom Lane 57b30e8e22 Create a new expression node type RelabelType, which exists solely to 26 years ago
Tom Lane f4d108a257 Even after the great date/time consolidation, TypeCategory() was still 26 years ago
Thomas G. Lockhart 41f1f5b76a Implement "date/time grand unification". 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Tom Lane 49528361f5 Create a new parsetree node type, TypeCast, so that transformation of 26 years ago
Bruce Momjian 8a093d0ae3 Make number of args to a function configurable. 26 years ago
Tom Lane 18c3000286 Teach grammar and parser about aggregate(DISTINCT ...). No implementation 26 years ago
Bruce Momjian fc955b14ea Add system indexes to match all caches. 26 years ago
Tom Lane b40ac42efb Teach parse_coerce about non-cachable functions (actually, 27 years ago
Tom Lane 1b81fd7793 coerce_type() failed to guard against trying to convert a NULL 27 years ago
Tom Lane fd19a350ea Revise parse_coerce() to handle coercion of int and float 27 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 27 years ago
Bruce Momjian a71802e12e Final cleanup. 27 years ago
Bruce Momjian 2e6b1e63a3 Remove unused #includes in *.c files. 27 years ago
Tom Lane 5f74d499bf Defend against function calls with more than 8 arguments (code 27 years ago
Tom Lane 1bdd7c68c0 Avoid redundant SysCache searches in coerce_type, for another 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Bruce Momjian a8d2820e6d Fix for DEFAULT ''. 27 years ago
Bruce Momjian 9710995fc9 Make postgres prompt backend>, and remove PARSEDEBUG. 27 years ago
Bruce Momjian 0a8fb5a8f9 Upgrade to PyGreSQL (2.4) 27 years ago
Bruce Momjian 4853495e03 Change error messages to oids come out as %u and not %d. Change has no 27 years ago
Marc G. Fournier 8c3e8a8a0e From: Tatsuo Ishii <t-ishii@sra.co.jp> 27 years ago
Thomas G. Lockhart bedd04a551 Implement CASE expression. 27 years ago
Bruce Momjian ca2995be7b Remove duplicate CIDR funcs by using coerce entries. 28 years ago
Bruce Momjian 173c555948 Make functions static or ifdef NOT_USED. Prevent pg_version creation. 28 years ago
Bruce Momjian 33572dd7ed Fix for constbyval . 28 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 28 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 28 years ago
Thomas G. Lockhart 94f42ed389 Include OID as a built-in type. 28 years ago
Thomas G. Lockhart 92ed9294de Allow floating point constants for "def_arg" numeric arguments. 28 years ago
Thomas G. Lockhart 8536c96261 Do type conversion to match columns in UNION clauses. 28 years ago
Thomas G. Lockhart 3ace5fd082 Add capabilities for automatic type conversion. 28 years ago