summaryrefslogtreecommitdiff
path: root/src/include/parser
AgeCommit message (Expand)Author
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
1998-01-16New pg_attribute.atttypmod for type-specific information likeBruce Momjian
1998-01-15Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.Bruce Momjian
1998-01-04Fix for count(*), aggs with views and multiple tables and sum(3).Bruce Momjian
1997-12-29Fix for ORDER BY in UNION.Bruce Momjian
1997-12-29Cleanup of UNION ALL fix. Manual page updates.Bruce Momjian
1997-11-26Make parser functions static where possible.Bruce Momjian
1997-11-26Cleanup up include files.Bruce Momjian
1997-11-25Break parser functions into smaller files, group together.Bruce Momjian
1997-11-24Move dbcommands.c to commands/. It should not be in the parser directory.Bruce Momjian
1997-11-21More archive cleanup.Bruce Momjian
1997-11-21Remove unused files.Bruce Momjian