aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes
Commit message (Expand)AuthorAge
* 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
* Cleanup of outnode stuff.Bruce Momjian1998-01-07
* Cleanup of outnode stuff.Bruce Momjian1998-01-07
* Cleanup of sort nodes and use of strtoul .Bruce Momjian1998-01-06
* Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu...Bruce Momjian1998-01-06
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Fix for count(*), aggs with views and multiple tables and sum(3).Bruce Momjian1998-01-04
* UNION work for UNION ALL and other union stuff.Bruce Momjian1997-12-27
* Implementation of UNIONs.Bruce Momjian1997-12-24
* Reverse out Thomas's group clause change.Bruce Momjian1997-12-23
* Make no-tty not use quiet in psql, fix group by copy failure, fix ccsym to de...Bruce Momjian1997-12-23
* Fix numeric comparision (... != NULL) to be (... > 0). gcc is happier now.Thomas G. Lockhart1997-12-23
* Add routines to print AExpr, Ident, and AConst parsing structures.Thomas G. Lockhart1997-12-23
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-20
* Replace foo/bar to l1/l2.Bruce Momjian1997-12-19
* copy query cleanup.Bruce Momjian1997-12-18
* Fix copy for no aggregates.Bruce Momjian1997-12-18
* Remove Existential, and ifdef out generate_fjoin. Neither did anything.Bruce Momjian1997-12-18
* Cleanup of agg copy.Bruce Momjian1997-12-18
* Cleanup of agg copy.Bruce Momjian1997-12-18
* Fix Query handling for inheritance, and cost computations.Bruce Momjian1997-12-18
* First pass through, of many to come, towards making the whole sourceMarc G. Fournier1997-12-17
* Add some printing capability for a few more node types (CreateStmt,Thomas G. Lockhart1997-12-04
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-25
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-02
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-25
* + _copyGroup(Group *from)Vadim B. Mikheev1997-09-19
* Inline memset() as MemSet().Bruce Momjian1997-09-18