| Commit message (Expand) | Author | Age | Files | Lines |
| * | FIx confusion over SORT and SORTCLAUSE in node handling. | Bruce Momjian | 1998-04-27 | 2 | -110/+109 |
| * | Hi, | Bruce Momjian | 1998-04-06 | 1 | -5/+3 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 9 | -122/+123 |
| * | Partial fix for select distinct in subselect. | Bruce Momjian | 1998-02-23 | 1 | -2/+5 |
| * | Add handling for new RangeTblEntry column name. | Bruce Momjian | 1998-02-21 | 2 | -9/+24 |
| * | Constlen can be -1, so make it a signed type. | Bruce Momjian | 1998-02-21 | 3 | -9/+9 |
| * | First step done, | Marc G. Fournier | 1998-02-21 | 1 | -1/+2 |
| * | Support for subselects. | Vadim B. Mikheev | 1998-02-13 | 4 | -5/+88 |
| * | Pass around typmod as int16. | Bruce Momjian | 1998-02-10 | 3 | -7/+7 |
| * | Pass attypmod through to executor by adding to Var and Resdom. | Bruce Momjian | 1998-02-10 | 5 | -13/+24 |
| * | Patch against src/backend/nodes/outfuncs.c.orig fixes backend crashes | Marc G. Fournier | 1998-01-25 | 1 | -2/+2 |
| * | Small varlena cleanup. | Bruce Momjian | 1998-01-21 | 1 | -2/+2 |
| * | Add Var.varlevelup to code. More parser cleanup. | Bruce Momjian | 1998-01-20 | 5 | -5/+16 |
| * | Parser cleanup. | Bruce Momjian | 1998-01-20 | 4 | -12/+8 |
| * | Fix problem with nodes handling. | Bruce Momjian | 1998-01-19 | 3 | -6/+6 |
| * | Creates the SubLink structure, and the Query->hasSubLink field, | Bruce Momjian | 1998-01-17 | 3 | -3/+98 |
| * | New pg_attribute.atttypmod for type-specific information like | Bruce Momjian | 1998-01-16 | 2 | -6/+6 |
| * | Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs. | Bruce Momjian | 1998-01-15 | 4 | -89/+57 |
| * | Clean up of copyfuncs. | Bruce Momjian | 1998-01-11 | 1 | -80/+39 |
| * | Yohoo UNIONS of VIEWS. | Bruce Momjian | 1998-01-09 | 1 | -12/+14 |
| * | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 | 4 | -10/+10 |
| * | Cleanup of outnodes. | Bruce Momjian | 1998-01-07 | 3 | -16/+18 |
| * | Fix for views and outnodes. | Bruce Momjian | 1998-01-07 | 2 | -7/+7 |
| * | Cleanup of outnode stuff. | Bruce Momjian | 1998-01-07 | 1 | -3/+2 |
| * | Cleanup of outnode stuff. | Bruce Momjian | 1998-01-07 | 1 | -1/+2 |
| * | Cleanup of outnode stuff. | Bruce Momjian | 1998-01-07 | 1 | -124/+120 |
| * | Cleanup of sort nodes and use of strtoul . | Bruce Momjian | 1998-01-06 | 2 | -76/+114 |
| * | Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu... | Bruce Momjian | 1998-01-06 | 3 | -437/+423 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 4 | -10/+10 |
| * | Fix for count(*), aggs with views and multiple tables and sum(3). | Bruce Momjian | 1998-01-04 | 1 | -1/+2 |
| * | UNION work for UNION ALL and other union stuff. | Bruce Momjian | 1997-12-27 | 2 | -3/+4 |
| * | Implementation of UNIONs. | Bruce Momjian | 1997-12-24 | 1 | -2/+13 |
| * | Reverse out Thomas's group clause change. | Bruce Momjian | 1997-12-23 | 1 | -19/+1 |
| * | Make no-tty not use quiet in psql, fix group by copy failure, fix ccsym to de... | Bruce Momjian | 1997-12-23 | 1 | -1/+19 |
| * | Fix numeric comparision (... != NULL) to be (... > 0). gcc is happier now. | Thomas G. Lockhart | 1997-12-23 | 1 | -2/+20 |
| * | Add routines to print AExpr, Ident, and AConst parsing structures. | Thomas G. Lockhart | 1997-12-23 | 1 | -1/+43 |
| * | Major cleanout of PORTNAME variables from Makefiles...bound to screw up | Marc G. Fournier | 1997-12-20 | 1 | -5/+1 |
| * | Replace foo/bar to l1/l2. | Bruce Momjian | 1997-12-19 | 1 | -43/+43 |
| * | copy query cleanup. | Bruce Momjian | 1997-12-18 | 1 | -2/+2 |
| * | Fix copy for no aggregates. | Bruce Momjian | 1997-12-18 | 1 | -6/+11 |
| * | Remove Existential, and ifdef out generate_fjoin. Neither did anything. | Bruce Momjian | 1997-12-18 | 4 | -68/+4 |
| * | Cleanup of agg copy. | Bruce Momjian | 1997-12-18 | 1 | -2/+6 |
| * | Cleanup of agg copy. | Bruce Momjian | 1997-12-18 | 1 | -2/+3 |
| * | Fix Query handling for inheritance, and cost computations. | Bruce Momjian | 1997-12-18 | 1 | -3/+8 |
| * | First pass through, of many to come, towards making the whole source | Marc G. Fournier | 1997-12-17 | 1 | -4/+6 |
| * | Add some printing capability for a few more node types (CreateStmt, | Thomas G. Lockhart | 1997-12-04 | 1 | -7/+112 |
| * | Break parser functions into smaller files, group together. | Bruce Momjian | 1997-11-25 | 2 | -5/+4 |
| * | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 | 1 | -3/+1 |
| * | Good Bye, Time Travel! | Vadim B. Mikheev | 1997-11-02 | 1 | -16/+3 |
| * | Rename strNcpy to StrNCpy, and change third parameter. | Bruce Momjian | 1997-10-25 | 2 | -8/+8 |