]> granicus.if.org Git - postgresql/history - src/backend/utils/cache/lsyscache.c
Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes
[postgresql] / src / backend / utils / cache / lsyscache.c
2007-10-13 Tom LaneFix ALTER COLUMN TYPE to preserve the tablespace and...
2007-05-11 Tom LaneSupport arrays of composite types, including the rowtyp...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-03-19 Tom LaneFix 8.2 breakage of domains over array types, and add...
2007-03-17 Tom LaneFix up the remaining places where the expression node...
2007-02-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
2007-01-30 Tom LaneAdd support for cross-type hashing in hash index search...
2007-01-22 Tom LaneAdd COST and ROWS options to CREATE/ALTER FUNCTION...
2007-01-21 Tom LaneRefactor some lsyscache routines to eliminate duplicate...
2007-01-20 Tom LaneRefactor planner's pathkeys data structure to create...
2007-01-10 Tom LaneChange the planner-to-executor API so that the planner...
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-30 Tom LaneSupport type modifiers for user-defined types, and...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-28 Tom LaneFix IS NULL and IS NOT NULL tests on row-valued express...
2006-08-15 Tom LaneAdd a hack so that get_type_io_data() can work from...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-04-05 Tom LaneFix a bunch of problems with domains by making them...
2006-04-04 Tom LaneModify all callers of datatype input and receive functi...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-28 Tom LaneImplement SQL-compliant treatment of row comparisons...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-11 Tom LaneDocument that get_attstatsslot/free_attstatsslot only...
2005-08-12 Tom LanePass the type OID as the typioparam for all non-array...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-05-01 Tom LaneChange CREATE TYPE to require datatype output and send...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
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 Daemon$Header: -> $PostgreSQL Changes ...
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-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-25 Tom LaneError message editing in backend/utils (except /adt).
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-13 Tom LaneChange pg_amop's index on (amopclaid,amopopr) to index...
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-03-23 Tom LaneInstead of storing pg_statistic stavalues entries as...
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-05 Bruce MomjianMore cleanup of userid to be AclId rather than Oid.
2002-12-01 Tom LaneTeach planner to expand sufficiently simple SQL-languag...
2002-11-25 Tom LaneRemove unused constisset and constiscast fields of...
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-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
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-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...
next