| Commit message (Expand) | Author | Age | Files | Lines |
| * | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut | 2000-09-06 | 1 | -6/+6 |
| * | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 1 | -4/+4 |
| * | GetAttributeByName and GetAttributeByNum should be declared to return | Tom Lane | 2000-08-24 | 1 | -14/+11 |
| * | SQL-language functions are now callable in ordinary fmgr contexts ... | Tom Lane | 2000-08-24 | 14 | -529/+650 |
| * | Fix a many-legged critter reported by chifungfan@yahoo.com: under the | Tom Lane | 2000-08-22 | 3 | -33/+51 |
| * | Move pg_checkretval out of the planner (where it never belonged) into | Tom Lane | 2000-08-21 | 1 | -5/+32 |
| * | Clean up handling of variable-free qual clauses. System now does the | Tom Lane | 2000-08-13 | 3 | -16/+28 |
| * | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 | 2 | -102/+73 |
| * | Clean up inefficiency in ExecRelCheck, and cause it to do the right | Tom Lane | 2000-08-06 | 1 | -128/+69 |
| * | Modify heap_open()/heap_openr() API per pghackers discussion of 11 July. | Tom Lane | 2000-08-03 | 2 | -7/+2 |
| * | ExecRestrPos() really needs to raise ERROR, not a wimpy DEBUG message, | Tom Lane | 2000-07-25 | 1 | -11/+18 |
| * | Further cleanup of array behavior. Slice assignments to arrays with | Tom Lane | 2000-07-23 | 1 | -13/+48 |
| * | Arrays are toastable. (At least if you initdb, which I didn't force.) | Tom Lane | 2000-07-22 | 1 | -30/+39 |
| * | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane | 2000-07-17 | 7 | -254/+203 |
| * | Cleanup of code for creating index entries. Functional indexes with | Tom Lane | 2000-07-14 | 1 | -173/+36 |
| * | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 | 22 | -997/+1078 |
| * | Fix bogus DatumGetInt32 coercion. | Tom Lane | 2000-07-09 | 1 | -3/+3 |
| * | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 | 1 | -2/+3 |
| * | Changed TOAST relations to have relkind RELKIND_TOASTVALUE. | Jan Wieck | 2000-07-05 | 1 | -1/+5 |
| * | Automatically create toast tables on ALTER TABLE ... ADD COLUMN | Jan Wieck | 2000-07-05 | 1 | -1/+7 |
| * | Make toast-table creation and deletion work somewhat reliably. | Tom Lane | 2000-07-04 | 1 | -3/+7 |
| * | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 4 | -146/+86 |
| * | Modify index-opening code to guarantee that the indexes of a relation | Tom Lane | 2000-06-19 | 1 | -10/+15 |
| * | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane | 2000-06-18 | 2 | -262/+112 |
| * | Fix performance problems with pg_index lookups (see, for example, | Tom Lane | 2000-06-17 | 3 | -304/+89 |
| * | Final #include cleanup. | Bruce Momjian | 2000-06-15 | 12 | -24/+12 |
| * | Clean up #include's. | Bruce Momjian | 2000-06-15 | 2 | -2/+4 |
| * | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 | 1 | -19/+35 |
| * | nodeAppend tried to deal with multiple result relations, but apparently it never | Tom Lane | 2000-06-10 | 2 | -59/+76 |
| * | Inheritance overhaul by Chris Bitmead <chris@bitmead.com> | Bruce Momjian | 2000-06-09 | 1 | -2/+7 |
| * | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 | 1 | -2/+3 |
| * | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 | 1 | -3/+2 |
| * | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane | 2000-05-30 | 3 | -16/+14 |
| * | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | 6 | -13/+6 |
| * | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 | 1 | -3/+1 |
| * | Second round of fmgr changes: triggers are now invoked in new style, | Tom Lane | 2000-05-29 | 1 | -5/+2 |
| * | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 | 4 | -132/+218 |
| * | Fix problem in which sloppily-coded test in ExecInitIndexScan would | Tom Lane | 2000-05-23 | 1 | -46/+17 |
| * | Correct oversight in hashjoin cost estimation: nodeHash sizes its hash | Tom Lane | 2000-04-18 | 1 | -2/+1 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 14 | -419/+475 |
| * | Commebts & one check in EndEvalPlanQual(). | Vadim B. Mikheev | 2000-04-07 | 1 | -4/+10 |
| * | Fix (I hope) resource leakage in EvalPlanQual: open subplans must be | Tom Lane | 2000-04-07 | 1 | -1/+41 |
| * | Partial fix for EvalPlanQual bugs reported by Magnus Hagander, 3-Apr. | Tom Lane | 2000-04-07 | 2 | -33/+27 |
| * | Fix bug noted by Bruce: FETCH in an already-aborted transaction block | Tom Lane | 2000-04-04 | 2 | -26/+17 |
| * | ExecSubPlan needs to be able to cope with RelabelType nodes atop the | Tom Lane | 2000-03-23 | 1 | -8/+20 |
| * | Correct typo in error message. | Tom Lane | 2000-03-21 | 1 | -2/+2 |
| * | Redo permissions-checking code so that it does the right thing at APPEND | Tom Lane | 2000-03-09 | 2 | -89/+246 |
| * | Hmm, it seems nodeMaterial has been broken for a good long while; | Tom Lane | 2000-03-02 | 1 | -15/+13 |
| * | Create a new expression node type RelabelType, which exists solely to | Tom Lane | 2000-02-20 | 1 | -28/+36 |
| * | Implement reindex command | Hiroshi Inoue | 2000-02-18 | 2 | -2/+14 |