summaryrefslogtreecommitdiff
path: root/src/backend/rewrite
Commit message (Expand)AuthorAgeFilesLines
* Use a private memory context to store rule information in each relcacheTom Lane2000-06-304-303/+101
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-282-60/+63
* Final #include cleanup.Bruce Momjian2000-06-151-2/+1
* Clean up #include's.Bruce Momjian2000-06-151-1/+2
* Rename rule CURRENT to OLD in source tree. Add mapping for backwardBruce Momjian2000-06-121-8/+8
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-304-9/+4
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-3/+1
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-1/+2
* Except_Intersect_Rewrite() failed to ignore resjunk targetlist entries,Tom Lane2000-04-271-33/+50
* Correct error in rewriter that caused SELECT count(*) FROM viewTom Lane2000-04-201-19/+19
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-125-129/+174
* When rewriting an aggregate introduced into WHERE, allow agg argument toTom Lane2000-04-041-11/+14
* Fix some (more) problems with subselects in rules. Rewriter failed toTom Lane2000-03-162-165/+182
* Fix performance problem in fireRIRonSubselect: with nested subqueries,Tom Lane2000-03-121-12/+6
* Undo a couple of mistaken applications of NameStr() to StringInfos.Tom Lane2000-02-261-3/+3
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-273-28/+17
* Add:Bruce Momjian2000-01-266-12/+18
* Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut2000-01-191-4/+1
* Pass atttypmod to CoerceTargetExpr, so that it can pass it on toTom Lane2000-01-171-2/+2
* Fix it's and its to be correct.Bruce Momjian2000-01-051-2/+2
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-162-5/+5
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-131-2/+2
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-091-2/+2
* Add pg_statistic index, add missing Hiroshi file.Bruce Momjian1999-11-241-2/+2
* Rename heap_replace to heap_update.Bruce Momjian1999-11-241-2/+2
* Add system indexes to match all caches.Bruce Momjian1999-11-223-8/+8
* Changed pg_rewrite attributes ev_qual and ev_action to the newJan Wieck1999-11-182-3/+4
* Implement subselects in target lists. Also, relax requirement thatTom Lane1999-11-151-76/+78
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-074-12/+13
* Eliminate RewritePreprocessQuery, which was taking anTom Lane1999-11-011-72/+22
* Hello.Bruce Momjian1999-10-261-3/+18
* Bugfix for CREATE RULE invoked via SPI --- from Hiroshi,Tom Lane1999-10-211-2/+3
* Remove fixed-size buffers in rule storage routine.Tom Lane1999-10-211-35/+40
* Except_Intersect_Rewrite() forgot to move LIMIT info to newTom Lane1999-10-171-1/+8
* Fix planner and rewriter to follow SQL semantics for tables that areTom Lane1999-10-071-35/+56
* Stick finger into a couple more holes in the leaky dike ofTom Lane1999-10-021-1/+16
* Clean up rewriter routines to use expression_tree_walker andTom Lane1999-10-013-2430/+953
* Remove incorrect 'Assert(targetList != NULL)'. AnTom Lane1999-09-191-9/+2
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-185-54/+33
* Revise implementation of SubLinks so that there is a consistent,Tom Lane1999-08-252-101/+43
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-211-14/+28
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-191-3/+4
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-174-15/+4
* Final cleanup.Bruce Momjian1999-07-165-30/+30
* Update #include cleanupsBruce Momjian1999-07-166-18/+18
* Remove unused #includes in *.c files.Bruce Momjian1999-07-156-47/+6
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-155-15/+10
* Remove S*I comments from Stephan.Bruce Momjian1999-07-132-17/+2
* RewritePreprocessQuery tried to match resjunk targets againstTom Lane1999-07-111-6/+9
* Clean up maximum rewrite tuple length.Bruce Momjian1999-07-041-14/+8