]> granicus.if.org Git - postgresql/history - src/backend/utils/fmgr/funcapi.c
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / utils / fmgr / funcapi.c
2019-05-22 Tom LanePhase 2 pgindent run for v12.
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-09-27 Andres FreundClean up in the wake of TupleDescGetSlot() removal...
2018-03-28 Andrew DunstanFast ALTER TABLE ADD COLUMN with a non-NULL default
2018-03-14 Peter EisentrautSupport INOUT arguments in procedures
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-10-26 Tom LaneSupport domains over composite types.
2017-10-25 Andrew DunstanAdd a utility function to extract variadic function...
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-02-06 Heikki LinnakangasFix typos in comments.
2017-01-21 Peter EisentrautMove some things from builtins.h to new header files
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-04-29 Robert HaasAttempt to fix some compiler warnings.
2015-04-26 Peter EisentrautAdd transforms feature
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
2014-01-07 Peter EisentrautAdd more use of psprintf()
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-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-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
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-10-08 Tom LaneSupport use of function argument names to identify...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-30 Tom LaneRemove inappropriate memory context switch in shutdown_...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-02-29 Neil ConwayFix several memory leaks when rescanning SRFs. Arrange...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-06-26 Alvaro HerreraRemove unused "caller" argument from stringToQualifiedN...
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-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-28 Tom LaneMove plpgsql's fetchArgInfo() into funcapi.c, and rename to
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-06 Tom LaneWhen a function not returning RECORD has a single OUT...
2005-07-03 Tom LaneDon't try to constant-fold functions returning RECORD...
2005-05-30 Tom LaneDocument get_call_result_type() and friends; mark TypeG...
2005-05-28 Tom Laneget_expr_result_type has to be prepared to pull type...
2005-04-25 Tom Laneget_expr_result_type probably needs to be able to handl...
2005-04-05 Tom Laneplpgsql does OUT parameters, as per my proposal a few...
2005-03-31 Tom LaneFirst phase of OUT-parameters project. We can now...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2003-12-19 Joe ConwayUse a shutdown callback to ensure proper clean up when...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-15 Peter EisentrautOK, some of these syntax errors should be given other...
2003-09-09 Peter EisentrautSome "feature not supported" errors are better syntax...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-25 Tom LaneError message editing in backend/utils (except /adt).
2002-09-04 Bruce Momjianpgindent run.
2002-08-30 Tom LaneFix for breakage of C-coded SRFs, from Joe Conway.
2002-08-29 Tom LaneAdjust nodeFunctionscan.c to reset transient memory...
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-07-18 Bruce MomjianHere is a patch for the Table Function API. It fixes...
2002-06-20 Bruce MomjianAdd missing SRF file.