| Commit message (Expand) | Author | Age | Files | Lines |
| * | Extend COPY to support COPY (SELECT ...) TO ... | Tom Lane | 2006-08-30 | 1 | -2/+3 |
| * | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 | 1 | -4/+5 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -7/+7 |
| * | Rename the members of CommandDest enum so they don't collide with other uses of | Alvaro Herrera | 2005-11-03 | 1 | -12/+12 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -2/+2 |
| * | Revise TupleTableSlot code to avoid unnecessary construction and disassembly | Tom Lane | 2005-03-16 | 1 | -10/+7 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -3/+3 |
| * | Rename fields of DestReceiver to avoid collisions with (ill-considered) | Tom Lane | 2003-08-06 | 1 | -10/+10 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -11/+11 |
| * | Update 3.0 protocol support to match recent agreements about how to | Tom Lane | 2003-05-08 | 1 | -12/+13 |
| * | Restructure command destination handling so that we pass around | Tom Lane | 2003-05-06 | 1 | -21/+42 |
| * | Implement feature of new FE/BE protocol whereby RowDescription identifies | Tom Lane | 2003-05-06 | 1 | -3/+5 |
| * | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane | 2003-05-05 | 1 | -2/+8 |
| * | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane | 2003-04-19 | 1 | -3/+1 |
| * | This patch implements holdable cursors, following the proposal | Bruce Momjian | 2003-03-27 | 1 | -2/+3 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -3/+3 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Clean up BeginCommand and related routines. BeginCommand and EndCommand | Tom Lane | 2002-02-27 | 1 | -16/+20 |
| * | Restructure command-completion-report code so that there is just one | Tom Lane | 2002-02-26 | 1 | -3/+7 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -6/+7 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -7/+6 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Remove long-dead support for invoking queries from dynamically loaded | Tom Lane | 2000-07-08 | 1 | -12/+5 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 1 | -2/+2 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -2/+1 |
| * | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | 1 | -4/+4 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -10/+11 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | Another SELECT speedup: extract OIDs of column print functions | Tom Lane | 1999-01-27 | 1 | -15/+47 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -4/+3 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -2/+2 |
| * | What I've done: | Bruce Momjian | 1998-05-06 | 1 | -5/+2 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -2/+3 |
| * | Fix prototypes so they don't look like function definitions. | Bruce Momjian | 1998-01-24 | 1 | -3/+2 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -2/+2 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -8/+8 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -42/+46 |
| * | New results destination for SPI manager. | Vadim B. Mikheev | 1997-08-29 | 1 | -2/+3 |
| * | Number of tuples inserted/affected by INSERT/UPDATE/DELETE... | Vadim B. Mikheev | 1997-08-27 | 1 | -2/+2 |
| * | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 | 1 | -3/+1 |
| * | Use proper types so it compiles on DEC C89. Thanks Erik Bertelson. | Bryan Henderson | 1997-01-08 | 1 | -2/+1 |
| * | All external function definitions now have prototypes that are checked. | Bruce Momjian | 1996-11-10 | 1 | -5/+5 |
| * | Another one completely cleaned up | Marc G. Fournier | 1996-11-04 | 1 | -2/+2 |