summaryrefslogtreecommitdiff
path: root/src/backend/access/common/printtup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-2/+2
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-3/+1
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-12/+12
* pgindent run over code.Bruce Momjian1999-05-251-34/+40
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-2/+2
* My first cut at libpq revision didn't handle MULTIBYTE correctly,Tom Lane1999-04-251-23/+4
* Revise backend libpq interfaces so that messages to the frontendTom Lane1999-04-251-29/+39
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Turns out it's easy to cache the fmgr function lookupTom Lane1999-01-271-9/+9
* Another SELECT speedup: extract OIDs of column print functionsTom Lane1999-01-271-11/+109
* Use heap_attisnull, rather than heap_getattr, for a smallTom Lane1999-01-241-19/+13
* Replace typtoout() and gettypelem() with a single routine,Tom Lane1999-01-241-46/+43
* Included patches should fix following problems in the muti-byteBruce Momjian1998-12-121-5/+2
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-7/+7
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-2/+4
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-7/+7
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-301-3/+11
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-5/+3
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-261-2/+2