summaryrefslogtreecommitdiff
path: root/src/backend/nodes
Commit message (Expand)AuthorAgeFilesLines
* Implement subselects in target lists. Also, relax requirement thatTom Lane1999-11-151-6/+8
* Eliminate some unbelievably cheesy code in _copyConst().Tom Lane1999-11-011-114/+56
* Fix planner and rewriter to follow SQL semantics for tables that areTom Lane1999-10-074-6/+13
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-031-7/+14
* Implement constant-expression simplification per BernardTom Lane1999-09-261-2/+21
* Minor improvements to stringinfo package to make it moreTom Lane1999-08-311-1/+5
* Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane1999-08-221-6/+10
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-216-97/+81
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-168-853/+167
* LispUnion routine didn't generate a proper union: anytimeTom Lane1999-08-141-212/+133
* > > Prevent sorting if result is already sortedBruce Momjian1999-08-094-4/+14
* Add equal() funcs for Case nodes ... amazing we had notTom Lane1999-07-291-178/+164
* First cut at doing LIKE/regex indexing optimization inTom Lane1999-07-272-4/+2
* Remove 'restrictinfojoinid' field from RestrictInfo nodes.Tom Lane1999-07-252-4/+2
* Clean up messy clause-selectivity code in clausesel.c; repair bugTom Lane1999-07-244-18/+6
* Fix typo in _outArrayRef().Tom Lane1999-07-181-2/+2
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-179-24/+10
* Final cleanup.Bruce Momjian1999-07-166-23/+20
* Remove unused #includes in *.c files.Bruce Momjian1999-07-158-57/+9
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-158-24/+8
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-142-4/+5
* Remove S*I comments from Stephan.Bruce Momjian1999-07-131-2/+1
* equal() needs a case for Aggref nodes, as shown by:Tom Lane1999-06-061-1/+25
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-261-2/+3
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-254-45/+45
* pgindent run over code.Bruce Momjian1999-05-257-352/+365
* Upgrade to PyGreSQL (2.4)Bruce Momjian1999-05-192-7/+3
* Remove no-longer-used fields in Hash and HashJoin nodes.Tom Lane1999-05-183-46/+6
* Change resjunk to a boolean.Bruce Momjian1999-05-173-7/+7
* Replaced targetlist entry in GroupClause by reference numberJan Wieck1999-05-126-19/+28
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-102-10/+10
* Fix for _copyUnique() suggested by Hiroshi InoueTatsuo Ishii1999-04-271-2/+2
* Revise backend libpq interfaces so that messages to the frontendTom Lane1999-04-251-13/+7
* Repair some problems in planner's handling of HAVING clauses.Tom Lane1999-04-191-2/+5
* Remove Tee code, move to _deadcode.Bruce Momjian1999-03-232-22/+2
* Partial fix for copied-plan bugs reported by Hiroshi Inoue:Tom Lane1999-03-031-4/+8
* Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder,Tom Lane1999-03-014-27/+4
* Add a few other parser-only nodes for debugging help.Thomas G. Lockhart1999-02-231-22/+32
* Rearrange order of subdirectory creation to help generate parse.hThomas G. Lockhart1999-02-231-2/+7
* comments cleanup.Bruce Momjian1999-02-222-17/+13
* ifdef out append().Bruce Momjian1999-02-221-1/+3
* more cleanupBruce Momjian1999-02-221-2/+75
* Final optimizer cleanups.Bruce Momjian1999-02-221-1/+5
* fix compile problem.Bruce Momjian1999-02-221-2/+2
* pathkeys.c cleanup.Bruce Momjian1999-02-211-2/+2
* pathkeys fixesBruce Momjian1999-02-201-7/+15
* Fix bushy plans. Cleanup.Bruce Momjian1999-02-185-16/+13
* otherrels is now unjoined_relsBruce Momjian1999-02-155-12/+12
* Remove duplicate geqo functions, and more optimizer cleanupBruce Momjian1999-02-154-9/+9
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-1311-35/+35