]> granicus.if.org Git - postgresql/history - src/backend/tcop/fastpath.c
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / tcop / fastpath.c
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-01-26 Andres FreundChange function call information to be variable length.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-01-19 Peter EisentrautReplace AclObjectKind with ObjectType
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-10-12 Andres FreundReplace remaining uses of pq_sendint with pq_sendint...
2017-10-01 Andres FreundReplace most usages of ntoh[ls] and hton[sl] with pg_bs...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-04-06 Heikki LinnakangasRemove dead code and fix comments in fast-path function...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-02-02 Heikki LinnakangasBe more careful to not lose sync in the FE/BE protocol.
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-04-12 Robert Haassepgsql: Enforce db_procedure:{execute} permission.
2013-04-05 Robert Haassepgsql: Enforce db_schema:search permission.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-05-07 Magnus HaganderMake "unexpected EOF" messages DEBUG1 unless in an...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-03 Tom LaneIn HEAD only, revert kluge solution for preventing...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-06-30 Heikki LinnakangasstringToNode() and deparse_expression_pretty() crash...
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-05-12 Alvaro HerreraImprove snapshot manager by keeping explicit track...
2008-03-26 Alvaro HerreraRename snapmgmt.c/h to snapmgr.c/h, for consistency...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-03-03 Neil ConwayAdd resetStringInfo(), which clears the content of...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-19 Tom LaneMarginal improvement in logging: include the function...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-08 Tom LaneTweak the behavior of log_duration as proposed by Guill...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
2006-06-14 Tom LaneDo a CHECK_FOR_INTERRUPTS immediately before terminatin...
2006-06-11 Tom LaneFix Assert failure when a fastpath function call is...
2006-04-04 Tom LaneModify all callers of datatype input and receive functi...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-07-10 Tom LaneChange typreceive function API so that receive function...
2005-05-01 Tom LaneChange CREATE TYPE to require datatype output and send...
2005-03-29 Tom LaneOfficially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-06 Tom LaneInfrastructure for I/O of composite types: arrange...
2004-04-19 Bruce MomjianComplete TODO item:
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
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-22 Tom LaneError message editing in backend/libpq, backend/postmas...
2003-05-09 Tom LaneNow that fastpath protocol allows null arguments to...
2003-05-09 Tom LaneImplement new-protocol binary I/O support in DataRow...
2003-05-08 Tom LaneUpdate 3.0 protocol support to match recent agreements...
2003-05-05 Tom LaneExtended query protocol: parse, bind, execute, describe...
2003-05-02 Tom LanePortal and memory management infrastructure for extende...
2003-04-22 Tom LaneAnother round of protocol changes. Backend-to-frontend...
2003-04-19 Tom LaneSecond round of FE/BE protocol changes. Frontend-...
2003-01-09 Tom LaneMove new typedef AclId into c.h, so as to avoid clutter...
2003-01-07 Tom LaneSendFunctionResult should take care to detoast varlena...
2003-01-01 Tom Lanefastpath code neglected to check whether user has privi...
2002-08-24 Tom LaneThe cstring datatype can now be copied, passed around...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-06-01 Tom LaneRemove fastpath.c's lame attempt at caching function...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-10-24 Tom LaneDo not execute fastpath function calls if in transactio...
2000-07-03 Jan WieckTOAST
2000-06-15 Bruce MomjianFinal #include cleanup.
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-05-30 Tom LaneOoops, looks like I broke fastpath in last changes...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
2000-01-12 Tom LaneUse fmgr_array_args() to avoid dependency on FUNC_MAX_ARGS.
2000-01-11 Bruce MomjianMore cleanups. Still doesn't work.
2000-01-11 Bruce MomjianMore cleanups.
2000-01-10 Bruce MomjianMake number of args to a function configurable.
next