| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 24 | -74/+24 |
| * | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane | 2006-07-14 | 1 | -3/+3 |
| * | Add additional includes needed on some platforms. | Bruce Momjian | 2006-07-14 | 1 | -1/+2 |
| * | Move math.h after postgresql.h | Bruce Momjian | 2006-07-13 | 1 | -3/+3 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 5 | -5/+14 |
| * | Sort reference of include files, "A" - "F". | Bruce Momjian | 2006-07-11 | 3 | -6/+6 |
| * | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 | 1 | -9/+14 |
| * | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 | 1 | -2/+8 |
| * | Fix hash aggregation to suppress unneeded columns from being stored in | Tom Lane | 2006-06-28 | 1 | -8/+110 |
| * | Adjust TupleHashTables to use MinimalTuple format for contained tuples. | Tom Lane | 2006-06-28 | 3 | -22/+20 |
| * | Convert hash join code to use MinimalTuple format in tuple hash table | Tom Lane | 2006-06-27 | 3 | -64/+107 |
| * | Extend the MinimalTuple concept to tuplesort.c, thereby reducing the | Tom Lane | 2006-06-27 | 1 | -13/+6 |
| * | Create infrastructure for 'MinimalTuple' representation of in-memory | Tom Lane | 2006-06-27 | 4 | -48/+154 |
| * | Remove ancient kluge that kept nodeAgg.c from crashing on UPDATEs involving | Tom Lane | 2006-06-21 | 1 | -25/+5 |
| * | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane | 2006-06-16 | 14 | -154/+207 |
| * | Revert sampling patch for EXPLAIN ANALYZE; it turns out to be too unreliable | Tom Lane | 2006-06-09 | 2 | -174/+29 |
| * | Per previous analysis, the most correct notion of SampleOverhead is that | Tom Lane | 2006-06-07 | 1 | -16/+20 |
| * | Code review for EXPLAIN patch. Fix some typos, make it behave sanely | Tom Lane | 2006-05-30 | 1 | -70/+108 |
| * | Make EXPLAIN sampling smarter, to avoid excessive sampling delay. | Bruce Momjian | 2006-05-30 | 6 | -49/+140 |
| * | Remove CXT_printf/CXT1_printf macros. If anyone had found them to be of | Tom Lane | 2006-05-23 | 7 | -21/+7 |
| * | Improve the representation of FOR UPDATE/FOR SHARE so that we can | Tom Lane | 2006-04-30 | 2 | -28/+19 |
| * | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane | 2006-04-22 | 3 | -45/+56 |
| * | Modify all callers of datatype input and receive functions so that if these | Tom Lane | 2006-04-04 | 3 | -27/+15 |
| * | Fix bug introduced into mergejoin logic by performance improvement patch of | Tom Lane | 2006-03-17 | 1 | -29/+50 |
| * | Clean up representation of function RTEs for functions returning RECORD. | Tom Lane | 2006-03-16 | 1 | -2/+4 |
| * | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 | 1 | -2/+2 |
| * | Add a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTableFunctionResult. | Tom Lane | 2006-03-10 | 1 | -1/+3 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 36 | -72/+72 |
| * | Teach nodeSort and nodeMaterial to optimize out unnecessary overhead | Tom Lane | 2006-02-28 | 2 | -29/+76 |
| * | Extend the ExecInitNode API so that plan nodes receive a set of flag | Tom Lane | 2006-02-28 | 27 | -118/+230 |
| * | Improve sorting speed by pre-extracting the first sort-key column of | Tom Lane | 2006-02-26 | 1 | -1/+4 |
| * | Cleanup the usage of ScanDirection: use the symbolic names for the | Neil Conway | 2006-02-21 | 1 | -2/+2 |
| * | Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is | Neil Conway | 2006-02-19 | 1 | -3/+44 |
| * | Improve my initial, rather hacky implementation of joins to append | Tom Lane | 2006-02-05 | 1 | -4/+6 |
| * | Allow row comparisons to be used as indexscan qualifications. | Tom Lane | 2006-01-25 | 2 | -34/+192 |
| * | Add a new system view, pg_cursors, that displays the currently available | Neil Conway | 2006-01-18 | 1 | -3/+3 |
| * | Some minor code cleanup, falling out from the removal of rtree. SK_NEGATE | Tom Lane | 2006-01-14 | 1 | -4/+2 |
| * | Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by | Tom Lane | 2006-01-12 | 1 | -5/+27 |
| * | Cosmetic code cleanup: fix a bunch of places that used "return (expr);" | Neil Conway | 2006-01-11 | 1 | -4/+4 |
| * | Add comment explaining why RelationOpenSmgr() call is not needed. | Tom Lane | 2006-01-07 | 1 | -1/+2 |
| * | Implement SQL-compliant treatment of row comparisons for < <= > >= cases | Tom Lane | 2005-12-28 | 2 | -80/+194 |
| * | Fix problem with whole-row Vars referencing sub-select outputs, per | Tom Lane | 2005-12-14 | 1 | -2/+2 |
| * | Fix a couple of lingering references to POSTQUEL query syntax, per Simon. | Tom Lane | 2005-12-07 | 2 | -6/+6 |
| * | Tweak indexscan machinery to avoid taking an AccessShareLock on an index | Tom Lane | 2005-12-03 | 3 | -7/+42 |
| * | Adjust scan plan nodes to avoid getting an extra AccessShareLock on a | Tom Lane | 2005-12-02 | 7 | -90/+121 |
| * | Rearrange code in ExecInitBitmapHeapScan so that we don't initialize the | Tom Lane | 2005-12-02 | 1 | -6/+10 |
| * | Tweak hash join code to use an additional heuristic for deciding whether | Tom Lane | 2005-11-28 | 1 | -4/+39 |
| * | Recent changes to allow hash join to exit early given empty input from | Tom Lane | 2005-11-28 | 1 | -30/+20 |
| * | Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that | Tom Lane | 2005-11-26 | 1 | -60/+163 |
| * | Change seqscan logic so that we check visibility of all tuples on a page | Tom Lane | 2005-11-26 | 1 | -86/+161 |