| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatible | Tom Lane | 2001-02-19 | 1 | -5/+13 |
| * | Clean up two rather nasty bugs in operator selection code. | Tom Lane | 2001-02-16 | 2 | -16/+11 |
| * | Update comments about memory management. | Tom Lane | 2001-02-15 | 1 | -1/+13 |
| * | Clean up handling of tuple descriptors so that result-tuple descriptors | Tom Lane | 2001-01-29 | 14 | -704/+358 |
| * | Looks like I broke cases involving combinations of deferred update/delete | Tom Lane | 2001-01-27 | 1 | -7/+4 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 29 | -58/+58 |
| * | Clean up per-tuple memory leaks in trigger firing and plpgsql | Tom Lane | 2001-01-22 | 3 | -54/+57 |
| * | Change lcons(x, NIL) to makeList(x) where appropriate. | Bruce Momjian | 2001-01-17 | 1 | -2/+2 |
| * | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane | 2001-01-14 | 1 | -5/+3 |
| * | Repair guaranteed core dump in SPI_exec(). Guess this routine wasn't | Tom Lane | 2001-01-04 | 1 | -3/+6 |
| * | Update comment. | Tom Lane | 2001-01-01 | 1 | -2/+5 |
| * | Fix portability problems recently exposed by regression tests on Alphas. | Tom Lane | 2000-12-27 | 2 | -38/+22 |
| * | Fix thinko for case of outer join where inner table is empty: should | Tom Lane | 2000-12-13 | 1 | -5/+6 |
| * | In SELECT FOR UPDATE, silently ignore null CTIDs, rather than generating | Tom Lane | 2000-12-05 | 1 | -7/+9 |
| * | Make tuple receive/print routines TOAST-aware. Formerly, printtup would | Tom Lane | 2000-12-01 | 1 | -9/+27 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 7 | -59/+66 |
| * | Restructure handling of inheritance queries so that they work with outer | Tom Lane | 2000-11-12 | 7 | -382/+258 |
| * | ExecEndAppend() neglected to close indices on appended result rels, | Tom Lane | 2000-11-09 | 1 | -10/+15 |
| * | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 | 1 | -23/+21 |
| * | Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases where | Tom Lane | 2000-11-05 | 1 | -10/+4 |
| * | Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in | Tom Lane | 2000-10-26 | 8 | -175/+383 |
| * | Remove NO_SECURITY define. | Bruce Momjian | 2000-10-16 | 1 | -3/+1 |
| * | Add proofreader's changes to docs. | Bruce Momjian | 2000-10-05 | 1 | -2/+2 |
| * | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane | 2000-10-05 | 9 | -65/+430 |
| * | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 | 6 | -202/+464 |
| * | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 | 6 | -541/+953 |
| * | This patch implements a different "relkind" | Bruce Momjian | 2000-09-12 | 1 | -1/+5 |
| * | 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 |