index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
tcop
/
dest.c
Commit message (
Expand
)
Author
Age
*
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-03-04
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix bogus completion tag usage in walsender
Alvaro Herrera
2020-09-16
*
Represent command completion tags as structs
Alvaro Herrera
2020-03-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Mark constantly allocated dest receiver as const.
Andres Freund
2018-10-16
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add a new DestReceiver for printing tuples without catalog access.
Robert Haas
2017-01-24
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Drop server support for FE/BE protocol version 1.0.
Tom Lane
2016-10-11
*
Stop the executor if no more tuples can be sent from worker to leader.
Robert Haas
2016-06-06
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Glue layer to connect the executor to the shm_mq mechanism.
Robert Haas
2015-09-18
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-19
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Avoid performing encoding conversion on command tag strings during EndCommand.
Tom Lane
2010-01-30
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Clean up the API for DestReceiver objects by eliminating the assumption
Tom Lane
2008-11-30
*
Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE
Tom Lane
2008-10-31
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Extend COPY to support COPY (SELECT ...) TO ...
Tom Lane
2006-08-30
*
Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.
Tom Lane
2006-08-12
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Rename the members of CommandDest enum so they don't collide with other uses of
Alvaro Herrera
2005-11-03
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Revise TupleTableSlot code to avoid unnecessary construction and disassembly
Tom Lane
2005-03-16
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
Error message editing in backend/libpq, backend/postmaster, backend/tcop.
Tom Lane
2003-07-22
*
Update 3.0 protocol support to match recent agreements about how to
Tom Lane
2003-05-08
*
Restructure command destination handling so that we pass around
Tom Lane
2003-05-06
*
Implement feature of new FE/BE protocol whereby RowDescription identifies
Tom Lane
2003-05-06
*
Extended query protocol: parse, bind, execute, describe FE/BE messages.
Tom Lane
2003-05-05
*
Add transaction status field to ReadyForQuery messages, and make room
Tom Lane
2003-04-26
*
Another round of protocol changes. Backend-to-frontend messages now all
Tom Lane
2003-04-22
*
Second round of FE/BE protocol changes. Frontend->backend messages now
Tom Lane
2003-04-19
[next]