aboutsummaryrefslogtreecommitdiff
path: root/src/include/tcop/dest.h
Commit message (Expand)AuthorAge
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Rename fields of DestReceiver to avoid collisions with (ill-considered)Tom Lane2003-08-06
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-08
* Restructure command destination handling so that we pass aroundTom Lane2003-05-06
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-06
* Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane2003-05-05
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-19
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-27
* pgindent run.Bruce Momjian2002-09-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane2002-02-27
* Restructure command-completion-report code so that there is just oneTom Lane2002-02-26
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Remove long-dead support for invoking queries from dynamically loadedTom Lane2000-07-08
* Add:Bruce Momjian2000-01-26
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Another SELECT speedup: extract OIDs of column print functionsTom Lane1999-01-27
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* What I've done:Bruce Momjian1998-05-06
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-24
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* New results destination for SPI manager.Vadim B. Mikheev1997-08-29
* Number of tuples inserted/affected by INSERT/UPDATE/DELETE...Vadim B. Mikheev1997-08-27
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* Use proper types so it compiles on DEC C89. Thanks Erik Bertelson.Bryan Henderson1997-01-08
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10
* Another one completely cleaned upMarc G. Fournier1996-11-04
* More cleans of the inter-dependencies in the #include filesMarc G. Fournier1996-11-03
* Clean up th ecompile process by centralizing the include filesMarc G. Fournier1996-08-28