]> granicus.if.org Git - postgresql/history - src/backend/access/common/printtup.c
Implement feature of new FE/BE protocol whereby RowDescription identifies
[postgresql] / src / backend / access / common / printtup.c
2003-05-06 Tom LaneImplement feature of new FE/BE protocol whereby RowDesc...
2003-05-05 Tom LaneExtended query protocol: parse, bind, execute, describe...
2003-04-26 Tom LaneAdd transaction status field to ReadyForQuery messages...
2003-04-22 Tom LaneAnother round of protocol changes. Backend-to-frontend...
2002-09-04 Bruce Momjianpgindent run.
2002-08-24 Tom LaneThe cstring datatype can now be copied, passed around...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-02-27 Tom LaneClean up BeginCommand and related routines. BeginComma...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-27 Tom LaneFix portability problems recently exposed by regression...
2000-12-01 Tom LaneMake tuple receive/print routines TOAST-aware. Formerl...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-01-26 Bruce MomjianAdd:
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-04-25 Tom LaneMy first cut at libpq revision didn't handle MULTIBYTE...
1999-04-25 Tom LaneRevise backend libpq interfaces so that messages to...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-27 Tom LaneTurns out it's easy to cache the fmgr function lookup
1999-01-27 Tom LaneAnother SELECT speedup: extract OIDs of column print...
1999-01-24 Tom LaneUse heap_attisnull, rather than heap_getattr, for a...
1999-01-24 Tom LaneReplace typtoout() and gettypelem() with a single routine,
1998-12-12 Bruce MomjianIncluded patches should fix following problems in the...
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-30 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-07-26 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-07-18 Bruce MomjianAdd auto-size to screen to \d? commands. Use UNION...
1998-06-16 Bruce MomjianHi, here are the patches to enhance existing MB handlin...
1998-05-14 Bruce MomjianPass atttypmod to the frontend.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1998-02-10 Bruce MomjianPass around typmod as int16.
1998-02-10 Bruce MomjianPass attypmod through to executor by adding to Var...
1998-01-31 Bruce MomjianInline fastgetattr and others so data access does not...
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-08 Bruce MomjianMore VARHDRSZ additions.
1997-12-06 Bruce MomjianAdd VARHDRSZ where needed. Many places just used 4.
1997-09-12 Bruce Momjianheapattr functions now return a Datum, not char *.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-26 Bruce MomjianInlined heap_getattr().
1997-08-18 Bruce MomjianNow that names are null terminated, no need to do all...
1997-01-10 Bruce Momjianinclude sem.h added, include string.h neede, from Erik...
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-05 Marc G. FournierRe-add -I../.. for fmgr.h
1996-11-05 Marc G. FournierClean up a few of the #include files
1996-11-03 Marc G. FournierThat pretty much totally cleans up the includes files...
1996-11-03 Marc G. FournierMore include file cleanups
1996-11-01 Marc G. FournierMore intelligent #include cleanups, as pointed out...
1996-10-21 Marc G. FournierCosmetic changes to ordering of #include files
1996-10-20 Marc G. FournierOther then:
1996-10-20 Marc G. FournierFirst pass at fixing my own mistakes
1996-10-19 Marc G. FournierThere...that pretty much cleans up redundant/unused...
1996-10-18 Marc G. Fournier#define cleanup: moved #define IPORTAL_DEBUG to config.h
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01