| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 10 | -41/+16 |
| * | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 | 1 | -1/+4 |
| * | Remove S*I comments from Stephan. | Bruce Momjian | 1999-07-13 | 1 | -2/+1 |
| * | Defend against function calls with more than 8 arguments (code | Tom Lane | 1999-06-17 | 1 | -3/+6 |
| * | Avoid redundant SysCache searches in coerce_type, for another | Tom Lane | 1999-05-29 | 1 | -3/+3 |
| * | Make functions static or NOT_USED as appropriate. | Bruce Momjian | 1999-05-26 | 2 | -5/+2 |
| * | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | 2 | -4/+4 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 4 | -13/+12 |
| * | Fix for DEFAULT ''. | Bruce Momjian | 1999-05-22 | 1 | -2/+3 |
| * | Change resjunk to a boolean. | Bruce Momjian | 1999-05-17 | 1 | -3/+3 |
| * | Rip out QueryTreeList structure, root and branch. Querytree | Tom Lane | 1999-05-13 | 3 | -11/+5 |
| * | Make type 'regproc' binary-compatible with int4 and oid, | Tom Lane | 1999-03-10 | 1 | -3/+6 |
| * | Add parameters to function calls to pass back table qualifications. | Thomas G. Lockhart | 1999-02-23 | 1 | -3/+3 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 7 | -15/+15 |
| * | Remove equivalence between datetime and float8. Led to nothin' but trouble. | Thomas G. Lockhart | 1999-02-13 | 1 | -3/+4 |
| * | Rename Aggreg to Aggref. | Bruce Momjian | 1999-01-24 | 1 | -3/+3 |
| * | Hi! | Bruce Momjian | 1999-01-18 | 1 | -1/+4 |
| * | Define routines and catalog entries for string min()/max() functions. | Thomas G. Lockhart | 1998-12-08 | 1 | -5/+7 |
| * | Remove duplicate CIDR funcs by using coerce entries. | Bruce Momjian | 1998-10-22 | 1 | -4/+10 |
| * | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 | 3 | -8/+3 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 16 | -73/+60 |
| * | Make sure resdomno for update/insert match attribute number for | Bruce Momjian | 1998-08-25 | 1 | -4/+3 |
| * | Include OID as a built-in type. | Thomas G. Lockhart | 1998-08-14 | 1 | -2/+6 |
| * | From: David Hartwig <daybee@bellatlantic.net> | Marc G. Fournier | 1998-08-05 | 1 | -1/+6 |
| * | Change atttypmod from int16 to int32, for Thomas. | Bruce Momjian | 1998-07-12 | 2 | -4/+4 |
| * | Include int8 as a built-in data type. | Thomas G. Lockhart | 1998-07-08 | 2 | -7/+15 |
| * | I made several adjustments to my earlier patch to handle the | Bruce Momjian | 1998-06-05 | 1 | -4/+3 |
| * | Define new routines oper_exact() and oper_inexact(). | Thomas G. Lockhart | 1998-05-29 | 2 | -3/+9 |
| * | Add func_select_candidate() to allow use in unary operator parsing. | Thomas G. Lockhart | 1998-05-29 | 1 | -2/+6 |
| * | Add NAMEOID as built-in type. | Thomas G. Lockhart | 1998-05-29 | 1 | -7/+22 |
| * | From: David Hartwig <daveh@insightdist.com> | Marc G. Fournier | 1998-05-21 | 1 | -1/+3 |
| * | Add capabilities for automatic type conversion. | Thomas G. Lockhart | 1998-05-09 | 2 | -2/+98 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 11 | -59/+65 |
| * | Atttypmod cleanup. | Bruce Momjian | 1998-02-13 | 1 | -3/+3 |
| * | Pass around typmod as int16. | Bruce Momjian | 1998-02-10 | 2 | -4/+4 |
| * | Pass attypmod through to executor by adding to Var and Resdom. | Bruce Momjian | 1998-02-10 | 1 | -2/+2 |
| * | func_error() changed so that if caller is passed with NULL value, its | Marc G. Fournier | 1998-02-05 | 1 | -2/+2 |
| * | Fix up this so that it also doesn't use a caller variable... | Marc G. Fournier | 1998-02-05 | 1 | -2/+2 |
| * | Inline fastgetattr and others so data access does not use function | Bruce Momjian | 1998-01-31 | 1 | -2/+1 |
| * | Add Var.varlevelup to code. More parser cleanup. | Bruce Momjian | 1998-01-20 | 2 | -5/+7 |
| * | Parser cleanup. | Bruce Momjian | 1998-01-20 | 4 | -9/+7 |
| * | Create SubLink nodes in parser for Vadim. | Bruce Momjian | 1998-01-19 | 2 | -4/+6 |
| * | Creates the SubLink structure, and the Query->hasSubLink field, | Bruce Momjian | 1998-01-17 | 1 | -1/+2 |
| * | New pg_attribute.atttypmod for type-specific information like | Bruce Momjian | 1998-01-16 | 2 | -4/+4 |
| * | Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs. | Bruce Momjian | 1998-01-15 | 1 | -4/+3 |
| * | Fix for count(*), aggs with views and multiple tables and sum(3). | Bruce Momjian | 1998-01-04 | 4 | -8/+9 |
| * | Fix for ORDER BY in UNION. | Bruce Momjian | 1997-12-29 | 1 | -3/+3 |
| * | Cleanup of UNION ALL fix. Manual page updates. | Bruce Momjian | 1997-12-29 | 1 | -1/+2 |
| * | Make parser functions static where possible. | Bruce Momjian | 1997-11-26 | 9 | -72/+10 |
| * | Cleanup up include files. | Bruce Momjian | 1997-11-26 | 12 | -167/+106 |