summaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAgeFilesLines
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-0119-507/+504
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-0117-118/+118
* This is the final state of the rule system for 6.4 after theBruce Momjian1998-08-242-3/+3
* fix for index problem.Bruce Momjian1998-08-201-2/+2
* Fix for vacuum updating problem.Bruce Momjian1998-08-191-3/+10
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-197-66/+45
* Make large objects their own relkind type. Fix dups in pg_class_mbBruce Momjian1998-08-062-5/+8
* OR processing cleanup.Bruce Momjian1998-08-041-23/+26
* Update mark/reset index code for multiple indexes, (OR code).Bruce Momjian1998-08-031-37/+33
* Cleanup of OR fix.Bruce Momjian1998-08-011-2/+4
* Allow index use with OR clauses.Bruce Momjian1998-08-012-110/+119
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-277-26/+38
* makeTargetEntry cleanup.Bruce Momjian1998-07-201-2/+2
* Cleanup makeTargetEntry and remove internal.c.Bruce Momjian1998-07-201-7/+5
* Cleanup Name usage.Bruce Momjian1998-07-202-16/+4
* Remove un-needed psort close.Bruce Momjian1998-07-191-20/+1
* 1) Queries using the having clause on base tables should work wellBruce Momjian1998-07-192-14/+17
* Conditionally execute Junk filter only when ORDER BY of columnsBruce Momjian1998-07-191-10/+30
* Fix for Group ReScan suggested by Vadim.Bruce Momjian1998-07-161-1/+5
* Patch for ReScan of Group.Bruce Momjian1998-07-162-2/+17
* Allow UNION/UNION ALL in subselects.Bruce Momjian1998-07-152-3/+30
* Fix explain for union and inheritance. Rename Append structureBruce Momjian1998-07-152-80/+76
* Remove un-needed braces around single statements.Bruce Momjian1998-06-1517-114/+16
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-151-6/+6
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-291-15/+15
* Fix for drop database and junk filters.Bruce Momjian1998-05-261-2/+3
* From: David Hartwig <daveh@insightdist.com>Marc G. Fournier1998-05-211-4/+6
* Allow cancel from client of backend query. Change some int variablesBruce Momjian1998-05-191-1/+7
* This patch...Bruce Momjian1998-04-272-30/+25
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-261-3/+3
* Inline some small functions called for every row.Bruce Momjian1998-04-242-53/+5
* Cleanup up code.Bruce Momjian1998-04-131-2/+0
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-071-3/+3
* Hi,Bruce Momjian1998-04-061-5/+3
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-301-3/+3
* There's a patch attached to fix gcc 2.8.x warnings, except for theBruce Momjian1998-03-302-57/+39
* I started adding the Having Clause and it works quite fine forBruce Momjian1998-03-302-3/+23
* ExecReScan for MergeJoin.Vadim B. Mikheev1998-02-272-88/+75
* Check SELECT permissions in subqueries.Vadim B. Mikheev1998-02-272-12/+15
* execScan.c: in the end of scan projInfo->pi_slot must beVadim B. Mikheev1998-02-262-28/+41
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-2621-486/+516
* ExecReScan for Unique & Sort nodes.Vadim B. Mikheev1998-02-233-5/+53
* First step done,Marc G. Fournier1998-02-211-1/+12
* Fix for InitPlan-s: have to copy subselect' result tuple.Vadim B. Mikheev1998-02-191-0/+12
* New nodeGroup.c code uses own copy of first tuple in a group.Vadim B. Mikheev1998-02-182-88/+66
* Fix from Vadim for simple-minded case SELECT 1 WHERE 1 IN (SELECT 1)Thomas G. Lockhart1998-02-181-2/+3
* Support for subselects.Vadim B. Mikheev1998-02-1315-153/+677
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-111-4/+4
* Pass around typmod as int16.Bruce Momjian1998-02-103-7/+7
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-106-58/+24