| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add proofreader's changes to docs. | Bruce Momjian | 2000-10-05 | 3 | -20/+20 |
| * | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane | 2000-10-05 | 11 | -338/+675 |
| * | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 | 23 | -601/+1072 |
| * | Use variable aliases, if supplied, rather than real column names in | Tom Lane | 2000-09-25 | 1 | -6/+3 |
| * | System neglected to complain about ungrouped variables passed to | Tom Lane | 2000-09-25 | 1 | -2/+2 |
| * | Fix GEQO optimizer to work correctly with new outer-join-capable | Tom Lane | 2000-09-19 | 4 | -41/+47 |
| * | Reimplement LIKE/ESCAPE as operators so that indexscan optimization | Tom Lane | 2000-09-15 | 1 | -1/+41 |
| * | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 | 21 | -477/+1358 |
| * | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 6 | -33/+22 |
| * | SQL-language functions are now callable in ordinary fmgr contexts ... | Tom Lane | 2000-08-24 | 2 | -7/+4 |
| * | Move pg_checkretval out of the planner (where it never belonged) into | Tom Lane | 2000-08-21 | 1 | -135/+1 |
| * | fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum | Tom Lane | 2000-08-21 | 1 | -17/+23 |
| * | Clean up handling of variable-free qual clauses. System now does the | Tom Lane | 2000-08-13 | 6 | -93/+293 |
| * | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 | 8 | -41/+27 |
| * | Clean up bogosities in use of random(3) and srandom(3) --- do not assume | Tom Lane | 2000-08-07 | 1 | -3/+3 |
| * | Copy sub-Query nodes to avoid trouble when same sub-Query is linked to | Tom Lane | 2000-08-06 | 1 | -4/+15 |
| * | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane | 2000-08-03 | 1 | -2/+2 |
| * | Remove <values.h> inclusions, no-longer-needed MAXINT definitions. | Tom Lane | 2000-07-28 | 1 | -4/+1 |
| * | Make planner safe for recursive calls --- needed for cases where | Tom Lane | 2000-07-27 | 3 | -54/+32 |
| * | Arrange to free planning memory (or most of it, anyway) at completion | Tom Lane | 2000-07-27 | 1 | -5/+50 |
| * | When dealing with OR-of-ANDs quals, extract multiple subclauses of an AND | Tom Lane | 2000-07-26 | 1 | -26/+54 |
| * | Update comments. | Tom Lane | 2000-07-25 | 1 | -4/+6 |
| * | Deduce equality constraints that are implied by transitivity of | Tom Lane | 2000-07-24 | 4 | -156/+393 |
| * | Make update lists like 'UPDATE tab SET foo[1] = bar, foo[3] = baz' | Tom Lane | 2000-07-22 | 1 | -49/+101 |
| * | Repair parallel make in backend tree (and make it really parallel). | Peter Eisentraut | 2000-07-13 | 1 | -18/+16 |
| * | Planner did the wrong thing with index-scan-backward plans: generated | Tom Lane | 2000-07-13 | 1 | -3/+3 |
| * | Remove a bunch of unused configure tests, in particular cases where | Peter Eisentraut | 2000-07-12 | 1 | -4/+1 |
| * | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 | 3 | -15/+29 |
| * | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 | 2 | -11/+18 |
| * | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 2 | -49/+23 |
| * | Make inheritance planning logic a little simpler and clearer, | Tom Lane | 2000-06-20 | 3 | -112/+139 |
| * | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane | 2000-06-18 | 5 | -207/+137 |
| * | Fix performance problems with pg_index lookups (see, for example, | Tom Lane | 2000-06-17 | 1 | -26/+34 |
| * | Clean up #include's. | Bruce Momjian | 2000-06-15 | 3 | -4/+7 |
| * | Cause inheritance patch to meet minimum coding standards (no gcc | Tom Lane | 2000-06-09 | 2 | -9/+15 |
| * | Inheritance overhaul by Chris Bitmead <chris@bitmead.com> | Bruce Momjian | 2000-06-09 | 2 | -2/+40 |
| * | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 | 5 | -10/+21 |
| * | Repair bug reported by ldm@apartia.com: Append nodes, which don't | Tom Lane | 2000-06-04 | 1 | -39/+52 |
| * | Tweak recognition of range-clause pairs so that 'var > $1 AND var < $2' | Tom Lane | 2000-05-31 | 1 | -37/+46 |
| * | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 | 6 | -445/+86 |
| * | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane | 2000-05-30 | 2 | -36/+36 |
| * | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | 19 | -70/+19 |
| * | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 | 5 | -15/+5 |
| * | Constant-expression simplifier now knows how to simplify strict functions | Tom Lane | 2000-05-28 | 1 | -13/+47 |
| * | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 | 3 | -4/+8 |
| * | Fix problem in which sloppily-coded test in ExecInitIndexScan would | Tom Lane | 2000-05-23 | 1 | -14/+19 |
| * | Repair problem noted by Elphick: make_rels_by_joins failed to handle | Tom Lane | 2000-04-27 | 1 | -2/+51 |
| * | Repair coredump seen when a view refers to an inheritance group | Tom Lane | 2000-04-18 | 1 | -8/+3 |
| * | Correct oversight in hashjoin cost estimation: nodeHash sizes its hash | Tom Lane | 2000-04-18 | 1 | -5/+11 |
| * | Add new selectivity estimation functions for pattern-matching operators | Tom Lane | 2000-04-16 | 1 | -255/+22 |