aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Expand)AuthorAge
* If RelationBuildDesc() fails to open a critical system index, PANIC withTom Lane2008-02-27
* Planner failed to be smart about binary-compatible expressions in pathkeysTom Lane2003-12-03
* Fix pg_get_constraintdef() to ensure CHECK constraints are always shownTom Lane2003-10-04
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Repair some REINDEX problems per recent discussions. The relcache isTom Lane2003-09-24
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-17
* Rewriter and planner should use only resno, not resname, to identifyTom Lane2003-08-11
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* A visit from the message-style police ...Tom Lane2003-07-28
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-25
* Aggregates can be polymorphic, using polymorphic implementation functions.Tom Lane2003-07-01
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-27
* Back out array mega-patch.Bruce Momjian2003-06-25
* Updated the pg_get_constraintdef() to use conbin. Update pg_dump to useBruce Momjian2003-06-25
* Array mega-patch.Bruce Momjian2003-06-24
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-22
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-26
* Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid).Tom Lane2003-05-13
* Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCallTom Lane2003-05-09
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-08
* Instead of storing pg_statistic stavalues entries as text strings, storeTom Lane2003-03-23
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-09
* 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