| Commit message (Expand) | Author | Age |
* | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane | 2002-08-02 |
* | Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in | Tom Lane | 2002-07-31 |
* | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 |
* | Add more dependency insertions --- this completes the basic pg_depend | Tom Lane | 2002-07-16 |
* | Add code to extract dependencies from an expression tree, and use it | Tom Lane | 2002-07-16 |
* | Use the dependency mechanism to manage column defaults. We need this | Tom Lane | 2002-07-15 |
* | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 |
* | I've fixed up the way domain constraints (not null and type length) | Bruce Momjian | 2002-07-06 |
* | First phase of applying Rod Taylor's pg_depend patch. This just adds | Tom Lane | 2002-07-01 |
* | Repair AlterTableOwner --- was failing for relations with indexes. | Tom Lane | 2002-06-17 |
* | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 |
* | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 |
* | Get rid of the last few uses of typeidTypeName() rather than | Tom Lane | 2002-05-17 |
* | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane | 2002-05-12 |
* | Support toasting of shared system relations, and provide toast tables for | Tom Lane | 2002-04-27 |
* | Restructure aclcheck error reporting to make permission-failure | Tom Lane | 2002-04-27 |
* | Move renametrig() from tablecmds.c to trigger.c --- if we're going to | Tom Lane | 2002-04-26 |
* | Attached is a patch for ALTER TRIGGER RENAME per the above thread. I | Bruce Momjian | 2002-04-24 |
* | Doc fix for INSERT ... (DEFAULT, ...) | Bruce Momjian | 2002-04-24 |
* | Oops, forgot we had a macro to encapsulate test for type toastability. | Tom Lane | 2002-04-22 |
* | Fix incorrect Assert; install a more trustworthy check on whether | Tom Lane | 2002-04-22 |
* | Change naming rule for ON SELECT rules of views: they're all just | Tom Lane | 2002-04-19 |
* | pg_trigger's index on tgrelid is replaced by a unique index on | Tom Lane | 2002-04-19 |
* | Rule names are now unique per-relation, rather than unique globally. | Tom Lane | 2002-04-18 |
* | CATALOG VERSION UPDATED: | Bruce Momjian | 2002-04-15 |
* | The contents of command.c, creatinh.c, define.c, remove.c and rename.c | Tom Lane | 2002-04-15 |