summaryrefslogtreecommitdiff
path: root/src/include/tcop/dest.h
Commit message (Expand)AuthorAgeFilesLines
* Extend COPY to support COPY (SELECT ...) TO ...Tom Lane2006-08-301-2/+3
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-121-4/+5
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-7/+7
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-031-12/+12
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-2/+2
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-161-10/+7
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-3/+3
* Rename fields of DestReceiver to avoid collisions with (ill-considered)Tom Lane2003-08-061-10/+10
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-11/+11
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-081-12/+13
* Restructure command destination handling so that we pass aroundTom Lane2003-05-061-21/+42
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-061-3/+5
* Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane2003-05-051-2/+8
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-191-3/+1
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-271-2/+3
* pgindent run.Bruce Momjian2002-09-041-3/+3
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane2002-02-271-16/+20
* Restructure command-completion-report code so that there is just oneTom Lane2002-02-261-3/+7
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-6/+7
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-7/+6
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Remove long-dead support for invoking queries from dynamically loadedTom Lane2000-07-081-12/+5
* Add:Bruce Momjian2000-01-261-2/+3
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-2/+2
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-4/+4
* pgindent run over code.Bruce Momjian1999-05-251-10/+11
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Another SELECT speedup: extract OIDs of column print functionsTom Lane1999-01-271-15/+47
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-4/+3
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-2/+2
* What I've done:Bruce Momjian1998-05-061-5/+2
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-2/+3
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-241-3/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-8/+8
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-42/+46
* New results destination for SPI manager.Vadim B. Mikheev1997-08-291-2/+3
* Number of tuples inserted/affected by INSERT/UPDATE/DELETE...Vadim B. Mikheev1997-08-271-2/+2
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-3/+1
* Use proper types so it compiles on DEC C89. Thanks Erik Bertelson.Bryan Henderson1997-01-081-2/+1
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-5/+5
* Another one completely cleaned upMarc G. Fournier1996-11-041-2/+2