index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
common
/
heaptuple.c
Age
Commit message (
Expand
)
Author
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-05-10
Revert "Permit dump/reload of not-too-large >1GB tuples"
Alvaro Herrera
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-02
Permit dump/reload of not-too-large >1GB tuples
Alvaro Herrera
2016-11-08
Replace uses of SPI_modifytuple that intend to allocate in current context.
Tom Lane
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-18
change tts_tupleDescriptor/tts_datarow checks into asserts
Tomas Vondra
2016-10-18
minor fixes in slot_deform_datarow - comment and attnum/natts rename
Tomas Vondra
2016-10-18
simplify slot_deform_datarow by using VARSIZE_ANY
Tomas Vondra
2016-10-18
fix type mismatch in slot_deform_datarow (void* vs. Datum)
Tomas Vondra
2016-10-18
Fix another memory leak in executor.
Pavan Deolasee
2016-10-18
There was a missing commit from when the repo was forked,
Mason Sharp
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-11-13
Remove a lot of XC-specific code from the repo.
Pavan Deolasee
2015-09-05
Fix misc typos.
Heikki Linnakangas
2015-07-02
Remove obsolete heap_formtuple/modifytuple/deformtuple functions.
Heikki Linnakangas
2015-06-05
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-06-04
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-05-14
Support "expanded" objects, particularly arrays, for better performance.
Tom Lane
2015-05-13
Fix postgres_fdw to return the right ctid value in EvalPlanQual cases.
Tom Lane
2015-04-27
Fix compilation issues post 9.4 merge.
Pavan Deolasee
2015-04-27
Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4
Pavan Deolasee
2015-02-21
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-09-01
The Postgres-XL functionality includes MPP parallelism with
Pavan Deolasee
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-05-01
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-01-28
Revert C comment change in slot_attisnull()
Bruce Momjian
2014-01-25
Adjust C comment in slot_attisnull() regarding nulls.
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-22
Change the way we mark tuples as frozen.
Robert Haas
2013-01-23
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-07-27
Merge commit '80edfd76591fdb9beec061de3c05ef4e9d96ce56' into postgres-xc/master
Michael Paquier
2012-04-10
Addition of integer node identifier as part of tuple information
Michael P
2012-03-09
Update outdated comment. HeapTupleHeader.t_natts field doesn't exist anymore.
Heikki Linnakangas
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-08-08
Clean up compilation warnings
Michael P
2011-07-06
Merge commit 'a4bebdd92624e018108c2610fc3f2c1584b6c687' into master
Michael P
2011-06-24
This patch adds a system in XC to cancel a running query, and flush network b...
Abbas
2011-05-20
Merge commit '1084f317702e1a039696ab8a37caf900e55ec8f2' into int-pgxc
Pavan Deolasee
2011-05-19
Fix and Clean up in Executor
Michael P
2011-05-19
Initial support for cursors (DECLARE, FETCH).
Mason Sharp
2011-05-19
Add support for ORDER BY adn DISTINCT.
Mason S
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
[next]