summaryrefslogtreecommitdiff
path: root/src/include/parser
AgeCommit message (Expand)Author
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
1997-11-20Remove all time travel stuff. Small parser cleanup.Bruce Momjian
1997-11-07Support alternate database locations.Thomas G. Lockhart
1997-11-02Good Bye, Time Travel!Vadim B. Mikheev
1997-09-08Used modified version of indent that understands over 100 typedefs.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-08-20More NOT_USEDsBruce Momjian
1997-08-19Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian
1997-05-22From: Darren King <aixssd!darrenk@abs.net>Marc G. Fournier
1997-02-07Add attribute optimization statistics.Bruce Momjian
1997-01-22Cast constants to the type of the other binary operand.Bruce Momjian
1996-12-11Use "Oid" type where applicable and %ud instead of %d. Thanks Darren King.Bryan Henderson
1996-11-30This patch changes quite a few instances of references of Oid'sBruce Momjian
1996-11-10All external function definitions now have prototypes that are checked.Bruce Momjian
1996-11-08More compile cleanupsBruce Momjian
1996-11-06Okay...this pretty much cleans out the include files.Marc G. Fournier
1996-11-04Make sure all the cleaned includes are commitedMarc G. Fournier
1996-11-03More cleans of the inter-dependencies in the #include filesMarc G. Fournier
1996-10-31typo fix on include file.Bruce Momjian
1996-10-31Fix prototype.Bruce Momjian
1996-10-31remove:Marc G. Fournier
1996-10-31Missing from parser patch.Bruce Momjian
1996-10-30Parser OverhaulBruce Momjian
1996-10-13Fix structure member name from previous patch.Bruce Momjian
1996-10-13I checked the alter table code, and started suspecting the relationBruce Momjian
1996-08-28Clean up th ecompile process by centralizing the include filesMarc G. Fournier