summaryrefslogtreecommitdiff
path: root/src/backend/nodes/readfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Fix planner and rewriter to follow SQL semantics for tables that areTom Lane1999-10-071-1/+5
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-211-24/+16
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-161-259/+29
* > > Prevent sorting if result is already sortedBruce Momjian1999-08-091-1/+6
* Clean up messy clause-selectivity code in clausesel.c; repair bugTom Lane1999-07-241-9/+1
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Final cleanup.Bruce Momjian1999-07-161-4/+4
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-10/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-3/+1
* Remove S*I comments from Stephan.Bruce Momjian1999-07-131-2/+1
* pgindent run over code.Bruce Momjian1999-05-251-30/+31
* Remove no-longer-used fields in Hash and HashJoin nodes.Tom Lane1999-05-181-25/+1
* Change resjunk to a boolean.Bruce Momjian1999-05-171-2/+2
* Replaced targetlist entry in GroupClause by reference numberJan Wieck1999-05-121-4/+9
* Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder,Tom Lane1999-03-011-5/+1
* Fix bushy plans. Cleanup.Bruce Momjian1999-02-181-3/+3
* otherrels is now unjoined_relsBruce Momjian1999-02-151-3/+3
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* JoinPath -> NestPath for nested loop.Bruce Momjian1999-02-121-11/+11
* Fix optimizer and make faster.Bruce Momjian1999-02-121-7/+1
* More optimizer speedups.Bruce Momjian1999-02-111-11/+11
* Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things.Bruce Momjian1999-02-101-11/+11
* Rename Temp to Noname for noname tables.Bruce Momjian1999-02-091-21/+21
* Major optimizer improvement for joining a large number of tables.Bruce Momjian1999-02-091-13/+54
* Optimizer cleanup.Bruce Momjian1999-02-081-11/+11
* Optimizer cleanup.Bruce Momjian1999-02-051-3/+3
* More optimizer cleanups.Bruce Momjian1999-02-041-2/+2
* More optimizer renaming HInfo -> HashInfo.Bruce Momjian1999-02-041-8/+8
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-17/+9
* Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.Bruce Momjian1999-02-031-18/+18
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-021-1/+5
* Rename Aggreg to Aggref.Bruce Momjian1999-01-241-8/+8
* FOR UPDATE is in parser & rules.Vadim B. Mikheev1999-01-211-1/+24
* Hi!Bruce Momjian1999-01-181-1/+6
* Add support for the CASE statement in the rewrite handling.Thomas G. Lockhart1998-12-141-1/+49
* Fix using indices in OR.Vadim B. Mikheev1998-11-221-1/+4
* Add LIMIT syntax for Jan.Bruce Momjian1998-10-221-1/+7
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-7/+7
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-65/+65
* MergeSort was sometimes called mergejoin and was confusing. NowBruce Momjian1998-08-041-9/+9
* Allow index use with OR clauses.Bruce Momjian1998-08-011-4/+4
* Rename Rel to RelOptInfo.Bruce Momjian1998-07-181-6/+6
* Fix explain for union and inheritance. Rename Append structureBruce Momjian1998-07-151-10/+10
* Major man page update from Tom Lane. cBruce Momjian1998-07-141-2/+2
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-143/+1
* FIx confusion over SORT and SORTCLAUSE in node handling.Bruce Momjian1998-04-271-48/+47
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-31/+31
* Add handling for new RangeTblEntry column name.Bruce Momjian1998-02-211-5/+13
* Constlen can be -1, so make it a signed type.Bruce Momjian1998-02-211-2/+2
* Support for subselects.Vadim B. Mikheev1998-02-131-1/+5