| Age | Commit message (Expand) | Author |
| 2002-04-26 | Add current_schema() and current_schemas() inquiry functions. | Tom Lane |
| 2002-04-25 | Add a reference page for CREATE SCHEMA. | Tom Lane |
| 2002-04-25 | Updates for schema features. | Tom Lane |
| 2002-04-25 | Implement types regprocedure, regoper, regoperator, regclass, regtype | Tom Lane |
| 2002-04-24 | Add missing SGML file. | Bruce Momjian |
| 2002-04-24 | Here's a doc patch for ALTER TRIGGER RENAME. Please apply if there are | Bruce Momjian |
| 2002-04-24 | Oops, wrong commit on previous. It was: | Bruce Momjian |
| 2002-04-24 | Appears I forgot to update the docs earlier. | Bruce Momjian |
| 2002-04-23 | Update SQL-command reference pages for schema features. | Tom Lane |
| 2002-04-22 | Update GRANT example and discussion to match current sources. | Tom Lane |
| 2002-04-21 | Augment the date/time examples in the User's Guide to reflect the newer | Thomas G. Lockhart |
| 2002-04-21 | Minor wording change for readability. | Thomas G. Lockhart |
| 2002-04-21 | Restructure AclItem representation so that we can have more than eight | Tom Lane |
| 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-18 | Correct documention of lo_unlink return value as int, not Oid. | Bruce Momjian |
| 2002-04-18 | Change docs to do 20! rather than larger. | Bruce Momjian |
| 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 | Adjust rules for search_path so that pg_catalog is never implicitly | Tom Lane |
| 2002-04-14 | Allow detection of collateindex.pl in stylesheet directory or in path, | Peter Eisentraut |
| 2002-04-14 | Fix broken SGML tag. | Tatsuo Ishii |
| 2002-04-13 | Update/correct inheritance examples. | Tom Lane |
| 2002-04-13 | This is a proposed patch to doc/src/sgml/libpgtcl.sgml which documents | Bruce Momjian |
| 2002-04-13 | Mention precision of NUMERIC in docs. | 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-10 | Readline and Zlib now required by default. Add options --without-readline | Peter Eisentraut |
| 2002-04-10 | Add make install-strip target. | Peter Eisentraut |
| 2002-04-09 | More cleanups of cursor text. | Bruce Momjian |
| 2002-04-09 | Fix markup problem with recent change. | Bruce Momjian |
| 2002-04-09 | Update refcursor documentation with examples of how to return pl/pgsql | Bruce Momjian |
| 2002-04-09 | Fix SGML markup problem. | Bruce Momjian |
| 2002-04-08 | DST-transition-sensitive tests seem to be in horology now, not | Tom Lane |
| 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-01 | Add tgconstrrelid to stored Trigger structures, make RI trigger functions | Tom Lane |
| 2002-04-01 | ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne. | Tom Lane |
| 2002-04-01 | Create a new GUC variable search_path to control the namespace search | Tom Lane |
| 2002-03-29 | pg_type has a typnamespace column; system now supports creating types | Tom Lane |
| 2002-03-27 | Don't mark up as acronym that which is not an acronym. | Peter Eisentraut |
| 2002-03-27 | Improve spelling of lock names, and some other editing. | Peter Eisentraut |
| 2002-03-26 | pg_class has a relnamespace column. You can create and access tables | Tom Lane |
| 2002-03-25 | New wording: | Bruce Momjian |
| 2002-03-25 | Add to HISTORY: | Bruce Momjian |
| 2002-03-24 | Tweak labeling of plan qual conditions for more consistency. | Tom Lane |
| 2002-03-24 | Fix cut-and-paste-o. | Tom Lane |
| 2002-03-24 | EXPLAIN output now comes out as a query result, not a NOTICE message. | Tom Lane |