summaryrefslogtreecommitdiff
path: root/src/backend/tcop/dest.c
Commit message (Expand)AuthorAgeFilesLines
* Add a materialized view relations.Kevin Grittner2013-03-031-0/+7
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-191-2/+2
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-3/+4
* Avoid performing encoding conversion on command tag strings during EndCommand.Tom Lane2010-01-301-3/+7
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Clean up the API for DestReceiver objects by eliminating the assumptionTom Lane2008-11-301-15/+4
* Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETETom Lane2008-10-311-1/+8
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Extend COPY to support COPY (SELECT ...) TO ...Tom Lane2006-08-301-1/+8
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-121-1/+8
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-031-33/+33
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-4/+3
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-161-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-4/+5
* Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane2003-07-221-4/+4
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-081-19/+18
* Restructure command destination handling so that we pass aroundTom Lane2003-05-061-19/+24
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-061-2/+2
* Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane2003-05-051-13/+26
* Add transaction status field to ReadyForQuery messages, and make roomTom Lane2003-04-261-2/+12
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-221-5/+11
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-191-32/+1
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-271-1/+10
* Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTOTom Lane2003-01-211-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane2002-02-271-101/+13
* Restructure command-completion-report code so that there is just oneTom Lane2002-02-261-37/+6
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-8/+8
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-26/+23
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-2/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Make tuple receive/print routines TOAST-aware. Formerly, printtup wouldTom Lane2000-12-011-7/+3
* Makeover for Unixware 7.1.1Peter Eisentraut2000-10-221-8/+3
* Remove long-dead support for invoking queries from dynamically loadedTom Lane2000-07-081-40/+2
* Add:Bruce Momjian2000-01-261-2/+3
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-2/+2
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Final cleanup.Bruce Momjian1999-07-161-5/+2