| Age | Commit message (Expand) | Author |
| 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 |
| 2002-07-01 | First phase of applying Rod Taylor's pg_depend patch. This just adds | Tom Lane |
| 2002-06-20 | Clean up some copyrights. | Bruce Momjian |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-06-20 | Improve COPY syntax to use WITH clause, keep backward compatibility. | Bruce Momjian |
| 2002-06-18 | Change CREATE DATABASE to use DefElem instead of constructing structure | Bruce Momjian |
| 2002-06-17 | Repair AlterTableOwner --- was failing for relations with indexes. | Tom Lane |
| 2002-06-15 | Fix up memory leakage created by recent changes. | Tom Lane |
| 2002-06-15 | Fix up gcc warnings, improve comments. | Tom Lane |
| 2002-06-15 | WriteBuffer return value: | Bruce Momjian |
| 2002-06-15 | This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in | Bruce Momjian |
| 2002-06-13 | Allow ANALYZE to run in a transaction. | Bruce Momjian |
| 2002-06-13 | Further tweaks to support display of sort keys in EXPLAIN --- initial | Tom Lane |
| 2002-06-11 | Katherine Ward wrote: | Jan Wieck |
| 2002-05-25 | AlterDatabaseSet() forgot to update the indexes on pg_database. | Tom Lane |
| 2002-05-24 | Mark index entries "killed" when they are no longer visible to any | Tom Lane |
| 2002-05-22 | Modify sequence state storage to eliminate dangling-pointer problem | Tom Lane |
| 2002-05-22 | Add optional "validator" function to languages that can validate the | Peter Eisentraut |