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
/
optimizer
/
plan
/
Makefile
Age
Commit message (
Expand
)
Author
2014-09-01
The Postgres-XL functionality includes MPP parallelism with
Pavan Deolasee
2012-08-20
While creating paths for various relations, identify the base relations and
Ashutosh Bapat
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-03-28
Rework join-removal logic as per recent discussion. In particular this
Tom Lane
2008-02-19
Refactor backend makefiles to remove lots of duplicate code
Peter Eisentraut
2007-01-20
Remove remains of old depend target.
Peter Eisentraut
2005-04-11
Create the planner mechanism for optimizing simple MIN and MAX queries
Tom Lane
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2000-08-31
Fix relative path references so that make knowns which dependencies refer
Peter Eisentraut
2000-05-29
Generated header files parse.h and fmgroids.h are now copied into
Tom Lane
1999-12-13
New LDOUT makefile variable for QNX os.
Bruce Momjian
1999-12-09
Make LD -r as macros that can be changed for QNX.
Bruce Momjian
1998-04-06
Hi,
Bruce Momjian
1998-02-13
Old planner() becomes union_planner(); new planner() makes initialization
Vadim B. Mikheev
1997-12-20
Major cleanout of PORTNAME variables from Makefiles...bound to screw up
Marc G. Fournier
1997-12-19
More cleanups. I can now compile without PORTNAME being defined n
Marc G. Fournier
1996-11-09
Makefile cleanup after reorganization
Bruce Momjian
1996-10-31
Cleanup Makefiles
Marc G. Fournier
1996-10-27
Simplify make files, add full dependencies.
Bryan Henderson