| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add Var.varlevelup to code. More parser cleanup. | Bruce Momjian | 1998-01-20 | 4 | -6/+10 |
| * | Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs. | Bruce Momjian | 1998-01-15 | 4 | -71/+66 |
| * | Function cleanupo for List* when it should be Node *. | Bruce Momjian | 1998-01-14 | 1 | -25/+26 |
| * | Cleanup of prototypes. FIx for PQtrace start/stop several times. | Bruce Momjian | 1998-01-14 | 1 | -5/+3 |
| * | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 | 4 | -25/+25 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 4 | -25/+25 |
| * | Cleanup of UNION ALL fix. Manual page updates. | Bruce Momjian | 1997-12-29 | 1 | -9/+5 |
| * | UNION work for UNION ALL and other union stuff. | Bruce Momjian | 1997-12-27 | 1 | -9/+7 |
| * | Implementation of UNIONs. | Bruce Momjian | 1997-12-24 | 1 | -6/+14 |
| * | Fix for select 1=1 or 2=2, select 1=1 and 2=2, and select sum(2+2). | Bruce Momjian | 1997-12-22 | 3 | -38/+40 |
| * | Fix aggregates on inherited tables. | Bruce Momjian | 1997-12-20 | 3 | -79/+180 |
| * | Major cleanout of PORTNAME variables from Makefiles...bound to screw up | Marc G. Fournier | 1997-12-20 | 1 | -5/+1 |
| * | More cleanups. I can now compile without PORTNAME being defined n | Marc G. Fournier | 1997-12-19 | 1 | -4/+6 |
| * | Remove init_query_planner(), merged into planner(). | Bruce Momjian | 1997-12-18 | 1 | -31/+16 |
| * | Remove Existential, and ifdef out generate_fjoin. Neither did anything. | Bruce Momjian | 1997-12-18 | 3 | -54/+16 |
| * | Cost cleanup. | Bruce Momjian | 1997-12-18 | 2 | -5/+4 |
| * | Cost cleanup. | Bruce Momjian | 1997-12-18 | 1 | -31/+20 |
| * | Fix Query handling for inheritance, and cost computations. | Bruce Momjian | 1997-12-18 | 2 | -10/+15 |
| * | Break parser functions into smaller files, group together. | Bruce Momjian | 1997-11-25 | 2 | -16/+14 |
| * | Remove archive stuff. | Bruce Momjian | 1997-11-21 | 1 | -12/+1 |
| * | Fix GROUP BY when order of entries is different from order in target list. | Vadim B. Mikheev | 1997-09-25 | 1 | -6/+6 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 5 | -179/+180 |
| * | Add typdefs to pgindent run. | Bruce Momjian | 1997-09-08 | 2 | -6/+6 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 5 | -432/+432 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 5 | -2537/+2782 |
| * | Cleanups needed for indent. | Bruce Momjian | 1997-09-05 | 1 | -5/+3 |
| * | Cleanups needed for indent. | Bruce Momjian | 1997-09-05 | 1 | -4/+4 |
| * | Cleanups needed for indent. | Bruce Momjian | 1997-09-05 | 1 | -2/+2 |
| * | Cleanups needed for indent. Remove }; | Bruce Momjian | 1997-09-05 | 1 | -2/+1 |
| * | Fix replace_agg_clause() for unary operators. | Vadim B. Mikheev | 1997-06-12 | 1 | -5/+8 |
| * | Fix GroupBy: enable functions over aggregates and GroupBy-ed fields | Vadim B. Mikheev | 1997-04-29 | 1 | -26/+45 |
| * | Have to copyObject((void*)clauseinfo) for a relation' | Vadim B. Mikheev | 1997-04-24 | 1 | -2/+2 |
| * | Bug (yet unfixed but not fatal) found: Re-moving index clauses from the | Vadim B. Mikheev | 1997-04-24 | 1 | -3/+9 |
| * | Save Var' order in index_outerjoin_references(). | Vadim B. Mikheev | 1997-04-24 | 1 | -3/+3 |
| * | Fix for Hash and arrays | Vadim B. Mikheev | 1997-04-22 | 1 | -2/+8 |
| * | Changes for GROUP BY func_results. | Vadim B. Mikheev | 1997-04-05 | 1 | -59/+159 |
| * | Patches for Vadim's multikey indexing... | Marc G. Fournier | 1997-03-18 | 1 | -9/+22 |
| * | From: Dan McGuirk <mcguirk@indirect.com> | Marc G. Fournier | 1997-03-12 | 2 | -7/+7 |
| * | Fix for queries with 3 or more relations participating in | Vadim B. Mikheev | 1997-02-20 | 1 | -4/+13 |
| * | include sem.h added, include string.h neede, from Erik Bertelsen for Ultrix | Bruce Momjian | 1997-01-10 | 1 | -1/+2 |
| * | Makefile cleanup after reorganization | Bruce Momjian | 1996-11-09 | 1 | -2/+3 |
| * | Compile and warning cleanup | Bruce Momjian | 1996-11-08 | 1 | -4/+4 |
| * | More files cleaned out | Marc G. Fournier | 1996-11-06 | 1 | -1/+4 |
| * | Cleanup Makefiles | Marc G. Fournier | 1996-10-31 | 6 | -11/+18 |
| * | Simplify make files, add full dependencies. | Bryan Henderson | 1996-10-27 | 2 | -15/+39 |
| * | Fixes: | Marc G. Fournier | 1996-09-10 | 1 | -1/+6 |
| * | There, now we support GiST...now what? :) | Marc G. Fournier | 1996-08-26 | 1 | -6/+36 |
| * | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 | 6 | -0/+3039 |