Skip to content

Commit 8642a0b

Browse files
committed
The Postgres-XL functionality includes MPP parallelism with
data node to data node communication, more stringent security, and other performance enhancements. Please see release notes. Key contributors are: Andrei Martsinchyk Nikhil Sontakke Mason Sharp
1 parent fd159b3 commit 8642a0b

File tree

271 files changed

+45372
-6555
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

271 files changed

+45372
-6555
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ lcov.info
2121
win32ver.rc
2222
*.exe
2323
lib*dll.def
24+
*~
2425

2526
# Local excludes in root directory
2627
/GNUmakefile
@@ -30,3 +31,7 @@ lib*dll.def
3031
/pgsql.sln.cache
3132
/Debug/
3233
/Release/
34+
/StormDB*
35+
/cscope*
36+
/.gitignore
37+

COPYRIGHT

+377-43
Large diffs are not rendered by default.

LICENSE.txt

+373
Large diffs are not rendered by default.

README

+10-12
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,30 @@
1-
Postgres-XC Database Management System
2-
=====================================
1+
Postgres-XL Database Management System
2+
======================================
33

4-
This directory contains the source code distribution of the Postgres-XC
4+
This directory contains the source code distribution of the Postgres-XL
55
database management system.
66

7-
Postgres-XC is an advanced object-relational cluster database management
7+
Postgres-XL is an advanced object-relational cluster database management
88
system that supports an extended subset of the SQL standard, including
99
transactions, foreign keys, user-defined types and functions. This
1010
distribution also contains C language bindings.
1111

12-
Postgres-XC has many language interfaces similar to PostgreSQL, many of
12+
Postgres-XL has many language interfaces similar to PostgreSQL, many of
1313
which are listed here:
1414

1515
http://www.postgresql.org/download
1616

1717
See the file INSTALL for instructions on how to build and install
18-
Postgres-XC. That file also lists supported operating systems and
18+
Postgres-XL. That file also lists supported operating systems and
1919
hardware platforms and contains information regarding any other
20-
software packages that are required to build or run the Postgres-XC
21-
system. Changes between all Postgres-XC releases are recorded in the
20+
software packages that are required to build or run the Postgres-XL
21+
system. Changes between all Postgres-XL releases are recorded in the
2222
file HISTORY. Copyright and license information can be found in the
2323
file COPYRIGHT. A comprehensive documentation set is included in this
2424
distribution; it can be read as described in the installation
2525
instructions.
2626

2727
The latest version of this software may be obtained at
28-
http://sourceforge.net/projects/postgres-xc/. For more information look at our
29-
web site located at http://postgres-xc.sourceforge.net/.
28+
http://sourceforge.net/projects/postgres-xl/. For more information look at our
29+
web site located at http://postgres-xl.sourceforge.net/.
3030

31-
More information about Postgres-XC Development Group is available at
32-
http://sourceforge.net/apps/mediawiki/postgres-xc/index.php?title=Charter.

0 commit comments

Comments
 (0)