]> granicus.if.org Git - postgresql/history - src/backend/tcop/fastpath.c
Update CVS HEAD for 2007 copyright. Back branches are typically not
[postgresql] / src / backend / tcop / fastpath.c
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.
2000-01-10 Bruce MomjianRename oid8 -> oidvector and int28 -> int2vector. ...
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-07-22 Tom LanePlug several holes in backend's ability to cope with
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-04-25 Tom LaneRevise backend libpq interfaces so that messages to...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-06 Bruce MomjianWhat I've done:
1998-04-26 Bruce MomjianRe-apply Darren's char2-16 removal code.
1998-04-07 Bruce MomjianBack out char2-char16 removal. Add later.
1998-03-30 Bruce MomjianThe following uuencoded, gzip'd file will ...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-26 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1998-01-11 Marc G. FournierFix from Peter for BLOBs
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-06 Bruce MomjianAdd VARHDRSZ where needed. Many places just used 4.
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-03-12 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-03 Marc G. FournierProduce a clean compile of backend...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01