summaryrefslogtreecommitdiff
path: root/src/include/parser
Commit message (Expand)AuthorAgeFilesLines
* Repair list-vs-node confusion that resulted in failure for INNER JOIN ON.Tom Lane2000-05-121-5/+6
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-128-39/+39
* Reverse out BYTEA type coersion.Bruce Momjian2000-03-201-8/+1
* Add compatiblity information for bytea.Bruce Momjian2000-03-201-1/+8
* Add safety check on expression nesting depth. Default value is set byTom Lane2000-03-171-1/+4
* Turns out that Mazurkiewicz's gripe about 'function inheritance' isTom Lane2000-03-162-2/+6
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-141-1/+4
* Fix exprTypmod to recognize length-coercion function expressions,Tom Lane2000-02-261-1/+2
* Implement "date/time grand unification".Thomas G. Lockhart2000-02-161-14/+11
* Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart2000-02-154-18/+27
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-271-2/+4
* Add:Bruce Momjian2000-01-2616-32/+48
* Clean up longstanding gcc warnings by adding missing externTom Lane2000-01-201-1/+3
* Pass atttypmod to CoerceTargetExpr, so that it can pass it on toTom Lane2000-01-171-2/+2
* Create a new parsetree node type, TypeCast, so that transformation ofTom Lane2000-01-171-3/+5
* Make number of args to a function configurable.Bruce Momjian2000-01-101-4/+1
* any_ordering_op()'s argument should be declared Oid not int.Tom Lane1999-12-121-2/+2
* Teach grammar and parser about aggregate(DISTINCT ...). No implementationTom Lane1999-12-102-5/+8
* Eliminate local inefficiencies in updateTargetListEntry, make_var, andTom Lane1999-11-011-3/+5
* Fix planner and rewriter to follow SQL semantics for tables that areTom Lane1999-10-071-2/+3
* Remove bogus code in oper_exact --- if it didn't find an exactTom Lane1999-08-232-5/+4
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-212-6/+11
* Revise parse_coerce() to handle coercion of int and floatTom Lane1999-08-052-4/+4
* Rewrite parser's handling of INSERT ... SELECT so that processingTom Lane1999-07-195-38/+31
* More cleanupBruce Momjian1999-07-161-2/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-159-19/+19
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-1510-41/+16
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-1/+4
* Remove S*I comments from Stephan.Bruce Momjian1999-07-131-2/+1
* Defend against function calls with more than 8 arguments (codeTom Lane1999-06-171-3/+6
* Avoid redundant SysCache searches in coerce_type, for anotherTom Lane1999-05-291-3/+3
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-262-5/+2
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-252-4/+4
* pgindent run over code.Bruce Momjian1999-05-254-13/+12
* Fix for DEFAULT ''.Bruce Momjian1999-05-221-2/+3
* Change resjunk to a boolean.Bruce Momjian1999-05-171-3/+3
* Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane1999-05-133-11/+5
* Make type 'regproc' binary-compatible with int4 and oid,Tom Lane1999-03-101-3/+6
* Add parameters to function calls to pass back table qualifications.Thomas G. Lockhart1999-02-231-3/+3
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-137-15/+15
* Remove equivalence between datetime and float8. Led to nothin' but trouble.Thomas G. Lockhart1999-02-131-3/+4
* Rename Aggreg to Aggref.Bruce Momjian1999-01-241-3/+3
* Hi!Bruce Momjian1999-01-181-1/+4
* Define routines and catalog entries for string min()/max() functions.Thomas G. Lockhart1998-12-081-5/+7
* Remove duplicate CIDR funcs by using coerce entries.Bruce Momjian1998-10-221-4/+10
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-083-8/+3
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-0116-73/+60
* Make sure resdomno for update/insert match attribute number forBruce Momjian1998-08-251-4/+3
* Include OID as a built-in type.Thomas G. Lockhart1998-08-141-2/+6
* From: David Hartwig <daybee@bellatlantic.net>Marc G. Fournier1998-08-051-1/+6