| Commit message (Expand) | Author | Age | Files | Lines |
| * | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 | 1 | -2/+2 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Rename fields of DestReceiver to avoid collisions with (ill-considered) | Tom Lane | 2003-08-06 | 1 | -4/+4 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -28/+30 |
| * | Error message editing in backend/access. | Tom Lane | 2003-07-21 | 1 | -2/+4 |
| * | Make sure printtup() always sends the number of columns previously | Tom Lane | 2003-05-26 | 1 | -5/+5 |
| * | In RowDescription messages, report columns of domain datatypes as having | Tom Lane | 2003-05-13 | 1 | -7/+15 |
| * | Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall | Tom Lane | 2003-05-09 | 1 | -151/+124 |
| * | Update 3.0 protocol support to match recent agreements about how to | Tom Lane | 2003-05-08 | 1 | -69/+159 |
| * | Restructure command destination handling so that we pass around | Tom Lane | 2003-05-06 | 1 | -15/+56 |
| * | Implement feature of new FE/BE protocol whereby RowDescription identifies | Tom Lane | 2003-05-06 | 1 | -9/+30 |
| * | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane | 2003-05-05 | 1 | -36/+48 |
| * | Add transaction status field to ReadyForQuery messages, and make room | Tom Lane | 2003-04-26 | 1 | -2/+11 |
| * | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane | 2003-04-22 | 1 | -16/+16 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -5/+5 |
| * | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane | 2002-08-24 | 1 | -2/+8 |
| * | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 | 1 | -28/+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 | -12/+70 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -4/+1 |
| * | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 1 | -19/+13 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -12/+15 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Fix portability problems recently exposed by regression tests on Alphas. | Tom Lane | 2000-12-27 | 1 | -24/+11 |
| * | Make tuple receive/print routines TOAST-aware. Formerly, printtup would | Tom Lane | 2000-12-01 | 1 | -85/+135 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -21/+15 |
| * | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane | 2000-05-30 | 1 | -5/+9 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 | 1 | -2/+2 |
| * | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 | 1 | -2/+2 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -2/+1 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -3/+1 |
| * | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | 1 | -12/+12 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -34/+40 |
| * | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 | 1 | -2/+2 |
| * | My first cut at libpq revision didn't handle MULTIBYTE correctly, | Tom Lane | 1999-04-25 | 1 | -23/+4 |
| * | Revise backend libpq interfaces so that messages to the frontend | Tom Lane | 1999-04-25 | 1 | -29/+39 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | Turns out it's easy to cache the fmgr function lookup | Tom Lane | 1999-01-27 | 1 | -9/+9 |
| * | Another SELECT speedup: extract OIDs of column print functions | Tom Lane | 1999-01-27 | 1 | -11/+109 |
| * | Use heap_attisnull, rather than heap_getattr, for a small | Tom Lane | 1999-01-24 | 1 | -19/+13 |
| * | Replace typtoout() and gettypelem() with a single routine, | Tom Lane | 1999-01-24 | 1 | -46/+43 |
| * | Included patches should fix following problems in the muti-byte | Bruce Momjian | 1998-12-12 | 1 | -5/+2 |
| * | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 | 1 | -7/+7 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -2/+4 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -7/+7 |
| * | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-30 | 1 | -3/+11 |
| * | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 1 | -5/+3 |
| * | From: t-ishii@sra.co.jp | Marc G. Fournier | 1998-07-26 | 1 | -2/+2 |