]> granicus.if.org Git - postgresql/history - src/backend/catalog/pg_proc.c
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / catalog / pg_proc.c
2019-07-15 Tom LaneRepresent Lists as expansible arrays, not chains of...
2019-07-01 Peter EisentrautAdd missing serial commas
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-03-19 Andrew GierthImplement OR REPLACE option for CREATE AGGREGATE.
2019-02-09 Tom LaneCreate the infrastructure for planner support functions.
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-15 Andres FreundDon't include heapam.h from others headers.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-10 Tom LaneFix missing role dependencies for some schema and type...
2018-08-18 Peter EisentrautImprove error messages for CREATE OR REPLACE PROCEDURE
2018-06-18 Tom LaneRemove obsolete prohibition on function name matching...
2018-04-08 Tom LaneMerge catalog/pg_foo_fn.h headers back into pg_foo...
2018-03-14 Peter EisentrautSupport INOUT arguments in procedures
2018-03-02 Peter EisentrautAdd prokind column, replacing proisagg and proiswindow
2018-01-19 Peter EisentrautReplace AclObjectKind with ObjectType
2018-01-19 Peter EisentrautReplace GrantObjectType with ObjectType
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-30 Peter EisentrautSQL procedures
2017-10-26 Tom LaneSupport domains over composite types.
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-04-10 Tom LaneImprove castNode notation by introducing list-extractio...
2017-04-01 Kevin GrittnerAdd infrastructure to support EphemeralNamedRelation...
2017-01-31 Alvaro HerreraTweak catalog indexing abstraction for upcoming WARM
2017-01-27 Tom LaneUse castNode() in a bunch of statement-list-related...
2017-01-27 Andres FreundUse the new castNode() macro in a number of places.
2017-01-21 Peter EisentrautMove some things from builtins.h to new header files
2017-01-17 Peter EisentrautGenerate fmgr prototypes automatically
2017-01-14 Tom LaneChange representation of statement lists, and add state...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-09-16 Robert HaasDetermine whether it's safe to attempt a parallel plan...
2015-05-24 Bruce Momjianpgindent run for 9.5
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-02-17 Noah MischPrevent privilege escalation in explicit calls to PL...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-09-03 Tom LaneDon't fail for bad GUCs in CREATE FUNCTION with check_f...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-07 Robert HaasCode beautification for object-access hook machinery.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-21 Peter EisentrautMake some messages more consistent in style
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-06-26 Robert HaasMake DROP FUNCTION hint more informative.
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-21 Tom LaneFurther code review for range types patch.
2011-11-03 Heikki LinnakangasSupport range data types.
2011-10-03 Tom LaneProcedureCreate neglected to record dependencies on...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-23 Tom LaneRethink behavior of CREATE OR REPLACE during CREATE...
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-06-22 Robert HaasAdd notion of a "transform function" that can simplify...
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-25 Tom LaneFix handling of collation in SQL-language functions.
2011-03-01 Tom LaneRearrange snapshot handling to make rule expansion...
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-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-05-11 Itagaki TakahiroSet per-function GUC settings during validating the...
2010-04-05 Tom LaneFix updateAclDependencies() to not assume that ACL...
2010-03-19 Tom LaneModify error context callback functions to not assume...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-14 Tom LaneFix a bug introduced when set-returning SQL functions...
2009-10-08 Tom LaneSupport use of function argument names to identify...
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-10-02 Tom LaneFix erroneous handling of shared dependencies (ie depen...
2009-09-22 Tom LaneImplement the DO statement to support execution of...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-04 Tom LaneImprove the recently-added support for properly plurali...
2009-03-26 Peter EisentrautGettext plural support
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-31 Tom LaneAdd a WINDOW attribute to CREATE FUNCTION, and teach...
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-19 Tom LaneAdd a new column proiswindow to pg_proc. It doesn...
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-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2008-07-16 Tom LaneAdd a "provariadic" column to pg_proc to eliminate...
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-18 Tom LaneArrange to "inline" SQL functions that appear in a...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-03 Tom LaneImplement function-local GUC parameter settings, as...
2007-06-06 Tom LaneFix up text concatenation so that it accepts all the...
next