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
Age
Commit message (
Expand
)
Author
2015-09-09
Modifying existing UDF tests with some limitations conditions.
xl_test
Pallavi Sontakke
2015-09-07
Some more tests on UDF like: reads from just 1 node, reads from multiple node...
Pallavi Sontakke
2015-09-02
Complex update and delete related tests for Major Differences - Limitations s...
Pallavi Sontakke
2015-08-28
Review comments incorporated. Highlighting insensitive cursor bug.
Pallavi Sontakke
2015-08-25
Tests related to user-defined-functions and not-supported features in Postgre...
Pallavi Sontakke
2015-08-18
Commiting functions and plan-pushdown and modulo distribution columns - limit...
Pallavi Sontakke
2015-08-18
Initial commit of tests for Major differences between XL and postgresql (Limi...
Pallavi Sontakke
2015-08-13
Avoid referencing a NULL pointer when GTM fails to create a socket
Pavan Deolasee
2015-08-13
Make sequence_range GUC to be part of COORDINATORS group.
Pavan Deolasee
2015-08-05
Fix issues with ANALYZE command
Pavan Deolasee
2015-08-05
Turn a message about buffering connection to DEBUG2 from LOG
Pavan Deolasee
2015-07-20
Add a facility to track waited-for XIDs for a transaction
Pavan Deolasee
2015-07-17
Force XID assignment before a snapshot is obtained on a local coordinator
Pavan Deolasee
2015-07-17
User GXID instead of Transaction Handle while sending backup actions to the GTM
Pavan Deolasee
2015-07-09
Reduce timeout for poll() from 1000ms to 10ms in GTM proxy.
Pavan Deolasee
2015-07-09
Fix broken protocol between clients and GTM for snapshot messages
Pavan Deolasee
2015-07-03
Handle deferred triggers and close portals before starting 2 phase commit
Pavan Deolasee
2015-07-02
Fix expected output for testcase 'collate' now that error HINTs are sent
Pavan Deolasee
2015-07-02
Add support to receive error HINTs from remote nodes and send it back to the
Pavan Deolasee
2015-07-01
Change expected output for testcase 'tablesample'
Pavan Deolasee
2015-07-01
Add necessary machinery to support for TABLESAMPLE clause
Pavan Deolasee
2015-07-01
Do not error out if transaction type is INTERNALOID for aggregates
Pavan Deolasee
2015-06-30
Do not include pgxc.h when relpath.c is compiled in FRONTEND mode
Pavan Deolasee
2015-06-30
Merge from upstream master branch of PostgreSQL repository
Pavan Deolasee
2015-06-29
Initialize GIN metapage correctly when replaying metapage-update WAL record.
Heikki Linnakangas
2015-06-29
Stamp 9.5alpha1.
Tom Lane
2015-06-29
Code + docs review for escaping of option values (commit 11a020eb6).
Tom Lane
2015-06-29
Replace ia64 S_UNLOCK compiler barrier with a full memory barrier.
Andres Freund
2015-06-29
Fix some expected output diffs in the alternate expected output for testcase
Pavan Deolasee
2015-06-29
Merge new output from privileges.out into the alternate expected output file
Pavan Deolasee
2015-06-29
Turn tables in updatable_views testcase to replicated tables
Pavan Deolasee
2015-06-29
Translation updates
Peter Eisentraut
2015-06-29
Run the C portions of guc-file.l through pgindent.
Tom Lane
2015-06-28
Improve design and implementation of pg_file_settings view.
Tom Lane
2015-06-28
Also trigger restartpoints based on max_wal_size on standby.
Heikki Linnakangas
2015-06-28
Promote the assertion that XLogBeginInsert() is not called twice into ERROR.
Heikki Linnakangas
2015-06-28
Fix double-XLogBeginInsert call in GIN page splits.
Heikki Linnakangas
2015-06-28
Don't choke on files that are removed while pg_rewind runs.
Heikki Linnakangas
2015-06-28
Add missing_ok option to the SQL functions for reading files.
Heikki Linnakangas
2015-06-28
Fix comment for GetCurrentIntegerTimestamp().
Kevin Grittner
2015-06-28
Fix function declaration style to respect the coding standard.
Tatsuo Ishii
2015-06-27
Avoid passing NULL to memcmp() in lookups of zero-argument functions.
Tom Lane
2015-06-27
Add opaque declaration of HTAB to tqual.h.
Kevin Grittner
2015-06-27
Fix typo in comment
Heikki Linnakangas
2015-06-26
Avoid hot standby cancels from VAC FREEZE
Simon Riggs
2015-06-26
Fix DDL command collection for TRANSFORM
Alvaro Herrera
2015-06-26
Fix BRIN xlog replay
Alvaro Herrera
2015-06-26
Be more conservative about removing tablespace "symlinks".
Robert Haas
2015-06-26
Remove unnecessary NULL test.
Robert Haas
2015-06-26
Don't warn about creating temporary or unlogged hash indexes.
Robert Haas
[next]