summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2002-07-12Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane
2002-07-11Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii
2002-07-06I've fixed up the way domain constraints (not null and type length)Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-20Here is a patch for Composite and Set returning function support. I madeBruce Momjian
2002-06-19CacheMemoryContext should be DLLIMPORT.Tom Lane
2002-06-13Further tweaks to support display of sort keys in EXPLAIN --- initialTom Lane
2002-06-11Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.Thomas G. Lockhart
2002-06-11Katherine Ward wrote:Jan Wieck
2002-05-24Mark index entries "killed" when they are no longer visible to anyTom Lane
2002-05-21Since COPY fires triggers, it seems like a good idea for it to useTom Lane
2002-05-21Remove global variable scanCommandId in favor of storing a command IDTom Lane
2002-05-18Add display of sort keys to the default EXPLAIN output.Tom Lane
2002-05-17Merge the last few variable.c configuration variables into the genericTom Lane
2002-05-12Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane
2002-05-12First pass at set-returning-functions in FROM, by Joe Conway withTom Lane
2002-04-30Clean up loose ends remaining from schema privileges discussion.Tom Lane
2002-04-29Add cache invalidation callback hooks.Tom Lane
2002-04-27Restructure aclcheck error reporting to make permission-failureTom Lane
2002-04-26Add current_schema() and current_schemas() inquiry functions.Tom Lane
2002-04-25Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane
2002-04-24Here's a patch to add unknownin/unknownout support. I also poked aroundBruce Momjian
2002-04-23Clean up INT64CONST conflicts. Make the pg_crc code use a macro calledTom Lane
2002-04-21Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart
2002-04-21Restructure AclItem representation so that we can have more than eightTom Lane
2002-04-21Remove --enable-syslog optionTatsuo Ishii
2002-04-18Rule names are now unique per-relation, rather than unique globally.Tom Lane
2002-04-17Opclasses live in namespaces. I also took the opportunity to createTom Lane
2002-04-16Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane
2002-04-11Restructure representation of aggregate functions so that they have pg_procTom Lane
2002-04-09Functions live in namespaces. Qualified function names work, egTom Lane
2002-04-06Implement partial-key searching of syscaches, per recent suggestionTom Lane
2002-04-05Divide functions into three volatility classes (immutable, stable, andTom Lane
2002-04-03Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut
2002-04-02Make VACUUM handle schema-qualified relation names properly.Tom Lane
2002-04-01Add tgconstrrelid to stored Trigger structures, make RI trigger functionsTom Lane
2002-04-01Create a new GUC variable search_path to control the namespace searchTom Lane
2002-03-31Reimplement temp tables using schemas. The temp table map is history;Tom Lane
2002-03-30Further cleanups for relations in schemas: teach nextval and otherTom Lane
2002-03-29pg_type has a typnamespace column; system now supports creating typesTom Lane
2002-03-26pg_class has a relnamespace column. You can create and access tablesTom Lane
2002-03-24EXPLAIN output now comes out as a query result, not a NOTICE message.Tom Lane
2002-03-22Create the pg_namespace system catalog. Doesn't do much yet, but it'sTom Lane
2002-03-22A little further progress on schemas: push down RangeVars intoTom Lane
2002-03-21Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane
2002-03-20Code review for DOMAIN patch.Tom Lane
2002-03-19Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian
2002-03-12Restructure representation of join alias variables. An explicit JOINTom Lane
2002-03-09Code review for improved-hashing patch. Fix some portability issuesTom Lane
2002-03-07Back out domain patch until it works properly.Bruce Momjian