summaryrefslogtreecommitdiff
path: root/src/backend/access/common/printtup.c
AgeCommit message (Expand)Author
2018-07-27Fix a compiler warning introduced in the previous commitPavan Deolasee
2018-07-27Ensure that typename is schema qualified while sending row descriptionPavan Deolasee
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-11-10add missing return value in printtup()Tomas Vondra
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-18Honour client's request for binary data transfer.Pavan Deolasee
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
2016-10-11Drop server support for FE/BE protocol version 1.0.Tom Lane
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-06-06Stop the executor if no more tuples can be sent from worker to leader.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-13Remove a lot of XC-specific code from the repo.Pavan Deolasee
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
2015-01-06Update copyright for 2015Bruce Momjian
2014-09-01The Postgres-XL functionality includes MPP parallelism withPavan Deolasee
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-11-03Prevent memory leaks from accumulating across printtup() calls.Tom Lane
2013-06-27Cooperate with the Valgrind instrumentation framework.Noah Misch
2013-01-01Update copyrights for 2013Bruce Momjian
2012-07-27Merge commit '80edfd76591fdb9beec061de3c05ef4e9d96ce56' into postgres-xc/masterMichael Paquier
2012-05-30Update code comments: use "Coordinator" and "Datanode" as conventional termsMichael Paquier
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-07-06Merge commit 'a4bebdd92624e018108c2610fc3f2c1584b6c687' into masterMichael P
2011-05-24Fix for bug 3287052: EXECUTE DIRECT broken on CoordinatorMichael P
2011-05-24Fix a cache leak WARNING with system cacheMichael P
2011-05-24Fix for cache lookup bug for typeMichael P
2011-05-20Merge commit '1084f317702e1a039696ab8a37caf900e55ec8f2' into int-pgxcPavan Deolasee
2011-05-19Add support for ORDER BY adn DISTINCT.Mason S
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-11-30Clean up the API for DestReceiver objects by eliminating the assumptionTom Lane
2008-04-17Clean up a few places where Datums were being treated as pointers (and viceAlvaro Herrera
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-08-12Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-04-05Fix a bunch of problems with domains by making them use special input functionsTom Lane
2006-04-04Modify all callers of datatype input and receive functions so that if theseTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-11-03Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-06-22Fix the mechanism for reporting the original table OID and column numberTom Lane
2005-05-01Change CREATE TYPE to require datatype output and send functions to haveTom Lane