summaryrefslogtreecommitdiff
path: root/src/include/parser
AgeCommit message (Expand)Author
1999-10-07Fix planner and rewriter to follow SQL semantics for tables that areTom Lane
1999-08-23Remove bogus code in oper_exact --- if it didn't find an exactTom Lane
1999-08-21Major revision of sort-node handling: push knowledge of queryTom Lane
1999-08-05Revise parse_coerce() to handle coercion of int and floatTom Lane
1999-07-19Rewrite parser's handling of INSERT ... SELECT so that processingTom Lane
1999-07-16More cleanupBruce Momjian
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-07-14Cleanup of /include #include's, for 6.6 only.Bruce Momjian
1999-07-13Remove S*I comments from Stephan.Bruce Momjian
1999-06-17Defend against function calls with more than 8 arguments (codeTom Lane
1999-05-29Avoid redundant SysCache searches in coerce_type, for anotherTom Lane
1999-05-26Make functions static or NOT_USED as appropriate.Bruce Momjian
1999-05-25Another pgindent run. Sorry folks.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-05-22Fix for DEFAULT ''.Bruce Momjian
1999-05-17Change resjunk to a boolean.Bruce Momjian
1999-05-13Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane
1999-03-10Make type 'regproc' binary-compatible with int4 and oid,Tom Lane
1999-02-23Add parameters to function calls to pass back table qualifications.Thomas G. Lockhart
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-13Remove equivalence between datetime and float8. Led to nothin' but trouble.Thomas G. Lockhart
1999-01-24Rename Aggreg to Aggref.Bruce Momjian
1999-01-18Hi!Bruce Momjian
1998-12-08Define routines and catalog entries for string min()/max() functions.Thomas G. Lockhart
1998-10-22Remove duplicate CIDR funcs by using coerce entries.Bruce Momjian
1998-10-08Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-08-25Make sure resdomno for update/insert match attribute number forBruce Momjian
1998-08-14Include OID as a built-in type.Thomas G. Lockhart
1998-08-05From: David Hartwig <daybee@bellatlantic.net>Marc G. Fournier
1998-07-12Change atttypmod from int16 to int32, for Thomas.Bruce Momjian
1998-07-08Include int8 as a built-in data type.Thomas G. Lockhart
1998-06-05I made several adjustments to my earlier patch to handle theBruce Momjian
1998-05-29Define new routines oper_exact() and oper_inexact().Thomas G. Lockhart
1998-05-29Add func_select_candidate() to allow use in unary operator parsing.Thomas G. Lockhart
1998-05-29Add NAMEOID as built-in type.Thomas G. Lockhart
1998-05-21From: David Hartwig <daveh@insightdist.com>Marc G. Fournier
1998-05-09Add capabilities for automatic type conversion.Thomas G. Lockhart
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-02-13Atttypmod cleanup.Bruce Momjian
1998-02-10Pass around typmod as int16.Bruce Momjian
1998-02-10Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian
1998-02-05func_error() changed so that if caller is passed with NULL value, itsMarc G. Fournier
1998-02-05Fix up this so that it also doesn't use a caller variable...Marc G. Fournier
1998-01-31Inline fastgetattr and others so data access does not use functionBruce Momjian
1998-01-20Add Var.varlevelup to code. More parser cleanup.Bruce Momjian
1998-01-20Parser cleanup.Bruce Momjian
1998-01-19Create SubLink nodes in parser for Vadim.Bruce Momjian
1998-01-17Creates the SubLink structure, and the Query->hasSubLink field,Bruce Momjian