]> granicus.if.org Git - postgresql/history - src/include/utils/lsyscache.h
Create the planner mechanism for optimizing simple MIN and MAX queries
[postgresql] / src / include / utils / lsyscache.h
2005-04-11 Tom LaneCreate the planner mechanism for optimizing simple...
2005-03-31 Tom LaneFirst phase of OUT-parameters project. We can now...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-01-27 Neil ConwaySmall patch to move get_grosysid() from catalog/aclchk...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-10-20 Tom LaneAllow functions returning void or cstring to appear...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-06 Tom LaneInfrastructure for I/O of composite types: arrange...
2003-12-03 Tom LanePlanner failed to be smart about binary-compatible...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-10-04 Tom LaneFix pg_get_constraintdef() to ensure CHECK constraints...
2003-08-17 Tom LaneCreate a 'type cache' that keeps track of the data...
2003-08-11 Tom LaneRewriter and planner should use only resno, not resname...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-01 Tom LaneAggregates can be polymorphic, using polymorphic implem...
2003-06-27 Tom LaneCreate real array comparison functions (that use the...
2003-06-25 Bruce MomjianBack out array mega-patch.
2003-06-25 Bruce MomjianUpdated the pg_get_constraintdef() to use conbin. ...
2003-06-24 Bruce MomjianArray mega-patch.
2003-06-22 Tom LaneRevise hash join and hash aggregation code to use the...
2003-05-26 Tom LaneCause CHAR(n) to TEXT or VARCHAR conversion to automati...
2003-05-09 Tom LaneImplement new-protocol binary I/O support in DataRow...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-02-03 Tom LaneDetermine the set of constraints applied to a domain...
2003-01-15 Tom LaneAllow merge and hash joins to occur on arbitrary expres...
2002-12-01 Tom LaneTeach planner to expand sufficiently simple SQL-languag...
2002-09-19 Tom LaneTweak heap.c to refuse attempts to create table columns...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-08-31 Tom LaneCode review for domain-constraints patch. Use a new...
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-08-26 Tom LaneModify array operations to include array's element...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-05 Tom LanePreliminary code review for anonymous-composite-types...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-07-06 Bruce MomjianI've fixed up the way domain constraints (not null...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-12 Tom LaneGet rid of long-since-vestigial Iter node type, in...
2002-04-30 Tom LaneClean up loose ends remaining from schema privileges...
2002-04-27 Tom LaneRestructure aclcheck error reporting to make permission...
2002-04-05 Tom LaneDivide functions into three volatility classes (immutab...
2002-04-02 Tom LaneMake VACUUM handle schema-qualified relation names...
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-03-22 Tom LaneA little further progress on schemas: push down RangeVa...
2002-03-20 Tom LaneCode review for DOMAIN patch.
2002-03-19 Bruce MomjianAdd DOMAIN support. Includes manual pages and regressi...
2002-03-07 Bruce MomjianBack out domain patch until it works properly.
2002-03-06 Bruce MomjianOk. Updated patch attached.
2002-03-01 Tom LaneTeach planner about the idea that a mergejoin won't...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-06 Tom LaneFix handling of pg_type.typdefault per bug report from...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-06-14 Tom Lanehas_table_privilege functions from Joe Conway (with...
2001-05-09 Tom LaneFirst cut at making indexscan cost estimates depend...
2001-05-09 Tom LaneCause planner to make use of average-column-width stati...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-20 Tom LaneRevise handling of oldstyle/newstyle functions per...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-10-05 Bruce MomjianAdd proofreader's changes to docs.
2000-08-13 Tom LaneClean up handling of variable-free qual clauses. Syste...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
1999-12-31 Tom LaneClean up datatypes and comments for op_class() routine.
1999-08-16 Tom LaneAdd get_func_rettype() to general-use lsyscache routines,
1999-08-09 Tom LaneMove get_attdisbursion to lsyscache. Clean up get_typd...
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-11 Bruce MomjianMore op_class cleanup.
1998-08-11 Bruce Momjiancleanup.
1998-08-04 Bruce MomjianMergeSort was sometimes called mergejoin and was confus...
1998-07-12 Bruce MomjianChange atttypmod from int16 to int32, for Thomas.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-10 Bruce MomjianPass around typmod as int16.
1998-01-24 Bruce MomjianFix prototypes so they don't look like function definit...
1998-01-20 Bruce MomjianParser cleanup.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1996-11-04 Marc G. Fournierfinally, this directory is (should be!) totally clean
1996-08-28 Marc G. FournierMore cleanups of the include files