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
/
nodes
/
bitmapset.c
Age
Commit message (
Expand
)
Author
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-03-27
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-18
Load balance remote subplan execution by choosing a node randomly instead of
Pavan Deolasee
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-28
Add bms_get_singleton_member(), and use it where appropriate.
Tom Lane
2014-11-28
Add bms_next_member(), and use it where appropriate.
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-09-30
In bms_add_member(), use repalloc() if the bms needs to be enlarged.
Heikki Linnakangas
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-01-28
Use parameterized paths to generate inner indexscans more flexibly.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-06-01
Fix several hash functions that were taking chintzy shortcuts instead of
Tom Lane
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-06-15
Improve hash method for bitmapsets: some examination of actual outputs
Tom Lane
2005-06-08
Marginal hack to avoid spending a lot of time in find_join_rel during
Tom Lane
2005-01-01
Some more missed copyright notices. Many of these look like they
Tom Lane
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-08-08
Another pgindent run with updated typedefs.
Bruce Momjian
2003-08-04
pgindent run.
Bruce Momjian
2003-07-22
Error message editing in backend/bootstrap, /lib, /nodes, /port.
Tom Lane
2003-06-29
Restructure building of join relation targetlists so that a join plan
Tom Lane
2003-02-08
Replace planner's representation of relation sets, per pghackers discussion.
Tom Lane