]> granicus.if.org Git - postgresql/history - src/include/utils/lsyscache.h
Post-PG 10 beta1 pgindent run
[postgresql] / src / include / utils / lsyscache.h
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-13 Tom LaneRedesign get_attstatsslot()/free_attstatsslot() for...
2017-04-06 Peter EisentrautIdentity columns
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-01-22 Tom LaneImprove index AMs' opclass validation procedures.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-11-11 Robert HaasGenerate parallel sequential scan plans in simple cases.
2015-09-16 Robert HaasDetermine whether it's safe to attempt a parallel plan...
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-04-26 Peter EisentrautAdd transforms feature
2015-04-06 Alvaro Herrerapg_event_trigger_dropped_objects: add is_temp column
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-25 Tom LaneSupport arrays as input to array_agg() and ARRAY(SELECT...
2014-08-06 Robert HaasDon't require sort support functions to provide a compa...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-02-14 Robert HaasAllow LEAKPROOF functions for better performance of...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-07 Tom LaneCreate a "sort support" interface API for faster sorting.
2011-11-03 Heikki LinnakangasSupport range data types.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-06 Tom LaneRemove assumptions that not-equals operators cannot...
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-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-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-04-24 Simon RiggsPatch revoked because of objections.
2010-04-23 Simon RiggsAdd missing optimizer hooks for function cost and numbe...
2010-01-04 Tom LaneWhen estimating the selectivity of an inequality "colum...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
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-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-06-06 Tom LaneFix up text concatenation so that it accepts all the...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
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-07-13 Bruce MomjianMore include file adjustments.
2006-04-05 Tom LaneFix a bunch of problems with domains by making them...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-28 Tom LaneImplement SQL-compliant treatment of row comparisons...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
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 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...
next