summaryrefslogtreecommitdiff
path: root/src/backend/nodes
AgeCommit message (Expand)Author
1998-04-27FIx confusion over SORT and SORTCLAUSE in node handling.Bruce Momjian
1998-04-06Hi,Bruce Momjian
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-02-23Partial fix for select distinct in subselect.Bruce Momjian
1998-02-21Add handling for new RangeTblEntry column name.Bruce Momjian
1998-02-21Constlen can be -1, so make it a signed type.Bruce Momjian
1998-02-21First step done,Marc G. Fournier
1998-02-13Support for subselects.Vadim B. Mikheev
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-01-25Patch against src/backend/nodes/outfuncs.c.orig fixes backend crashesMarc G. Fournier
1998-01-21Small varlena cleanup.Bruce Momjian
1998-01-20Add Var.varlevelup to code. More parser cleanup.Bruce Momjian
1998-01-20Parser cleanup.Bruce Momjian
1998-01-19Fix problem with nodes handling.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-11Clean up of copyfuncs.Bruce Momjian
1998-01-09Yohoo UNIONS of VIEWS.Bruce Momjian
1998-01-07Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian
1998-01-07Cleanup of outnodes.Bruce Momjian
1998-01-07Fix for views and outnodes.Bruce Momjian
1998-01-07Cleanup of outnode stuff.Bruce Momjian
1998-01-07Cleanup of outnode stuff.Bruce Momjian
1998-01-07Cleanup of outnode stuff.Bruce Momjian
1998-01-06Cleanup of sort nodes and use of strtoul .Bruce Momjian
1998-01-06Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu...Bruce Momjian
1998-01-05Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian
1998-01-04Fix for count(*), aggs with views and multiple tables and sum(3).Bruce Momjian
1997-12-27UNION work for UNION ALL and other union stuff.Bruce Momjian
1997-12-24Implementation of UNIONs.Bruce Momjian
1997-12-23Reverse out Thomas's group clause change.Bruce Momjian
1997-12-23Make no-tty not use quiet in psql, fix group by copy failure, fix ccsym to de...Bruce Momjian
1997-12-23Fix numeric comparision (... != NULL) to be (... > 0). gcc is happier now.Thomas G. Lockhart
1997-12-23Add routines to print AExpr, Ident, and AConst parsing structures.Thomas G. Lockhart
1997-12-20Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier
1997-12-19Replace foo/bar to l1/l2.Bruce Momjian
1997-12-18copy query cleanup.Bruce Momjian
1997-12-18Fix copy for no aggregates.Bruce Momjian
1997-12-18Remove Existential, and ifdef out generate_fjoin. Neither did anything.Bruce Momjian
1997-12-18Cleanup of agg copy.Bruce Momjian
1997-12-18Cleanup of agg copy.Bruce Momjian
1997-12-18Fix Query handling for inheritance, and cost computations.Bruce Momjian
1997-12-17First pass through, of many to come, towards making the whole sourceMarc G. Fournier
1997-12-04Add some printing capability for a few more node types (CreateStmt,Thomas G. Lockhart
1997-11-25Break parser functions into smaller files, group together.Bruce Momjian
1997-11-20Remove all time travel stuff. Small parser cleanup.Bruce Momjian
1997-11-02Good Bye, Time Travel!Vadim B. Mikheev
1997-10-25Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian