summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/lsyscache.c
Commit message (Expand)AuthorAgeFilesLines
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-311-9/+17
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-291-1/+28
* Modify array operations to include array's element type OID in theTom Lane2002-08-261-4/+30
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-1/+29
* Preliminary code review for anonymous-composite-types patch: fix breakageTom Lane2002-08-051-5/+3
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-021-32/+5
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-3/+22
* I've fixed up the way domain constraints (not null and type length)Bruce Momjian2002-07-061-1/+38
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-121-1/+22
* Clean up loose ends remaining from schema privileges discussion.Tom Lane2002-04-301-1/+27
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-271-1/+28
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-161-37/+10
* Divide functions into three volatility classes (immutable, stable, andTom Lane2002-04-051-12/+12
* Make VACUUM handle schema-qualified relation names properly.Tom Lane2002-04-021-1/+31
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-1/+28
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-261-3/+20
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-221-1/+30
* Code review for DOMAIN patch.Tom Lane2002-03-201-33/+87
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-191-29/+34
* Back out domain patch until it works properly.Bruce Momjian2002-03-071-34/+29
* Ok. Updated patch attached.Bruce Momjian2002-03-061-29/+34
* Teach planner about the idea that a mergejoin won't necessarily readTom Lane2002-03-011-1/+71
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-21/+28
* Fix handling of pg_type.typdefault per bug report from Dave Blasby.Tom Lane2001-09-061-61/+31
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-7/+65
* has_table_privilege functions from Joe Conway (with some kibitzing fromTom Lane2001-06-141-2/+36
* First cut at making indexscan cost estimates depend on correlationTom Lane2001-05-091-1/+31
* Cause planner to make use of average-column-width statistic that is nowTom Lane2001-05-091-1/+77
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-071-101/+158
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-231-2/+2
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-20/+21
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Fix portability problems recently exposed by regression tests on Alphas.Tom Lane2000-12-271-22/+3
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-201-1/+22
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-127/+222
* Add proofreader's changes to docs.Bruce Momjian2000-10-051-18/+18
* Clean up handling of variable-free qual clauses. System now does theTom Lane2000-08-131-15/+44
* Clean up some sloppy casts --- Oid vs. Datum, that sort of thing.Tom Lane2000-07-231-50/+28
* Attached is a new patch which addresses this problem. (oids inBruce Momjian2000-07-021-1/+3
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-081-1/+3
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-11/+28
* If we don't have any stats for a boolean column, assumeTom Lane2000-02-161-3/+15
* Add:Bruce Momjian2000-01-261-2/+3
* Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetchesTom Lane2000-01-231-24/+20
* Clean up datatypes and comments for op_class() routine.Tom Lane1999-12-311-4/+5
* Add system indexes to match all caches.Bruce Momjian1999-11-221-17/+17
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-4/+4
* Repair error noticed by Roberto Cornacchia: selectivity codeTom Lane1999-09-091-1/+9
* Add get_func_rettype() to general-use lsyscache routines,Tom Lane1999-08-161-1/+27