summaryrefslogtreecommitdiff
path: root/src/include/parser
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-122-4/+4
* Include int8 as a built-in data type.Thomas G. Lockhart1998-07-082-7/+15
* I made several adjustments to my earlier patch to handle theBruce Momjian1998-06-051-4/+3
* Define new routines oper_exact() and oper_inexact().Thomas G. Lockhart1998-05-292-3/+9
* Add func_select_candidate() to allow use in unary operator parsing.Thomas G. Lockhart1998-05-291-2/+6
* Add NAMEOID as built-in type.Thomas G. Lockhart1998-05-291-7/+22
* From: David Hartwig <daveh@insightdist.com>Marc G. Fournier1998-05-211-1/+3
* Add capabilities for automatic type conversion.Thomas G. Lockhart1998-05-092-2/+98
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-2611-59/+65
* Atttypmod cleanup.Bruce Momjian1998-02-131-3/+3
* Pass around typmod as int16.Bruce Momjian1998-02-102-4/+4
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-101-2/+2
* func_error() changed so that if caller is passed with NULL value, itsMarc G. Fournier1998-02-051-2/+2
* Fix up this so that it also doesn't use a caller variable...Marc G. Fournier1998-02-051-2/+2
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-311-2/+1
* Add Var.varlevelup to code. More parser cleanup.Bruce Momjian1998-01-202-5/+7
* Parser cleanup.Bruce Momjian1998-01-204-9/+7
* Create SubLink nodes in parser for Vadim.Bruce Momjian1998-01-192-4/+6
* Creates the SubLink structure, and the Query->hasSubLink field,Bruce Momjian1998-01-171-1/+2
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-162-4/+4
* Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.Bruce Momjian1998-01-151-4/+3
* Fix for count(*), aggs with views and multiple tables and sum(3).Bruce Momjian1998-01-044-8/+9
* Fix for ORDER BY in UNION.Bruce Momjian1997-12-291-3/+3
* Cleanup of UNION ALL fix. Manual page updates.Bruce Momjian1997-12-291-1/+2
* Make parser functions static where possible.Bruce Momjian1997-11-269-72/+10
* Cleanup up include files.Bruce Momjian1997-11-2612-167/+106