summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/lsyscache.c
AgeCommit message (Expand)Author
2002-05-12Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane
2002-04-30Clean up loose ends remaining from schema privileges discussion.Tom Lane
2002-04-27Restructure aclcheck error reporting to make permission-failureTom Lane
2002-04-16Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane
2002-04-05Divide functions into three volatility classes (immutable, stable, andTom Lane
2002-04-02Make VACUUM handle schema-qualified relation names properly.Tom 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-22A little further progress on schemas: push down RangeVars intoTom 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-07Back out domain patch until it works properly.Bruce Momjian
2002-03-06Ok. Updated patch attached.Bruce Momjian
2002-03-01Teach planner about the idea that a mergejoin won't necessarily readTom Lane
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-09-06Fix handling of pg_type.typdefault per bug report from Dave Blasby.Tom Lane
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-06-14has_table_privilege functions from Joe Conway (with some kibitzing fromTom Lane
2001-05-09First cut at making indexscan cost estimates depend on correlationTom Lane
2001-05-09Cause planner to make use of average-column-width statistic that is nowTom Lane
2001-05-07Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane
2001-03-23Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-12-27Fix portability problems recently exposed by regression tests on Alphas.Tom Lane
2000-11-20Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane
2000-11-16Change SearchSysCache coding conventions so that a reference count isTom Lane
2000-10-05Add proofreader's changes to docs.Bruce Momjian
2000-08-13Clean up handling of variable-free qual clauses. System now does theTom Lane
2000-07-23Clean up some sloppy casts --- Oid vs. Datum, that sort of thing.Tom Lane
2000-07-02Attached is a new patch which addresses this problem. (oids inBruce Momjian
2000-06-08Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-02-16If we don't have any stats for a boolean column, assumeTom Lane
2000-01-26Add:Bruce Momjian
2000-01-23Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetchesTom Lane
1999-12-31Clean up datatypes and comments for op_class() routine.Tom Lane
1999-11-22Add system indexes to match all caches.Bruce Momjian
1999-11-07New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian
1999-09-09Repair error noticed by Roberto Cornacchia: selectivity codeTom Lane
1999-08-16Add get_func_rettype() to general-use lsyscache routines,Tom Lane
1999-08-09Move get_attdisbursion to lsyscache. Clean up get_typdefault.Tom Lane
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Final cleanupBruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-05-29Clean up inefficient and just plain bad code in some hot-spotTom Lane
1999-05-10Change error messages to oids come out as %u and not %d. Change has noBruce Momjian
1999-02-21From: Tatsuo Ishii <[email protected]>Marc G. Fournier
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian