]> granicus.if.org Git - postgresql/history - src/backend/commands/proclang.c
Remove unnecessary use of PROCEDURAL
[postgresql] / src / backend / commands / proclang.c
2019-02-25 Peter EisentrautRemove unnecessary use of PROCEDURAL
2019-02-09 Tom LaneCreate the infrastructure for planner support functions.
2019-01-21 Andres FreundRemove superfluous tqual.h includes.
2019-01-21 Andres FreundReplace uses of heap_open et al with the corresponding...
2019-01-21 Andres FreundReplace heapam.h includes with {table, relation}.h...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-04-08 Tom LaneMerge catalog/pg_foo_fn.h headers back into pg_foo...
2018-03-02 Peter EisentrautAdd prokind column, replacing proisagg and proiswindow
2018-01-19 Peter EisentrautReplace AclObjectKind with ObjectType
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-02-01 Tom LaneProvide CatalogTupleDelete() as a wrapper around simple...
2017-01-31 Alvaro HerreraTweak catalog indexing abstraction for upcoming WARM
2017-01-18 Alvaro HerreraMake messages mentioning type names more uniform
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-09-13 Tom LaneBe pickier about converting between Name and Datum.
2016-06-09 Robert Haaspgindent run for 9.6
2016-04-01 Alvaro HerreraType names should not be quoted
2016-03-28 Alvaro HerreraImprove internationalization of messages involving...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-09-16 Robert HaasDetermine whether it's safe to attempt a parallel plan...
2015-04-26 Peter EisentrautAdd transforms feature
2015-03-03 Alvaro HerreraChange many routines to return ObjectAddress rather...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-07 Robert HaasCode beautification for object-access hook machinery.
2013-01-21 Alvaro HerreraRefactor ALTER some-obj RENAME implementation
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-29 Robert HaasAdjust more backend functions to return OID rather...
2012-12-23 Robert HaasAdjust many backend functions to return OID rather...
2012-10-03 Alvaro Herrerarefactor ALTER some-obj SET OWNER implementation
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-05-31 Tom LaneForce PL and range-type support functions to be owned...
2012-03-09 Robert HaasExtend object access hook framework to support argument...
2012-02-14 Robert HaasAllow LEAKPROOF functions for better performance of...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-18 Robert HaasFurther consolidation of DROP statement handling.
2011-11-17 Robert HaasRemove ancient downcasing code from procedural language...
2011-07-23 Tom LaneRethink behavior of CREATE OR REPLACE during CREATE...
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-25 Robert HaasObject access hook framework, with post-creation hook.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-05 Robert HaasStandardize get_whatever_oid functions for object types...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-23 Tom LaneAdd an OR REPLACE option to CREATE LANGUAGE.
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-09-22 Tom LaneImplement the DO statement to support execution of...
2009-07-12 Tom LaneMove some declarations in the raw-parser header files...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-31 Tom LaneAdd a WINDOW attribute to CREATE FUNCTION, and teach...
2008-12-18 Tom LaneCode review for function default parameters patch....
2008-12-04 Peter EisentrautDefault values for function arguments
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-04-29 Alvaro HerreraFix REASSIGN OWNED so that it works on procedural langu...
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-09-03 Tom LaneImplement function-local GUC parameter settings, as...
2007-03-26 Tom LaneAllow non-superuser database owners to create procedura...
2007-01-22 Tom LaneAdd COST and ROWS options to CREATE/ALTER FUNCTION...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-10-03 Bruce MomjianMake some sentences consistent with similar ones.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
2006-06-16 Andrew DunstanDROP ... IF EXISTS for the following cases:
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-08 Tom LaneCreate the pg_pltemplate system catalog to hold templat...
2005-09-05 Tom LaneImplement a preliminary 'template' facility for procedu...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-03-29 Tom LaneOfficially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS...
2005-02-14 Tom LaneALTER LANGUAGE RENAME has never worked. Per Sergey...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-02-21 Tom LaneImplement a solution to the 'Turkish locale downcases...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-02 Peter EisentrautChange some notices to warnings and vice versa accordin...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-18 Tom LaneFirst bits of work on error message editing.
2003-07-04 Tom LaneSome early work on error message editing. Operator...
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2002-09-21 Tom LaneProvide an upgrade strategy for dump files containing...
next