| Commit message (Expand) | Author | Age |
* | Clean up loose ends remaining from schema privileges discussion. | Tom Lane | 2002-04-30 |
* | Add cache invalidation callback hooks. | Tom Lane | 2002-04-29 |
* | Make ruleutils.c use format_type for printing typenames. Minor tweaks | Tom Lane | 2002-04-28 |
* | 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-27 |
* | Add current_schema() and current_schemas() inquiry functions. | Tom Lane | 2002-04-26 |
* | Implement types regprocedure, regoper, regoperator, regclass, regtype | Tom Lane | 2002-04-25 |
* | Here's a patch to add unknownin/unknownout support. I also poked around | Bruce Momjian | 2002-04-24 |
* | Clean up INT64CONST conflicts. Make the pg_crc code use a macro called | Tom Lane | 2002-04-23 |
* | 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-21 |
* | 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-19 |
* | Rule names are now unique per-relation, rather than unique globally. | Tom Lane | 2002-04-18 |
* | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane | 2002-04-17 |
* | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane | 2002-04-16 |
* | Fix text_substr bug intrduced in 7.3 development | Tatsuo Ishii | 2002-04-15 |
* | Checking to decide whether relations are system relations now depends | Tom Lane | 2002-04-12 |
* | 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-11 |
* | Functions live in namespaces. Qualified function names work, eg | Tom Lane | 2002-04-09 |
* | Implement partial-key searching of syscaches, per recent suggestion | Tom Lane | 2002-04-06 |
* | Divide functions into three volatility classes (immutable, stable, and | Tom Lane | 2002-04-05 |
* | 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-04 |
* | Locale support is on by default. The choice of locale is done in initdb | Peter Eisentraut | 2002-04-03 |
* | Make VACUUM handle schema-qualified relation names properly. | Tom Lane | 2002-04-02 |
* | 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-04-01 |
* | Temporary kluge to let RI triggers work on tables outside the system | Tom Lane | 2002-04-01 |
* | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane | 2002-03-31 |
* | Further cleanups for relations in schemas: teach nextval and other | Tom Lane | 2002-03-30 |
* | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 |
* | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 |
* | EXPLAIN output now comes out as a query result, not a NOTICE message. | Tom Lane | 2002-03-24 |
* | 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-22 |
* | Change the aclchk.c routines to uniformly use OIDs to identify the | Tom Lane | 2002-03-21 |
* | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane | 2002-03-21 |
* | Code review for DOMAIN patch. | Tom Lane | 2002-03-20 |
* | Tweak behavior of array slicing operations: seems like it ought to be | Tom Lane | 2002-03-20 |
* | Fix for trigger handling: | Bruce Momjian | 2002-03-19 |
* | Add DOMAIN support. Includes manual pages and regression tests, from | Bruce Momjian | 2002-03-19 |
* | Try to make array_in's behavior a tad less bizarre. Leading whitespace | Tom Lane | 2002-03-16 |
* | Restructure representation of join alias variables. An explicit JOIN | Tom Lane | 2002-03-12 |
* | Code review for improved-hashing patch. Fix some portability issues | Tom Lane | 2002-03-09 |
* | Wording improvements to runtime.sgml. Add mention in postgresql.conf | Bruce Momjian | 2002-03-09 |
* | TODO item done: | Bruce Momjian | 2002-03-08 |