summaryrefslogtreecommitdiff
path: root/src/backend/rewrite
AgeCommit message (Expand)Author
2000-01-17Pass atttypmod to CoerceTargetExpr, so that it can pass it on toTom Lane
2000-01-05Fix it's and its to be correct.Bruce Momjian
1999-12-16Some changes to prepare for LONG attributes.Jan Wieck
1999-12-13New LDOUT makefile variable for QNX os.Bruce Momjian
1999-12-09Make LD -r as macros that can be changed for QNX.Bruce Momjian
1999-11-24Add pg_statistic index, add missing Hiroshi file.Bruce Momjian
1999-11-24Rename heap_replace to heap_update.Bruce Momjian
1999-11-22Add system indexes to match all caches.Bruce Momjian
1999-11-18Changed pg_rewrite attributes ev_qual and ev_action to the newJan Wieck
1999-11-15Implement subselects in target lists. Also, relax requirement thatTom Lane
1999-11-07New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian
1999-11-01Eliminate RewritePreprocessQuery, which was taking anTom Lane
1999-10-26Hello.Bruce Momjian
1999-10-21Bugfix for CREATE RULE invoked via SPI --- from Hiroshi,Tom Lane
1999-10-21Remove fixed-size buffers in rule storage routine.Tom Lane
1999-10-17Except_Intersect_Rewrite() forgot to move LIMIT info to newTom Lane
1999-10-07Fix planner and rewriter to follow SQL semantics for tables that areTom Lane
1999-10-02Stick finger into a couple more holes in the leaky dike ofTom Lane
1999-10-01Clean up rewriter routines to use expression_tree_walker andTom Lane
1999-09-19Remove incorrect 'Assert(targetList != NULL)'. AnTom Lane
1999-09-18Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane
1999-08-25Revise implementation of SubLinks so that there is a consistent,Tom Lane
1999-08-21Major revision of sort-node handling: push knowledge of queryTom Lane
1999-07-19Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-16Update #include cleanupsBruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-07-13Remove S*I comments from Stephan.Bruce Momjian
1999-07-11RewritePreprocessQuery tried to match resjunk targets againstTom Lane
1999-07-04Clean up maximum rewrite tuple length.Bruce Momjian
1999-06-21Replace rewriter's checkQueryHasAggs and checkQueryHasSubLinkTom Lane
1999-05-26Make functions static or NOT_USED as appropriate.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-05-25Bugfix - Range table entries that are unused after rewriting shouldJan Wieck
1999-05-17Skip junk nodes when comparing UNION target list lengths.Bruce Momjian
1999-05-17Change resjunk to a boolean.Bruce Momjian
1999-05-13Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane
1999-05-12Fixed wrong hasAggs when aggregate columns of view aren'tJan Wieck
1999-05-12Replaced targetlist entry in GroupClause by reference numberJan Wieck
1999-05-10Change error messages to oids come out as %u and not %d. Change has noBruce Momjian
1999-05-09Rearrange top-level rewrite operations so that EXPLAIN worksTom Lane
1999-02-22Final optimizer cleanups.Bruce Momjian
1999-02-21From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-08Added LIMIT/OFFSET functionality including new regression test for it.Jan Wieck
1999-02-08Revert some changes from the INTERSECT/EXPECT patch that brokeJan Wieck
1999-02-03Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian
1999-02-02Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian