| Commit message (Expand) | Author | Age | Files | Lines |
| * | To suppress memory leakage in long-lived Lists, lremove() should pfree | Tom Lane | 2002-12-17 | 1 | -2/+4 |
| * | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 | 2 | -8/+8 |
| * | More cleanup of userid to be AclId rather than Oid. | Bruce Momjian | 2002-12-05 | 1 | -3/+3 |
| * | Rule rewriter was doing the wrong thing with conditional INSTEAD rules | Tom Lane | 2002-10-20 | 2 | -33/+27 |
| * | Fix rewrite code so that rules are in fact executed in order by name, | Tom Lane | 2002-10-19 | 1 | -122/+82 |
| * | Adjust handling of command status strings in the presence of rules, | Tom Lane | 2002-10-14 | 1 | -3/+19 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 1 | -23/+14 |
| * | Tweak querytree-dependency-extraction code so that columns of tables | Tom Lane | 2002-09-11 | 3 | -22/+24 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 4 | -62/+61 |
| * | CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE. | Tom Lane | 2002-09-02 | 1 | -18/+59 |
| * | Rephrase 'Cannot insert into a view' and related messages, per | Tom Lane | 2002-08-29 | 1 | -4/+7 |
| * | Modify array operations to include array's element type OID in the | Tom Lane | 2002-08-26 | 1 | -3/+3 |
| * | Restructure system-catalog index updating logic. Instead of having | Tom Lane | 2002-08-05 | 2 | -28/+7 |
| * | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane | 2002-08-02 | 2 | -2/+16 |
| * | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 | 1 | -2/+2 |
| * | The attached patch (against HEAD) implements | Bruce Momjian | 2002-07-18 | 1 | -3/+2 |
| * | Add code to extract dependencies from an expression tree, and use it | Tom Lane | 2002-07-16 | 1 | -10/+22 |
| * | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 | 3 | -98/+109 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 5 | -10/+10 |
| * | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 | 1 | -4/+2 |
| * | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 | 1 | -10/+3 |
| * | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane | 2002-05-12 | 1 | -2/+2 |
| * | Restructure aclcheck error reporting to make permission-failure | Tom Lane | 2002-04-27 | 2 | -15/+10 |
| * | Change naming rule for ON SELECT rules of views: they're all just | Tom Lane | 2002-04-19 | 2 | -45/+20 |
| * | Rule names are now unique per-relation, rather than unique globally. | Tom Lane | 2002-04-18 | 3 | -46/+47 |
| * | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 | 1 | -2/+2 |
| * | Undo not-so-hot decision to postpone insertion of default values into | Tom Lane | 2002-04-05 | 1 | -2/+299 |
| * | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 | 1 | -3/+11 |
| * | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 | 1 | -2/+2 |
| * | A little further progress on schemas: push down RangeVars into | Tom Lane | 2002-03-22 | 1 | -24/+3 |
| * | Change the aclchk.c routines to uniformly use OIDs to identify the | Tom Lane | 2002-03-21 | 2 | -38/+26 |
| * | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane | 2002-03-21 | 2 | -86/+10 |
| * | Restructure representation of join alias variables. An explicit JOIN | Tom Lane | 2002-03-12 | 2 | -13/+47 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -3/+3 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -1/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 2 | -43/+40 |
| * | Revert treatment of NOTIFY in rules to its pre-7.1 behavior: notify will | Tom Lane | 2001-09-07 | 1 | -11/+15 |
| * | Make ALTER TABLE RENAME on a view rename the view's on-select rule too. | Tom Lane | 2001-08-12 | 2 | -3/+89 |
| * | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 | 1 | -6/+4 |
| * | Fix rule rewriter so that new ordering of ON INSERT actions applies | Tom Lane | 2001-07-09 | 1 | -18/+34 |
| * | Fire rule actions ON INSERT after original statement (if not INSTEAD). | Jan Wieck | 2001-07-06 | 1 | -2/+5 |
| * | Remove some dead code, simplify calling convention. | Tom Lane | 2001-06-13 | 1 | -62/+44 |
| * | Repair problem with multi-action rules in combination with any nontrivial | Tom Lane | 2001-06-12 | 1 | -20/+19 |
| * | Permission checking wasn't quite right for insert/update/delete rules, | Tom Lane | 2001-05-03 | 1 | -13/+12 |
| * | Permissions were not checked correctly when one view invokes another. | Tom Lane | 2001-05-03 | 1 | -1/+3 |
| * | Make the world safe for passing whole rows of views to functions. This | Tom Lane | 2001-04-18 | 1 | -3/+8 |
| * | Add some defenses to guard against case where a rule refers to a table | Tom Lane | 2001-04-17 | 1 | -5/+27 |
| * | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian | 2001-03-23 | 1 | -4/+8 |
| * | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 2 | -41/+32 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 5 | -145/+153 |