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
Age
Commit message (
Expand
)
Author
2011-08-08
Clean up compilation warnings
Michael P
2011-08-05
Support for temporary TABLE/VIEW
Michael P
2011-07-29
Allow commands PREPARE and EXECUTE to prepare a statement and execute it resp.
Ashutosh Bapat
2011-07-27
Support for TEMPORARY sequences
Michael P
2011-07-27
In function do_query() and ExecRemoteQuery() there is duplicated code
Ashutosh Bapat
2011-07-25
Addition of forgotten PGXC flags in xact.c
Michael P
2011-07-21
Reactivate preferred_data_nodes
Michael P
2011-07-18
If the havingQuals in query contain aggregates, the aggregates and the VARs not
Ashutosh Bapat
2011-07-15
Fix for bug 3366724: Autovacuum warning on datanode
Michael P
2011-07-14
Performance issue with snapshot processing
Michael P
2011-07-12
Fix for WHERE planning when analyzing forwign quals
Michael P
2011-07-08
Improvement of expression push-down analysis to foreign servers
Michael P
2011-07-06
A query with a HAVING clause, is routed through standard planner for planning.
Ashutosh Bapat
2011-07-06
Merge commit 'a4bebdd92624e018108c2610fc3f2c1584b6c687' into master
Michael P
2011-06-29
Support for GTM-Standby
Michael P
2011-06-29
Since aggregation can work without collection function, user need not provide
Ashutosh Bapat
2011-06-28
The commit fixes two issues
Ashutosh Bapat
2011-06-27
Fix for bug 3324377: DBT-1 error with varchar
Michael P
2011-06-27
For every aggregate, we expect that the collection function is such that, it
Ashutosh Bapat
2011-06-24
This patch adds a system in XC to cancel a running query, and flush network b...
Abbas
2011-06-24
Merge branch 'pgxc-barrier-rebase' into PGXC-master
Pavan Deolasee
2011-06-24
Change the recovery_barrier_id parameter in recovery.conf to
Pavan Deolasee
2011-06-23
If the barrier id not specified in the CREATE BARRIER command, auto-generate
Pavan Deolasee
2011-06-21
The patch has following changes:
Ashutosh Bapat
2011-06-17
Correction of spelling mistakes
Michael P
2011-06-17
Stop at the appropriate berrier record and set the last time correctly
Pavan Deolasee
2011-06-17
WAL log the barrier creation activity on the local coordinator. Also fix some of
Pavan Deolasee
2011-06-17
Rearrange the 2PC commit code so that we can commit the local
Pavan Deolasee
2011-06-17
Merge branch 'PGXC-master' into pgxc-barrier
Pavan Deolasee
2011-06-17
Add synchrnization at the commit time
Pavan Deolasee
2011-06-17
First cut implementation of BARRIER for PITR and global consistent recovery
Pavan Deolasee
2011-06-16
Support for START TRANSACTION
Michael P
2011-06-15
Fix for bug 3286054. The aggregates like count() can return integral value 0,
Ashutosh Bapat
2011-06-14
Push aggregations and GROUP BY clause to the datanode when query has aggregates
Ashutosh Bapat
2011-06-11
Add C comment mentioning pg_stat_activity.procpid should have been
Bruce Momjian
2011-06-10
Work around gcc 4.6.0 bug that breaks WAL replay.
Tom Lane
2011-06-10
Fix locking while setting flags in MySerializableXact.
Heikki Linnakangas
2011-06-10
Use "transient" files for blind writes, take 2
Alvaro Herrera
2011-06-10
Use a constant sprintf format to silence compiler warning
Alvaro Herrera
2011-06-10
Small comment fixes and enhancements.
Heikki Linnakangas
2011-06-09
Revert "Use "transient" files for blind writes"
Alvaro Herrera
2011-06-09
Use "transient" files for blind writes
Alvaro Herrera
2011-06-09
Translation updates for 9.1beta2
Peter Eisentraut
2011-06-09
Fix the truncation logic of the OldSerXid SLRU mechanism. We can't pass
Heikki Linnakangas
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
Add gitignore for mingw/cygwin build outputs
Magnus Hagander
2011-06-09
Mark the SLRU page as dirty when setting an entry in pg_serial. In the
Heikki Linnakangas
2011-06-08
Allow domains over arrays to match ANYARRAY parameters again.
Tom Lane
2011-06-08
Make DDL operations play nicely with Serializable Snapshot Isolation.
Heikki Linnakangas
2011-06-08
Complain politely about access temp/unlogged tables during recovery.
Robert Haas
[next]