summaryrefslogtreecommitdiff
path: root/src/backend/access/common/heaptuple.c
AgeCommit message (Expand)Author
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-05-10Revert "Permit dump/reload of not-too-large >1GB tuples"Alvaro Herrera
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-02Permit dump/reload of not-too-large >1GB tuplesAlvaro Herrera
2016-11-08Replace uses of SPI_modifytuple that intend to allocate in current context.Tom Lane
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-18change tts_tupleDescriptor/tts_datarow checks into assertsTomas Vondra
2016-10-18minor fixes in slot_deform_datarow - comment and attnum/natts renameTomas Vondra
2016-10-18simplify slot_deform_datarow by using VARSIZE_ANYTomas Vondra
2016-10-18fix type mismatch in slot_deform_datarow (void* vs. Datum)Tomas Vondra
2016-10-18Fix another memory leak in executor.Pavan Deolasee
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-13Remove a lot of XC-specific code from the repo.Pavan Deolasee
2015-09-05Fix misc typos.Heikki Linnakangas
2015-07-02Remove obsolete heap_formtuple/modifytuple/deformtuple functions.Heikki Linnakangas
2015-06-05Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-05-14Support "expanded" objects, particularly arrays, for better performance.Tom Lane
2015-05-13Fix postgres_fdw to return the right ctid value in EvalPlanQual cases.Tom Lane
2015-04-27Fix compilation issues post 9.4 merge.Pavan Deolasee
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
2015-02-21Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].Tom Lane
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-05-01Fix failure to detoast fields in composite elements of structured types.Tom Lane
2014-01-28Revert C comment change in slot_attisnull()Bruce Momjian
2014-01-25Adjust C comment in slot_attisnull() regarding nulls.Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-22Change the way we mark tuples as frozen.Robert Haas
2013-01-23Improve concurrency of foreign key lockingAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-07-27Merge commit '80edfd76591fdb9beec061de3c05ef4e9d96ce56' into postgres-xc/masterMichael Paquier
2012-04-10Addition of integer node identifier as part of tuple informationMichael P
2012-03-09Update outdated comment. HeapTupleHeader.t_natts field doesn't exist anymore.Heikki Linnakangas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-08-08Clean up compilation warningsMichael P
2011-07-06Merge commit 'a4bebdd92624e018108c2610fc3f2c1584b6c687' into masterMichael P
2011-06-24This patch adds a system in XC to cancel a running query, and flush network b...Abbas
2011-05-20Merge commit '1084f317702e1a039696ab8a37caf900e55ec8f2' into int-pgxcPavan Deolasee
2011-05-19Fix and Clean up in ExecutorMichael P
2011-05-19Initial support for cursors (DECLARE, FETCH).Mason Sharp
2011-05-19Add support for ORDER BY adn DISTINCT.Mason S
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander