aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Expand)AuthorAge
* Determine the set of constraints applied to a domain at executorTom Lane2003-02-03
* Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane2003-01-15
* Fix ALTER TABLE ADD COLUMN to disallow the same column types that areTom Lane2002-12-16
* Tweak default memory context allocation policy so that a context is notTom Lane2002-12-15
* Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane2002-12-13
* 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
* Add relcache support for system catalogs with attnotnull columns.Tom Lane2002-11-15
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-13
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-11
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-10
* Arrange to copy relcache's trigdesc structure at the start of anyTom Lane2002-10-14
* RelationClearRelation must reset rd_targblock and update rd_nblocksTom Lane2002-09-22
* 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
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* 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
* Code review of CLUSTER patch. Clean up problems with relcache gettingTom Lane2002-08-11
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-06
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-05
* Preliminary code review for anonymous-composite-types patch: fix breakageTom Lane2002-08-05
* Fix obsolete comment.Tom Lane2002-08-04
* When compiling with --enable-cassert, check for reference count leaksTom Lane2002-08-02
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-02
* Implement DROP CONVERSIONTatsuo Ishii2002-07-25
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-20
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-18
* Improve relcache.c error reporting for the next guy who has to debugBruce Momjian2002-07-15
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12
* Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii2002-07-11
* 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
* Make RelationForgetRelation error out if the relcache entry has nonzeroTom Lane2002-05-22
* 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
* Add cache invalidation callback hooks.Tom Lane2002-04-29
* 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
* Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane2002-04-25
* Restructure AclItem representation so that we can have more than eightTom Lane2002-04-21
* 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