Commits

DateSubjectAuthorReleases
2003-05-26 Make sure printtup() always sends the number of columns previously Tom Lane 7.4.1
2003-05-13 In RowDescription messages, report columns of domain datatypes as having Tom Lane 7.4.1
2003-05-09 Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall Tom Lane 7.4.1
2003-05-08 Update 3.0 protocol support to match recent agreements about how to Tom Lane 7.4.1
2003-05-06 Restructure command destination handling so that we pass around Tom Lane 7.4.1
2003-05-06 Implement feature of new FE/BE protocol whereby RowDescription identifies Tom Lane 7.4.1
2003-05-05 Extended query protocol: parse, bind, execute, describe FE/BE messages. Tom Lane 7.4.1
2003-04-26 Add transaction status field to ReadyForQuery messages, and make room Tom Lane 7.4.1
2003-04-22 Another round of protocol changes. Backend-to-frontend messages now all Tom Lane 7.4.1
2002-08-24 The cstring datatype can now be copied, passed around, etc. The typlen Tom Lane 7.3.1
2002-08-22 Add a bunch of pseudo-types to replace the behavior formerly associated Tom Lane 7.3.1
2002-02-27 Clean up BeginCommand and related routines. BeginCommand and EndCommand Tom Lane 7.3.1
2000-12-27 Fix portability problems recently exposed by regression tests on Alphas. Tom Lane 7.1.1
2000-12-01 Make tuple receive/print routines TOAST-aware. Formerly, printtup would Tom Lane 7.1.1
2000-11-16 Change SearchSysCache coding conventions so that a reference count is Tom Lane 7.1.1
2000-05-30 Third round of fmgr updates: eliminate calls using fmgr() and Tom Lane 7.1.1
1999-04-25 My first cut at libpq revision didn't handle MULTIBYTE correctly, Tom Lane 7.1.1
1999-04-25 Revise backend libpq interfaces so that messages to the frontend Tom Lane 7.1.1
1999-01-27 Turns out it's easy to cache the fmgr function lookup Tom Lane 7.1.1
1999-01-27 Another SELECT speedup: extract OIDs of column print functions Tom Lane 7.1.1
1999-01-24 Use heap_attisnull, rather than heap_getattr, for a small Tom Lane 7.1.1
1999-01-24 Replace typtoout() and gettypelem() with a single routine, Tom Lane 7.1.1