| Age | Commit message (Expand) | Author |
| 2002-08-19 | Remove Ident nodetype in favor of using String nodes; this fixes some | Tom Lane |
| 2002-08-19 | Clean up leftover bugs from recent COPY feature patch --- missed | Tom Lane |
| 2002-08-18 | Make CREATE CONSTRAINT TRIGGER check for REFERENCES privilege on both | Peter Eisentraut |
| 2002-08-17 | Improve documentation of trigger firing queue handling, cleanup. | Bruce Momjian |
| 2002-08-16 | Make domain types indexable. Rod Taylor & Tom Lane. | Tom Lane |
| 2002-08-15 | Tom Lane wrote: | Bruce Momjian |
| 2002-08-15 | Backed out. It is part of a later patch. | Bruce Momjian |
| 2002-08-15 | Appears there is a problem finding the opclass when indexing a domain. | Bruce Momjian |
| 2002-08-13 | Fix tuple-chain-moving tests to handle marked-for-update tuples correctly | Tom Lane |
| 2002-08-13 | Remove obsolete uses of lanispl. Only used in pg_dump now, but can be | Peter Eisentraut |
| 2002-08-11 | Code review of CLUSTER patch. Clean up problems with relcache getting | Tom Lane |
| 2002-08-11 | Create/drop cast now requires ownership of at least one of the types. | Peter Eisentraut |
| 2002-08-11 | Now that we allow ANALYZE to run inside a transaction block, the locks | Tom Lane |
| 2002-08-10 | Update with newer version of CLUSTER patch posted August 8. | Bruce Momjian |
| 2002-08-10 | Major improvement in CLUSTER which preserves table characteristics using | Bruce Momjian |
| 2002-08-10 | Allow schema-qualified operator names to be used in the optional | Tom Lane |
| 2002-08-09 | has_table_privilege spawns scions has_database_privilege, has_function_privil... | Tom Lane |
| 2002-08-07 | Fix permission checking for temp-table namespace. | Tom Lane |
| 2002-08-06 | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane |
| 2002-08-05 | Restructure system-catalog index updating logic. Instead of having | Tom Lane |
| 2002-08-02 | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane |
| 2002-07-31 | Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in | Tom Lane |
| 2002-07-30 | Remove last recipe file. | Bruce Momjian |
| 2002-07-30 | IMPROVED VERSION APPLIED: | Bruce Momjian |
| 2002-07-29 | Centralize code for interpreting schema references, which had gotten | Tom Lane |
| 2002-07-29 | Use aclcheck_error() in place of ad-hoc permissions complaints. | Tom Lane |
| 2002-07-29 | Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more | Tom Lane |
| 2002-07-29 | Fix minor coding error: don't ReleaseSysCache until after last use of | Tom Lane |
| 2002-07-25 | Implement DROP CONVERSION | Tatsuo Ishii |
| 2002-07-24 | Remove _deadcode. | Peter Eisentraut |
| 2002-07-24 | Remove unused system table columns: | Peter Eisentraut |
| 2002-07-22 | Add unique index on pg_cast.oid, and document pg_cast table. | Peter Eisentraut |
| 2002-07-20 | Tweak CreateTrigger() so that the OID used in the name of an | Tom Lane |
| 2002-07-20 | Code review for SHOW output changes; fix horology expected files for | Tom Lane |
| 2002-07-20 | Fix problems caused by code drift of API for without-oids. | Bruce Momjian |
| 2002-07-20 | > 2. This patch includes the same Table Function API fixes that I | Bruce Momjian |
| 2002-07-20 | Patch problems caused by code drift since OID patch creation. | Bruce Momjian |
| 2002-07-20 | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian |
| 2002-07-20 | This patch fixes a regression caused by my recent changes to heap | Bruce Momjian |
| 2002-07-18 | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut |
| 2002-07-18 | Implement DROP SCHEMA. It lacks support for dropping conversions and | Tom Lane |
| 2002-07-18 | The attached patch (against HEAD) implements | Bruce Momjian |
| 2002-07-18 | I have committed many support files for CREATE CONVERSION. Default | Tatsuo Ishii |
| 2002-07-16 | 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-15 | Use the dependency mechanism to manage column defaults. We need this | Tom Lane |
| 2002-07-14 | Add COMMENT ON CONSTRAINT facility (from Rod Taylor's pg_constraint patch). | Tom Lane |
| 2002-07-12 | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane |
| 2002-07-11 | Add new CREATE CONVERSION/DROP CONVERSION command. | Tatsuo Ishii |
| 2002-07-06 | I've fixed up the way domain constraints (not null and type length) | Bruce Momjian |