| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use a private memory context to store rule information in each relcache | Tom Lane | 2000-06-30 | 4 | -303/+101 |
| * | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 2 | -60/+63 |
| * | Final #include cleanup. | Bruce Momjian | 2000-06-15 | 1 | -2/+1 |
| * | Clean up #include's. | Bruce Momjian | 2000-06-15 | 1 | -1/+2 |
| * | Rename rule CURRENT to OLD in source tree. Add mapping for backward | Bruce Momjian | 2000-06-12 | 1 | -8/+8 |
| * | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | 4 | -9/+4 |
| * | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 | 1 | -3/+1 |
| * | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 | 1 | -1/+2 |
| * | Except_Intersect_Rewrite() failed to ignore resjunk targetlist entries, | Tom Lane | 2000-04-27 | 1 | -33/+50 |
| * | Correct error in rewriter that caused SELECT count(*) FROM view | Tom Lane | 2000-04-20 | 1 | -19/+19 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 5 | -129/+174 |
| * | When rewriting an aggregate introduced into WHERE, allow agg argument to | Tom Lane | 2000-04-04 | 1 | -11/+14 |
| * | Fix some (more) problems with subselects in rules. Rewriter failed to | Tom Lane | 2000-03-16 | 2 | -165/+182 |
| * | Fix performance problem in fireRIRonSubselect: with nested subqueries, | Tom Lane | 2000-03-12 | 1 | -12/+6 |
| * | Undo a couple of mistaken applications of NameStr() to StringInfos. | Tom Lane | 2000-02-26 | 1 | -3/+3 |
| * | Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now | Tom Lane | 2000-01-27 | 3 | -28/+17 |
| * | Add: | Bruce Momjian | 2000-01-26 | 6 | -12/+18 |
| * | Removed MBFLAGS from makefiles since it's now done in include/config.h. | Peter Eisentraut | 2000-01-19 | 1 | -4/+1 |
| * | Pass atttypmod to CoerceTargetExpr, so that it can pass it on to | Tom Lane | 2000-01-17 | 1 | -2/+2 |
| * | Fix it's and its to be correct. | Bruce Momjian | 2000-01-05 | 1 | -2/+2 |
| * | Some changes to prepare for LONG attributes. | Jan Wieck | 1999-12-16 | 2 | -5/+5 |
| * | New LDOUT makefile variable for QNX os. | Bruce Momjian | 1999-12-13 | 1 | -2/+2 |
| * | Make LD -r as macros that can be changed for QNX. | Bruce Momjian | 1999-12-09 | 1 | -2/+2 |
| * | Add pg_statistic index, add missing Hiroshi file. | Bruce Momjian | 1999-11-24 | 1 | -2/+2 |
| * | Rename heap_replace to heap_update. | Bruce Momjian | 1999-11-24 | 1 | -2/+2 |
| * | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 | 3 | -8/+8 |
| * | Changed pg_rewrite attributes ev_qual and ev_action to the new | Jan Wieck | 1999-11-18 | 2 | -3/+4 |
| * | Implement subselects in target lists. Also, relax requirement that | Tom Lane | 1999-11-15 | 1 | -76/+78 |
| * | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 | 4 | -12/+13 |
| * | Eliminate RewritePreprocessQuery, which was taking an | Tom Lane | 1999-11-01 | 1 | -72/+22 |
| * | Hello. | Bruce Momjian | 1999-10-26 | 1 | -3/+18 |
| * | Bugfix for CREATE RULE invoked via SPI --- from Hiroshi, | Tom Lane | 1999-10-21 | 1 | -2/+3 |
| * | Remove fixed-size buffers in rule storage routine. | Tom Lane | 1999-10-21 | 1 | -35/+40 |
| * | Except_Intersect_Rewrite() forgot to move LIMIT info to new | Tom Lane | 1999-10-17 | 1 | -1/+8 |
| * | Fix planner and rewriter to follow SQL semantics for tables that are | Tom Lane | 1999-10-07 | 1 | -35/+56 |
| * | Stick finger into a couple more holes in the leaky dike of | Tom Lane | 1999-10-02 | 1 | -1/+16 |
| * | Clean up rewriter routines to use expression_tree_walker and | Tom Lane | 1999-10-01 | 3 | -2430/+953 |
| * | Remove incorrect 'Assert(targetList != NULL)'. An | Tom Lane | 1999-09-19 | 1 | -9/+2 |
| * | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 | 5 | -54/+33 |
| * | Revise implementation of SubLinks so that there is a consistent, | Tom Lane | 1999-08-25 | 2 | -101/+43 |
| * | Major revision of sort-node handling: push knowledge of query | Tom Lane | 1999-08-21 | 1 | -14/+28 |
| * | Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where | Bruce Momjian | 1999-07-19 | 1 | -3/+4 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 4 | -15/+4 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 5 | -30/+30 |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 6 | -18/+18 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 6 | -47/+6 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 5 | -15/+10 |
| * | Remove S*I comments from Stephan. | Bruce Momjian | 1999-07-13 | 2 | -17/+2 |
| * | RewritePreprocessQuery tried to match resjunk targets against | Tom Lane | 1999-07-11 | 1 | -6/+9 |
| * | Clean up maximum rewrite tuple length. | Bruce Momjian | 1999-07-04 | 1 | -14/+8 |