summaryrefslogtreecommitdiff
path: root/src/backend/tcop/fastpath.c
AgeCommit message (Expand)Author
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-04-06Remove dead code and fix comments in fast-path function handling.Heikki Linnakangas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-02-02Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-04-12sepgsql: Enforce db_procedure:{execute} permission.Robert Haas
2013-04-05sepgsql: Enforce db_schema:search permission.Robert Haas
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-05-07Make "unexpected EOF" messages DEBUG1 unless in an open transactionMagnus Hagander
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-04-12Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-09-03In HEAD only, revert kluge solution for preventing misuse of pg_get_expr().Tom Lane
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-06-30stringToNode() and deparse_expression_pretty() crash on invalid input,Heikki Linnakangas
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-05-12Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera
2008-03-26Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera
2008-03-26Separate snapshot management code from tuple visibility code, create aAlvaro Herrera
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-03-03Add resetStringInfo(), which clears the content of a StringInfo, andNeil Conway
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-19Marginal improvement in logging: include the function name when loggingTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-08Tweak the behavior of log_duration as proposed by Guillaume Smet: ratherTom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-07-13Allow include files to compile own their own.Bruce Momjian
2006-07-11Sort reference of include files, "A" - "F".Bruce Momjian
2006-06-14Do a CHECK_FOR_INTERRUPTS immediately before terminating a fastpathTom Lane
2006-06-11Fix Assert failure when a fastpath function call is attempted inside anTom Lane
2006-04-04Modify all callers of datatype input and receive functions so that if theseTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-24Suppress signed-vs-unsigned-char warnings.Tom Lane
2005-07-10Change typreceive function API so that receive functions get the sameTom Lane
2005-05-01Change CREATE TYPE to require datatype output and send functions to haveTom Lane
2005-03-29Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane
2005-03-29Convert oidvector and int2vector into variable-length arrays. ThisTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-09-13Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane