summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/plan/setrefs.c
Commit message (Expand)AuthorAgeFilesLines
* Fix create_rule is->as.Bruce Momjian1999-02-021-11/+7
* pgindent file.Bruce Momjian1999-01-261-224/+234
* Agg/Aggreg cleanup and datetime.sql patch.Bruce Momjian1999-01-251-3/+3
* Rename Aggreg to Aggref.Bruce Momjian1999-01-241-12/+12
* Remove unused Choose node.Bruce Momjian1999-01-231-8/+1
* Hi!Bruce Momjian1999-01-181-195/+224
* Add support for the CASE statement in the rewrite handling.Thomas G. Lockhart1998-12-141-2/+29
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-2/+3
* Fix using GroupBy/non-GroupBy expressions in HAVING.Vadim B. Mikheev1998-09-091-23/+1
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-221/+225
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-13/+13
* Cleanup makeTargetEntry and remove internal.c.Bruce Momjian1998-07-201-3/+3
* 1) Queries using the having clause on base tables should work wellBruce Momjian1998-07-191-27/+228
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-39/+1
* Move HAVING function to proper file.Bruce Momjian1998-04-151-1/+108
* I started adding the Having Clause and it works quite fine forBruce Momjian1998-03-301-1/+2
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-34/+40
* Old planner() becomes union_planner(); new planner() makes initializationVadim B. Mikheev1998-02-131-1/+15
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-101-1/+4
* Add Var.varlevelup to code. More parser cleanup.Bruce Momjian1998-01-201-1/+4
* Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.Bruce Momjian1998-01-151-37/+39
* Function cleanupo for List* when it should be Node *.Bruce Momjian1998-01-141-25/+26
* Cleanup of prototypes. FIx for PQtrace start/stop several times.Bruce Momjian1998-01-141-5/+3
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-5/+5
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-5/+5
* Fix for select 1=1 or 2=2, select 1=1 and 2=2, and select sum(2+2).Bruce Momjian1997-12-221-1/+10
* Fix aggregates on inherited tables.Bruce Momjian1997-12-201-1/+95
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-39/+39
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-3/+3
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-77/+77
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-527/+621
* Fix replace_agg_clause() for unary operators.Vadim B. Mikheev1997-06-121-5/+8
* Save Var' order in index_outerjoin_references().Vadim B. Mikheev1997-04-241-3/+3
* Cleanup MakefilesMarc G. Fournier1996-10-311-1/+3
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+706