summaryrefslogtreecommitdiff
path: root/src/backend/access/common/printtup.c
Commit message (Expand)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-3/+3
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-121-4/+4
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-051-8/+2
* Modify all callers of datatype input and receive functions so that if theseTom Lane2006-04-041-12/+6
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-031-3/+6
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-11/+10
* Fix the mechanism for reporting the original table OID and column numberTom Lane2005-06-221-11/+5
* Change CREATE TYPE to require datatype output and send functions to haveTom Lane2005-05-011-25/+13
* Recent changes got the sense of the notnull bit backwards in the 2.0Tom Lane2005-04-231-3/+3
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-061-5/+5
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-161-53/+30
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-6/+6
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane2004-06-061-11/+11
* Resurrect heap_deformtuple(), this time implemented as a singly nestedTom Lane2004-06-041-16/+48
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-8/+9
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Rename fields of DestReceiver to avoid collisions with (ill-considered)Tom Lane2003-08-061-4/+4
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-28/+30
* Error message editing in backend/access.Tom Lane2003-07-211-2/+4
* Make sure printtup() always sends the number of columns previouslyTom Lane2003-05-261-5/+5
* In RowDescription messages, report columns of domain datatypes as havingTom Lane2003-05-131-7/+15
* Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCallTom Lane2003-05-091-151/+124
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-081-69/+159
* Restructure command destination handling so that we pass aroundTom Lane2003-05-061-15/+56
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-061-9/+30
* Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane2003-05-051-36/+48
* Add transaction status field to ReadyForQuery messages, and make roomTom Lane2003-04-261-2/+11
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-221-16/+16
* pgindent run.Bruce Momjian2002-09-041-5/+5
* The cstring datatype can now be copied, passed around, etc. The typlenTom Lane2002-08-241-2/+8
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-28/+3
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane2002-02-271-12/+70
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-4/+1
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-19/+13
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-12/+15
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Fix portability problems recently exposed by regression tests on Alphas.Tom Lane2000-12-271-24/+11
* Make tuple receive/print routines TOAST-aware. Formerly, printtup wouldTom Lane2000-12-011-85/+135
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-21/+15
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-301-5/+9
* Add:Bruce Momjian2000-01-261-2/+3
* Add system indexes to match all caches.Bruce Momjian1999-11-221-2/+2