| Age | Commit message (Expand) | Author |
| 2002-05-25 | Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessary | Tom Lane |
| 2002-05-24 | Mark index entries "killed" when they are no longer visible to any | Tom Lane |
| 2002-05-22 | Add optional "validator" function to languages that can validate the | Peter Eisentraut |
| 2002-05-22 | Make RelationForgetRelation error out if the relcache entry has nonzero | Tom Lane |
| 2002-05-22 | Allow | Hiroshi Inoue |
| 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-20 | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane |
| 2002-05-18 | Add display of sort keys to the default EXPLAIN output. | Tom Lane |
| 2002-05-18 | Allow functions to be executed with the privileges of the function owner. | Peter Eisentraut |
| 2002-05-17 | Support temporary setting of search path during CREATE SCHEMA; this | Tom Lane |
| 2002-05-17 | Dept. of second thoughts: interaction between DoIt and makeDepend | Tom Lane |
| 2002-05-17 | Merge the last few variable.c configuration variables into the generic | Tom Lane |
| 2002-05-14 | Remove unnecessary pfree's in geometric operators. At least one of these | Tom Lane |
| 2002-05-14 | Fix lookup tables used for rounding interval data values when not using | Thomas G. Lockhart |
| 2002-05-14 | Make regression tests locale-proof by setting some locale categories | Peter Eisentraut |
| 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-11 | Forgot to handle 'opaque' function arguments in regprocedurein/out. | Tom Lane |
| 2002-05-09 | Make initdb print a message about which locale it is about to use. | Peter Eisentraut |
| 2002-05-06 | Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATION | Tom Lane |
| 2002-05-06 | Reorder snapshot checks to save a couple comparisons in the common case, | Tom Lane |
| 2002-05-05 | A little paranoia never hurt anyone. | Tom Lane |
| 2002-05-05 | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane |
| 2002-05-03 | Fix compile errors in CYR_RECODE code, per report from Oliver Elphick. | Tom Lane |
| 2002-05-03 | Make ruleutils.c schema-aware. Displayed names are schema-qualified | 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-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-28 | Make ruleutils.c use format_type for printing typenames. Minor tweaks | 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 | 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-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 | Fix text_substr bug intrduced in 7.3 development | Tatsuo Ishii |
| 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-09 | Functions live in namespaces. Qualified function names work, eg | Tom Lane |