]> granicus.if.org Git - postgresql/history - src/backend/utils/cache/lsyscache.c
Create a "sort support" interface API for faster sorting.
[postgresql] / src / backend / utils / cache / lsyscache.c
2011-12-07 Tom LaneCreate a "sort support" interface API for faster sorting.
2011-12-01 Tom LaneFix getTypeIOParam to support type record[].
2011-11-21 Tom LaneFurther code review for range types patch.
2011-11-03 Heikki LinnakangasSupport range data types.
2011-07-06 Tom LaneRemove assumptions that not-equals operators cannot...
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-06-03 Tom LaneFix failure to check whether a rowtype's component...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-26 Tom LaneClean up a few failures to set collation fields in...
2011-03-26 Tom LanePass collation to makeConst() instead of looking it...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-11-24 Tom LaneCreate the system catalog infrastructure needed for...
2010-10-31 Tom LaneProvide hashing support for arrays.
2010-10-21 Tom LaneImprove handling of domains over arrays.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-05 Robert HaasStandardize get_whatever_oid functions for object types...
2010-07-09 Tom LaneAvoid an Assert failure in deconstruct_array() by makin...
2010-04-24 Simon RiggsPatch revoked because of objections.
2010-04-23 Simon RiggsAdd missing optimizer hooks for function cost and numbe...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-04 Tom LaneWhen estimating the selectivity of an inequality "colum...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-29 Tom LaneAdd the ability to store inheritance-tree statistics...
2009-08-10 Tom LaneExtend EXPLAIN to support output in XML or JSON format.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-09-28 Tom LaneAdd hooks to let plugins override the planner's lookups...
2008-08-02 Tom LaneRearrange the querytree representation of ORDER BY...
2008-07-30 Tom LaneReplace the hard-wired type knowledge in TypeCategory...
2008-04-13 Tom LaneSince createplan.c no longer cares whether index operat...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
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...
next