| Commit message (Expand) | Author | Age |
* | Fix a bunch of problems with domains by making them use special input functions | Tom Lane | 2006-04-05 |
* | Modify all callers of datatype input and receive functions so that if these | Tom Lane | 2006-04-04 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | 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 |
* | Fix the mechanism for reporting the original table OID and column number | Tom Lane | 2005-06-22 |
* | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane | 2005-05-01 |
* | Recent changes got the sense of the notnull bit backwards in the 2.0 | Tom Lane | 2005-04-23 |
* | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane | 2005-04-06 |
* | Revise TupleTableSlot code to avoid unnecessary construction and disassembly | Tom Lane | 2005-03-16 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane | 2004-06-06 |
* | Resurrect heap_deformtuple(), this time implemented as a singly nested | Tom Lane | 2004-06-04 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 |
* | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Rename fields of DestReceiver to avoid collisions with (ill-considered) | Tom Lane | 2003-08-06 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Error message editing in backend/access. | Tom Lane | 2003-07-21 |
* | Make sure printtup() always sends the number of columns previously | Tom Lane | 2003-05-26 |
* | In RowDescription messages, report columns of domain datatypes as having | Tom Lane | 2003-05-13 |
* | Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall | Tom Lane | 2003-05-09 |
* | 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 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane | 2002-08-24 |
* | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Clean up BeginCommand and related routines. BeginCommand and EndCommand | Tom Lane | 2002-02-27 |
* | 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 |
* | Fix portability problems recently exposed by regression tests on Alphas. | Tom Lane | 2000-12-27 |
* | Make tuple receive/print routines TOAST-aware. Formerly, printtup would | Tom Lane | 2000-12-01 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 |
* | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane | 2000-05-30 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 |
* | 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 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 |