| Age | Commit message (Expand) | Author |
| 2002-08-29 | Cause REINDEX to regard TOAST tables as regular relations, not system | Tom Lane |
| 2002-08-29 | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii |
| 2002-08-29 | Code review for standalone composite types, query-specified composite | Tom Lane |
| 2002-08-28 | The following small patch provides a couple of minor updates (against | Bruce Momjian |
| 2002-08-27 | PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing | Tom Lane |
| 2002-08-27 | This patches replaces a few more usages of strcpy() and sprintf() when | Bruce Momjian |
| 2002-08-27 | I attach a little patch to make CLUSTER set and reset the indisclustered | Bruce Momjian |
| 2002-08-26 | Increase WIDTH_THRESHOLD from 256 to 1K. This addresses recent observation | Tom Lane |
| 2002-08-26 | Modify array operations to include array's element type OID in the | Tom Lane |
| 2002-08-25 | Clean up comments to be careful about the distinction between variable- | Tom Lane |
| 2002-08-24 | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane |
| 2002-08-23 | Further cleanup around the edges of OPAQUE/pseudotype changes. Correct | Tom Lane |
| 2002-08-22 | Code review for recent TRUNCATE changes. Tighten relation-kind check, | Tom Lane |
| 2002-08-22 | # Disallow TRUNCATE on tables that are involved in referential | Bruce Momjian |
| 2002-08-22 | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane |
| 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 |