aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* ExecReScan for MergeJoin.Vadim B. Mikheev1998-02-27
* Check SELECT permissions in subqueries.Vadim B. Mikheev1998-02-27
* execScan.c: in the end of scan projInfo->pi_slot must beVadim B. Mikheev1998-02-26
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* ExecReScan for Unique & Sort nodes.Vadim B. Mikheev1998-02-23
* First step done,Marc G. Fournier1998-02-21
* Fix for InitPlan-s: have to copy subselect' result tuple.Vadim B. Mikheev1998-02-19
* New nodeGroup.c code uses own copy of first tuple in a group.Vadim B. Mikheev1998-02-18
* Fix from Vadim for simple-minded case SELECT 1 WHERE 1 IN (SELECT 1)Thomas G. Lockhart1998-02-18
* Support for subselects.Vadim B. Mikheev1998-02-13
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-11
* Pass around typmod as int16.Bruce Momjian1998-02-10
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-10
* atttypmod now -1.Bruce Momjian1998-02-07
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-31
* Reversed out group by patch.Bruce Momjian1998-01-27
* From: Darren King <darrenk@insightdist.com>Marc G. Fournier1998-01-26
* getpid/pid cleanupBruce Momjian1998-01-25
* Parser cleanup.Bruce Momjian1998-01-20
* Fix for SELECT INTO TABLE for varchar().Bruce Momjian1998-01-19
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-16
* Temporary varchar patch.Bruce Momjian1998-01-16
* Fix for aggreg problem and fmgr.c compile problems.Bruce Momjian1998-01-15
* Fix:Marc G. Fournier1998-01-15
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-15
* Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.Bruce Momjian1998-01-15
* Cleanup of prototypes. FIx for PQtrace start/stop several times.Bruce Momjian1998-01-14
* Some *very* major changes by darrenk@insightdist.com (Darren King)Marc G. Fournier1998-01-13
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* 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
* Change some mallocs to palloc.Bruce Momjian1997-12-29
* UNION work for UNION ALL and other union stuff.Bruce Momjian1997-12-27
* Fix for select 1=1 or 2=2, select 1=1 and 2=2, and select sum(2+2).Bruce Momjian1997-12-22
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-20
* Remove Existential, and ifdef out generate_fjoin. Neither did anything.Bruce Momjian1997-12-18
* First pass through, of many to come, towards making the whole sourceMarc G. Fournier1997-12-17
* Rename pg_plan and pg_eval to be more meaningful.Bruce Momjian1997-12-11
* Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog.Bruce Momjian1997-11-28
* Rename heap_create to heap_create_and_catatlog, rename heap_creatr to heap_cr...Bruce Momjian1997-11-28
* Cleaups of comments.Bruce Momjian1997-11-27
* Make parser functions static where possible.Bruce Momjian1997-11-26
* Cleanup up include files.Bruce Momjian1997-11-26
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-25
* Remove tqual.h includes not needed.Bruce Momjian1997-11-24
* Remove unused files.Bruce Momjian1997-11-21
* Remove archive stuff.Bruce Momjian1997-11-21
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* Call ExecEvalExpr with &isDone (not with NULL).Vadim B. Mikheev1997-11-19
* Define prototype for ExecutorLimit() to avoid compiler complaints.Thomas G. Lockhart1997-11-17