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