aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/lsyscache.c
Commit message (Expand)AuthorAge
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-05
* Teach planner to expand sufficiently simple SQL-language functionsTom Lane2002-12-01
* Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane2002-11-25
* Tweak heap.c to refuse attempts to create table columns of standaloneTom Lane2002-09-19
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18
* pgindent run.Bruce Momjian2002-09-04
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-31
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-29
* Modify array operations to include array's element type OID in theTom Lane2002-08-26
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* Preliminary code review for anonymous-composite-types patch: fix breakageTom Lane2002-08-05
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-02
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12
* I've fixed up the way domain constraints (not null and type length)Bruce Momjian2002-07-06
* Update copyright to 2002.Bruce Momjian2002-06-20
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-12
* Clean up loose ends remaining from schema privileges discussion.Tom Lane2002-04-30
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-27
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-16
* Divide functions into three volatility classes (immutable, stable, andTom Lane2002-04-05
* Make VACUUM handle schema-qualified relation names properly.Tom Lane2002-04-02
* 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
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-22
* Code review for DOMAIN patch.Tom Lane2002-03-20
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-19
* Back out domain patch until it works properly.Bruce Momjian2002-03-07
* Ok. Updated patch attached.Bruce Momjian2002-03-06
* Teach planner about the idea that a mergejoin won't necessarily readTom Lane2002-03-01
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Fix handling of pg_type.typdefault per bug report from Dave Blasby.Tom Lane2001-09-06
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-21
* has_table_privilege functions from Joe Conway (with some kibitzing fromTom Lane2001-06-14
* First cut at making indexscan cost estimates depend on correlationTom Lane2001-05-09
* Cause planner to make use of average-column-width statistic that is nowTom Lane2001-05-09
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-23
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix portability problems recently exposed by regression tests on Alphas.Tom Lane2000-12-27
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-20
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Add proofreader's changes to docs.Bruce Momjian2000-10-05
* Clean up handling of variable-free qual clauses. System now does theTom Lane2000-08-13
* Clean up some sloppy casts --- Oid vs. Datum, that sort of thing.Tom Lane2000-07-23
* Attached is a new patch which addresses this problem. (oids inBruce Momjian2000-07-02
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* If we don't have any stats for a boolean column, assumeTom Lane2000-02-16
* Add:Bruce Momjian2000-01-26