aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes
Commit message (Expand)AuthorAge
* From: Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1998-12-17
* More cleanups ... this is one big file *sigh*Marc G. Fournier1998-12-15
* Correct some typos...Marc G. Fournier1998-12-15
* More cleanups of appendStringInfo() function calls...Marc G. Fournier1998-12-15
* more cleanups...of note, appendStringInfo now performs like sprintf(),Marc G. Fournier1998-12-14
* Many more cleanups...Marc G. Fournier1998-12-14
* Add support for the CASE statement in the rewrite handling.Thomas G. Lockhart1998-12-14
* Implement CASE expression.Thomas G. Lockhart1998-12-04
* Fix using indices in OR.Vadim B. Mikheev1998-11-22
* Add LIMIT syntax for Jan.Bruce Momjian1998-10-22
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Make attalign match type alignment.Bruce Momjian1998-08-26
* Check for null pointer returned from get_opname().Thomas G. Lockhart1998-08-16
* MergeSort was sometimes called mergejoin and was confusing. NowBruce Momjian1998-08-04
* Allow index use with OR clauses.Bruce Momjian1998-08-01
* Makefile removal of internal.c.Bruce Momjian1998-07-20
* Cleanup makeTargetEntry and remove internal.c.Bruce Momjian1998-07-20
* Rename Rel to RelOptInfo.Bruce Momjian1998-07-18
* Fix explain for union and inheritance. Rename Append structureBruce Momjian1998-07-15
* Major man page update from Tom Lane. cBruce Momjian1998-07-14
* Fix for AS name quotation problem.Bruce Momjian1998-07-13
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-12
* Fix for views that use AS with two words.Bruce Momjian1998-07-09
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Add some more node print routines for debugging onlyThomas G. Lockhart1998-05-09
* FIx confusion over SORT and SORTCLAUSE in node handling.Bruce Momjian1998-04-27
* Hi,Bruce Momjian1998-04-06
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Partial fix for select distinct in subselect.Bruce Momjian1998-02-23
* Add handling for new RangeTblEntry column name.Bruce Momjian1998-02-21
* Constlen can be -1, so make it a signed type.Bruce Momjian1998-02-21
* First step done,Marc G. Fournier1998-02-21
* Support for subselects.Vadim B. Mikheev1998-02-13
* Pass around typmod as int16.Bruce Momjian1998-02-10
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-10
* Patch against src/backend/nodes/outfuncs.c.orig fixes backend crashesMarc G. Fournier1998-01-25
* Small varlena cleanup.Bruce Momjian1998-01-21
* Add Var.varlevelup to code. More parser cleanup.Bruce Momjian1998-01-20
* Parser cleanup.Bruce Momjian1998-01-20
* Fix problem with nodes handling.Bruce Momjian1998-01-19
* Creates the SubLink structure, and the Query->hasSubLink field,Bruce Momjian1998-01-17
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-16
* Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.Bruce Momjian1998-01-15
* Clean up of copyfuncs.Bruce Momjian1998-01-11
* Yohoo UNIONS of VIEWS.Bruce Momjian1998-01-09
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Cleanup of outnodes.Bruce Momjian1998-01-07
* Fix for views and outnodes.Bruce Momjian1998-01-07
* Cleanup of outnode stuff.Bruce Momjian1998-01-07