aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/common/printtup.c
Commit message (Expand)AuthorAge
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Clean up the API for DestReceiver objects by eliminating the assumptionTom Lane2008-11-30
* Clean up a few places where Datums were being treated as pointers (and viceAlvaro Herrera2008-04-17
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-12
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-05
* Modify all callers of datatype input and receive functions so that if theseTom Lane2006-04-04
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-03
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix the mechanism for reporting the original table OID and column numberTom Lane2005-06-22
* Change CREATE TYPE to require datatype output and send functions to haveTom Lane2005-05-01
* Recent changes got the sense of the notnull bit backwards in the 2.0Tom Lane2005-04-23
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-06
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-16
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane2004-06-06
* Resurrect heap_deformtuple(), this time implemented as a singly nestedTom Lane2004-06-04
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Rename fields of DestReceiver to avoid collisions with (ill-considered)Tom Lane2003-08-06
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/access.Tom Lane2003-07-21
* Make sure printtup() always sends the number of columns previouslyTom Lane2003-05-26
* In RowDescription messages, report columns of domain datatypes as havingTom Lane2003-05-13
* Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCallTom Lane2003-05-09
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-08
* Restructure command destination handling so that we pass aroundTom Lane2003-05-06
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-06
* Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane2003-05-05
* Add transaction status field to ReadyForQuery messages, and make roomTom Lane2003-04-26
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-22
* pgindent run.Bruce Momjian2002-09-04
* The cstring datatype can now be copied, passed around, etc. The typlenTom Lane2002-08-24
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* Update copyright to 2002.Bruce Momjian2002-06-20
* Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane2002-02-27
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22