]> granicus.if.org Git - postgresql/history - src/backend/tcop/dest.c
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / tcop / dest.c
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-10-16 Andres FreundMark constantly allocated dest receiver as const.
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-01-24 Robert HaasAdd a new DestReceiver for printing tuples without...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-10-11 Tom LaneDrop server support for FE/BE protocol version 1.0.
2016-06-06 Robert HaasStop the executor if no more tuples can be sent from...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-09-19 Robert HaasGlue layer to connect the executor to the shm_mq mechanism.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-03-20 Tom LaneRestructure SELECT INTO's parsetree representation...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
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-01-30 Tom LaneAvoid performing encoding conversion on command tag...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-30 Tom LaneClean up the API for DestReceiver objects by eliminatin...
2008-10-31 Tom LaneAllow SQL-language functions to return the output of...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-08-30 Tom LaneExtend COPY to support COPY (SELECT ...) TO ...
2006-08-12 Tom LaneAdd INSERT/UPDATE/DELETE RETURNING, with basic docs...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-03 Alvaro HerreraRename the members of CommandDest enum so they don...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-22 Tom LaneError message editing in backend/libpq, backend/postmas...
2003-05-08 Tom LaneUpdate 3.0 protocol support to match recent agreements...
2003-05-06 Tom LaneRestructure command destination handling so that we...
2003-05-06 Tom LaneImplement feature of new FE/BE protocol whereby RowDesc...
2003-05-05 Tom LaneExtended query protocol: parse, bind, execute, describe...
2003-04-26 Tom LaneAdd transaction status field to ReadyForQuery messages...
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-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
2003-01-21 Tom LaneFix coredump problem in plpgsql's RETURN NEXT. When...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-02-27 Tom LaneClean up BeginCommand and related routines. BeginComma...
2002-02-26 Tom LaneRestructure command-completion-report code so that...
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-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-12-01 Tom LaneMake tuple receive/print routines TOAST-aware. Formerl...
2000-10-22 Peter EisentrautMakeover for Unixware 7.1.1
2000-07-08 Tom LaneRemove long-dead support for invoking queries from...
2000-01-26 Bruce MomjianAdd:
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
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-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-04-28 Tom LaneFix stupid typo that broke empty-query response......
1999-04-25 Tom LaneStill had a few MULTIBYTE problems when client encoding was
1999-04-25 Tom LaneMy first cut at libpq revision didn't handle MULTIBYTE...
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...
1999-01-27 Tom LaneAnother SELECT speedup: extract OIDs of column print...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-07-20 Bruce MomjianCleanup use of 16 that should be NAMEDATALEN.
1998-05-19 Bruce MomjianAllow cancel from client of backend query. Change...
1998-05-14 Bruce MomjianPass atttypmod to the frontend.
1998-05-06 Bruce MomjianWhat I've done:
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>
1997-12-06 Bruce MomjianAdd VARHDRSZ where needed. Many places just used 4.
1997-11-27 Bruce MomjianPrevent flushing from packets, by Massimo.
1997-10-24 Bruce MomjianFix alignment of source.
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-08-29 Vadim B. MikheevNew results destination for SPI manager.
1997-08-28 Vadim B. MikheevClean CommandInfo after posting to client.
1997-08-27 Vadim B. MikheevNumber of tuples inserted/affected by INSERT/UPDATE...
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-01-10 Bruce Momjianinclude sem.h added, include string.h neede, from Erik...
1997-01-08 Bryan HendersonUse proper types so it compiles on DEC C89. Thanks...
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
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