| Age | Commit message (Expand) | Author |
| 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-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-06-20 | Here is a patch for Composite and Set returning function support. I made | Bruce Momjian |
| 2002-06-19 | CacheMemoryContext should be DLLIMPORT. | Tom Lane |
| 2002-06-13 | Further tweaks to support display of sort keys in EXPLAIN --- initial | Tom Lane |
| 2002-06-11 | Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. | Thomas G. Lockhart |
| 2002-06-11 | Katherine Ward wrote: | Jan Wieck |
| 2002-05-24 | Mark index entries "killed" when they are no longer visible to any | Tom Lane |
| 2002-05-21 | Since COPY fires triggers, it seems like a good idea for it to use | Tom Lane |
| 2002-05-21 | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane |
| 2002-05-18 | Add display of sort keys to the default EXPLAIN output. | Tom Lane |
| 2002-05-17 | Merge the last few variable.c configuration variables into the generic | Tom Lane |
| 2002-05-12 | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane |
| 2002-05-12 | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane |
| 2002-04-30 | Clean up loose ends remaining from schema privileges discussion. | Tom Lane |
| 2002-04-29 | Add cache invalidation callback hooks. | Tom Lane |
| 2002-04-27 | Restructure aclcheck error reporting to make permission-failure | Tom Lane |
| 2002-04-26 | Add current_schema() and current_schemas() inquiry functions. | Tom Lane |
| 2002-04-25 | Implement types regprocedure, regoper, regoperator, regclass, regtype | Tom Lane |
| 2002-04-24 | Here's a patch to add unknownin/unknownout support. I also poked around | Bruce Momjian |
| 2002-04-23 | Clean up INT64CONST conflicts. Make the pg_crc code use a macro called | Tom Lane |
| 2002-04-21 | Support alternate storage scheme of 64-bit integer for date/time types. | Thomas G. Lockhart |
| 2002-04-21 | Restructure AclItem representation so that we can have more than eight | Tom Lane |
| 2002-04-21 | Remove --enable-syslog option | Tatsuo Ishii |
| 2002-04-18 | Rule names are now unique per-relation, rather than unique globally. | Tom Lane |
| 2002-04-17 | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane |
| 2002-04-16 | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane |
| 2002-04-11 | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane |
| 2002-04-09 | Functions live in namespaces. Qualified function names work, eg | Tom Lane |
| 2002-04-06 | Implement partial-key searching of syscaches, per recent suggestion | Tom Lane |
| 2002-04-05 | Divide functions into three volatility classes (immutable, stable, and | Tom Lane |
| 2002-04-03 | Locale support is on by default. The choice of locale is done in initdb | Peter Eisentraut |
| 2002-04-02 | Make VACUUM handle schema-qualified relation names properly. | Tom Lane |
| 2002-04-01 | Add tgconstrrelid to stored Trigger structures, make RI trigger functions | Tom Lane |
| 2002-04-01 | Create a new GUC variable search_path to control the namespace search | Tom Lane |
| 2002-03-31 | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane |
| 2002-03-30 | Further cleanups for relations in schemas: teach nextval and other | Tom Lane |
| 2002-03-29 | pg_type has a typnamespace column; system now supports creating types | Tom Lane |
| 2002-03-26 | pg_class has a relnamespace column. You can create and access tables | Tom Lane |
| 2002-03-24 | EXPLAIN output now comes out as a query result, not a NOTICE message. | Tom Lane |
| 2002-03-22 | Create the pg_namespace system catalog. Doesn't do much yet, but it's | Tom Lane |
| 2002-03-22 | A little further progress on schemas: push down RangeVars into | Tom Lane |
| 2002-03-21 | Change the aclchk.c routines to uniformly use OIDs to identify the | Tom Lane |
| 2002-03-20 | Code review for DOMAIN patch. | Tom Lane |
| 2002-03-19 | Add DOMAIN support. Includes manual pages and regression tests, from | Bruce Momjian |
| 2002-03-12 | Restructure representation of join alias variables. An explicit JOIN | Tom Lane |
| 2002-03-09 | Code review for improved-hashing patch. Fix some portability issues | Tom Lane |
| 2002-03-07 | Back out domain patch until it works properly. | Bruce Momjian |