| Age | Commit message (Expand) | Author |
| 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-05-05 | Not needed anymore. | Tom Lane |
| 2002-05-05 | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane |
| 2002-05-03 | Retire xlateSqlType/xlateSqlFunc; all type name translations are now | Tom Lane |
| 2002-05-02 | Tweak scanner/grammar interface so that the keyword-as-identifier rules | Tom Lane |
| 2002-05-01 | Add routines in namespace.c to determine whether objects are visible | Tom Lane |
| 2002-05-01 | Give left_oper() and right_oper() noError parameters like oper() (the | Tom Lane |
| 2002-04-30 | Fix obj_description() and col_description() functions to work reliably | Tom Lane |
| 2002-04-30 | Document that NAMEDATALEN must be a multiple of sizeof(int). | Tom Lane |
| 2002-04-30 | Clean up loose ends remaining from schema privileges discussion. | Tom Lane |
| 2002-04-30 | Code review for ALTER TRIGGER RENAME patch: make better use of index, | Tom Lane |
| 2002-04-29 | Add cache invalidation callback hooks. | Tom Lane |
| 2002-04-28 | Second try at fixing join alias variables. Instead of attaching miscellaneous | Tom Lane |
| 2002-04-27 | 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-26 | Move renametrig() from tablecmds.c to trigger.c --- if we're going to | 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 | Update version for UNKNOWN regression fix. | Bruce Momjian |
| 2002-04-24 | Fix UNKNOWN regression test failure. | Bruce Momjian |
| 2002-04-24 | Add missing columns for UNKNOWN patch. Increment catalog version. | Bruce Momjian |
| 2002-04-24 | Attached is a patch for ALTER TRIGGER RENAME per the above thread. I | Bruce Momjian |
| 2002-04-24 | I'm at the win32 error messages once more. The DLL load thingy doesn't | Bruce Momjian |
| 2002-04-24 | Here's a patch to add unknownin/unknownout support. I also poked around | Bruce Momjian |
| 2002-04-23 | Based on this report, I am adding a FUNC_MAX_ARGS define to | 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-20 | Scanner performance improvements | Peter Eisentraut |
| 2002-04-19 | 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-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-15 | The patch I sent to -patches a little while ago wasn't applied: it | Bruce Momjian |
| 2002-04-15 | 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-12 | Checking to decide whether relations are system relations now depends | Tom Lane |
| 2002-04-11 | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane |
| 2002-04-11 | Make sure that usesuper is always accessed through superuser(), so that the | Peter Eisentraut |
| 2002-04-10 | Readline and Zlib now required by default. Add options --without-readline | Peter Eisentraut |
| 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 | Add INSERT(..., DEFAULT, ). | Bruce Momjian |
| 2002-04-05 | Divide functions into three volatility classes (immutable, stable, and | Tom Lane |
| 2002-04-04 | Authentication improvements: | Bruce Momjian |
| 2002-04-03 | Locale support is on by default. The choice of locale is done in initdb | Peter Eisentraut |
| 2002-04-02 | Removed obsolete DROP_COLUMN_HACK stuff. | Hiroshi Inoue |