| Commit message (Expand) | Author | Age |
* | 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 |
* | This patch implements holdable cursors, following the proposal | Bruce Momjian | 2003-03-27 |
* | Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTO | Tom Lane | 2003-01-21 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Clean up BeginCommand and related routines. BeginCommand and EndCommand | Tom Lane | 2002-02-27 |
* | Restructure command-completion-report code so that there is just one | Tom Lane | 2002-02-26 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Make tuple receive/print routines TOAST-aware. Formerly, printtup would | Tom Lane | 2000-12-01 |
* | Makeover for Unixware 7.1.1 | Peter Eisentraut | 2000-10-22 |
* | Remove long-dead support for invoking queries from dynamically loaded | Tom Lane | 2000-07-08 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Update #include cleanups | Bruce Momjian | 1999-07-16 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
* | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Fix stupid typo that broke empty-query response... odd that | Tom Lane | 1999-04-28 |
* | Still had a few MULTIBYTE problems when client encoding was | Tom Lane | 1999-04-25 |
* | My first cut at libpq revision didn't handle MULTIBYTE correctly, | Tom Lane | 1999-04-25 |
* | Revise backend libpq interfaces so that messages to the frontend | Tom Lane | 1999-04-25 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Another SELECT speedup: extract OIDs of column print functions | Tom Lane | 1999-01-27 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | Cleanup use of 16 that should be NAMEDATALEN. | Bruce Momjian | 1998-07-20 |
* | Allow cancel from client of backend query. Change some int variables | Bruce Momjian | 1998-05-19 |
* | Pass atttypmod to the frontend. | Bruce Momjian | 1998-05-14 |
* | What I've done: | Bruce Momjian | 1998-05-06 |