| Age | Commit message (Expand) | Author |
| 2002-04-21 | Oops. Remove declaration for set_name_needs_quotes(), since it is now gone. | Thomas G. Lockhart |
| 2002-04-21 | Remove the definition for set_name_needs_quotes() on the assumption that | Thomas G. Lockhart |
| 2002-04-21 | Initialize or set a couple of variables to suppress compiler warnings. | Thomas G. Lockhart |
| 2002-04-21 | Support alternate storage scheme of 64-bit integer for date/time types. | Thomas G. Lockhart |
| 2002-04-21 | Make WITHOUT TIME ZONE the default for TIMESTAMP and TIME data types. | Thomas G. Lockhart |
| 2002-04-21 | Allow more choices for style of value in various SET commands. Formerly, | Thomas G. Lockhart |
| 2002-04-21 | Add fields in the control file to check for whether the backend was | Thomas G. Lockhart |
| 2002-04-21 | Fix typo. | Tom Lane |
| 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 | pq_getstring doesn't go through pq_getbyte anymore, for better performance. | Peter Eisentraut |
| 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 | Make PUBLIC an unreserved word (in fact, not a keyword at all), | 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 | The attached patch corrects an inaccuracy in src/backend/catalog/README | Bruce Momjian |
| 2002-04-15 | CATALOG VERSION UPDATED: | Bruce Momjian |
| 2002-04-15 | Disable VACUUM from being called from a function because function memory | Bruce Momjian |
| 2002-04-15 | Adjust rules for search_path so that pg_catalog is never implicitly | Tom Lane |
| 2002-04-15 | Fix text_substr bug intrduced in 7.3 development | Tatsuo Ishii |
| 2002-04-15 | Fix oversight in recent change of representation for JOIN alias | Tom Lane |
| 2002-04-15 | The contents of command.c, creatinh.c, define.c, remove.c and rename.c | Tom Lane |
| 2002-04-14 | Fix comment dashes. | Bruce Momjian |
| 2002-04-13 | Patch against 7.2.1 sources. Uses Solaris Intimate Shared Memory | Bruce Momjian |
| 2002-04-12 | Checking to decide whether relations are system relations now depends | Tom Lane |
| 2002-04-12 | Tweak error message wording. | Tom Lane |
| 2002-04-12 | Update new Russian FAQ. | Bruce Momjian |
| 2002-04-11 | Add mention of function CREATE INDEX usage. | Bruce Momjian |
| 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 |
| 2002-04-08 | Update comment to clarify fetch limit and LIMIT. | Bruce Momjian |
| 2002-04-08 | Document genbki.sh's ability to auto-assign OIDs for DESCR macros. | Tom Lane |
| 2002-04-06 | Implement partial-key searching of syscaches, per recent suggestion | Tom Lane |
| 2002-04-05 | This patch adds a missing heap_freetuple() to renamerel(), documents | Bruce Momjian |
| 2002-04-05 | Add INSERT(..., DEFAULT, ). | Bruce Momjian |
| 2002-04-05 | Looks like a small patch is needed as well to do the right thing on Linux. | Bruce Momjian |
| 2002-04-05 | Undo not-so-hot decision to postpone insertion of default values into | Tom Lane |
| 2002-04-05 | Divide functions into three volatility classes (immutable, stable, and | Tom Lane |
| 2002-04-04 | Cleanup of level ordering and add missing LOG entry. | Bruce Momjian |
| 2002-04-04 | Add missing mention of 'log' option for client_min_messages. | Bruce Momjian |
| 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-03 | Replace perror() calls by elog()s, so that messages can be routed to | Tom Lane |
| 2002-04-03 | Allow postmaster to start up anyway when PGSTAT code fails to initialize, | Tom Lane |
| 2002-04-02 | Removed obsolete DROP_COLUMN_HACK stuff. | Hiroshi Inoue |