aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAge
* Clean up loose ends remaining from schema privileges discussion.Tom Lane2002-04-30
* Add cache invalidation callback hooks.Tom Lane2002-04-29
* Make ruleutils.c use format_type for printing typenames. Minor tweaksTom Lane2002-04-28
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-27
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-27
* Add current_schema() and current_schemas() inquiry functions.Tom Lane2002-04-26
* Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane2002-04-25
* Here's a patch to add unknownin/unknownout support. I also poked aroundBruce Momjian2002-04-24
* Clean up INT64CONST conflicts. Make the pg_crc code use a macro calledTom Lane2002-04-23
* Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart2002-04-21
* Restructure AclItem representation so that we can have more than eightTom Lane2002-04-21
* Remove --enable-syslog optionTatsuo Ishii2002-04-21
* Change naming rule for ON SELECT rules of views: they're all justTom Lane2002-04-19
* pg_trigger's index on tgrelid is replaced by a unique index onTom Lane2002-04-19
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-18
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-17
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-16
* Fix text_substr bug intrduced in 7.3 developmentTatsuo Ishii2002-04-15
* Checking to decide whether relations are system relations now dependsTom Lane2002-04-12
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* Make sure that usesuper is always accessed through superuser(), so that thePeter Eisentraut2002-04-11
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-09
* Implement partial-key searching of syscaches, per recent suggestionTom Lane2002-04-06
* Divide functions into three volatility classes (immutable, stable, andTom Lane2002-04-05
* Cleanup of level ordering and add missing LOG entry.Bruce Momjian2002-04-04
* Add missing mention of 'log' option for client_min_messages.Bruce Momjian2002-04-04
* Authentication improvements:Bruce Momjian2002-04-04
* Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut2002-04-03
* Make VACUUM handle schema-qualified relation names properly.Tom Lane2002-04-02
* Add tgconstrrelid to stored Trigger structures, make RI trigger functionsTom Lane2002-04-01
* Create a new GUC variable search_path to control the namespace searchTom Lane2002-04-01
* Temporary kluge to let RI triggers work on tables outside the systemTom Lane2002-04-01
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-31
* Further cleanups for relations in schemas: teach nextval and otherTom Lane2002-03-30
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-29
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-26
* EXPLAIN output now comes out as a query result, not a NOTICE message.Tom Lane2002-03-24
* Create the pg_namespace system catalog. Doesn't do much yet, but it'sTom Lane2002-03-22
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-22
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-21
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-21
* Code review for DOMAIN patch.Tom Lane2002-03-20
* Tweak behavior of array slicing operations: seems like it ought to beTom Lane2002-03-20
* Fix for trigger handling:Bruce Momjian2002-03-19
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-19
* Try to make array_in's behavior a tad less bizarre. Leading whitespaceTom Lane2002-03-16
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-12
* Code review for improved-hashing patch. Fix some portability issuesTom Lane2002-03-09
* Wording improvements to runtime.sgml. Add mention in postgresql.confBruce Momjian2002-03-09
* TODO item done:Bruce Momjian2002-03-08