postgres-xl.git
2016-03-29 Pavan DeolaseeIn the installation guide, use datanode names that...
2016-03-29 Pavan DeolaseeAdd missing steps to create information about the coord...
2016-03-28 Pavan DeolaseeDraft release notes which includes bug fixes and improv...
2016-03-28 Pallavi SontakkeAdd TAP test for pgxc_ctl
2016-03-28 Pavan DeolaseeCorrect URL to Postgres-XL online release notes
2016-03-28 Pavan DeolaseeRemove a reference to sourceforge project page now...
2016-03-28 Pavan DeolaseeCorrect Copyright years
2016-03-28 Pavan DeolaseeCorrectly use Postgres-XL instead of PostgreSQL for...
2016-03-28 Pavan DeolaseeCorrectly specify HASH_BLOBS while using nodeOid as...
2016-03-28 Pavan DeolaseeUse a non-zero default value for max_wal_senders on...
2016-03-25 Pavan Deolaseepqsignal.c now comes from src/port and that must be...
2016-03-25 Pavan DeolaseeDo not turn hot_standby in coordinator/datanode slaves...
2016-03-22 Pavan DeolaseeCheck if gtm/gtm_proxy directory has a .pid file before...
2016-03-22 Pavan DeolaseeCorrect example in the tutorial.
2016-03-15 Pavan DeolaseeRemove an obselete file
2016-03-15 Pavan DeolaseeRename RelationLocInfo->nodeList to RelationLocInfo...
2016-03-15 Pavan DeolaseeRe-add incorrectly removed call to consume txn_count...
2016-03-15 Pavan DeolaseeAdd support for json_agg() pushdown
2016-03-14 Pavan DeolaseeFix a compiler warning about mixing of code and declara...
2016-03-14 Pavan DeolaseeAggregates with ORDER BY clause cannot be shipped to...
2016-03-11 Pavan DeolaseeFix several compiler warnings
2016-03-11 Pavan DeolaseeDo not compare unsigned integer for "< 0"
2016-03-11 Pavan DeolaseeExplicitly cast pthread_t to int for logging purposes
2016-03-11 Tomas Vondrafix missing prototypes (and 'implicit declaration'...
2016-03-11 Tomas Vondraremove functions that are not used (or defined)
2016-03-11 Tomas Vondraadd missing declarations of timeval/rusage structs
2016-03-11 Tomas Vondrafix declarations that discard 'const' modifier from...
2016-03-11 Tomas Vondraget rid of GTMGetFirstClientIdentifier (unused)
2016-03-11 Tomas Vondrafix a few violations of ISO C90 (mixed code/declarations)
2016-03-11 Tomas Vondraeliminate variables that are not used at all
2016-03-11 Tomas Vondraeliminate variables that are only set (but not used)
2016-03-11 Tomas Vondrafix missing ExceptionalCondition prototype / return...
2016-03-10 Pavan DeolaseeAdd support for pushdown of Append and MergeAppend...
2016-03-09 Pavan DeolaseeSend down SYNC message to a failed remote session that...
2016-03-09 Pavan DeolaseeSet log_line_prefix for regression run to collect more...
2016-03-09 Pavan DeolaseeAdd test cases to enable/disable certain modules using...
2016-03-04 Pavan DeolaseeAdd support for process-level control for overriding...
2016-03-03 Pavan DeolaseeHonour client's request for binary data transfer.
2016-03-03 Pavan DeolaseeAvoid repeated palloc for query strings while handling...
2016-03-03 Pavan DeolaseeCollect and return query substrings corresponding to...
2016-03-03 Pavan DeolaseeEnable 'random' test case to match with the parallel_sc...
2016-03-02 Pavan DeolaseeSave global_xmin in the GTM control file and use that...
2016-03-01 Pavan DeolaseeInclude the string terminator in GID size calculation
2016-03-01 Pavan DeolaseeReport state to the GTM no more frequently than defined by
2016-03-01 Pavan DeolaseeUse -P preprocessor option to avoid to inhibit generati...
2016-03-01 Pavan DeolaseeFix bugs around handling of params passed to the datanodes.
2016-02-19 Pavan DeolaseeFix docs and Makefile so that "make dist" works correctly
2016-02-19 Pavan DeolaseeHandle case correctly when collection function is not...
2016-02-18 Pavan DeolaseeCorrect stale links in the README file XL9_5_R1BETA1
2016-02-18 Pavan DeolaseeUpdate release notes
2016-02-18 Pavan DeolaseeStamp Postgres-XL 9.5r1beta1
2016-02-18 Pavan DeolaseeMake some adjustments to the way documentation headers...
2016-02-18 Pavan DeolaseeInstall docs under "doc" directory instead of "doc-xc"
2016-02-18 Pavan DeolaseeRemove some leftover merge-conflicts markers
2016-02-18 Pavan DeolaseeIncrease the timeout for waiting to end query to 1s...
2016-02-18 Mason SharpThere was a missing commit from when the repo was forked,
2016-02-18 Pavan DeolaseeFix a few compiler warnings.
2016-02-17 Pallavi SontakkeRemove known bugs' tests from schedule.
2016-02-17 Pavan DeolaseeHandle a race condition between portal close 'C' messag...
2016-02-17 Pavan DeolaseeGroup all uncategorised log messages to a default modul...
2016-02-17 Pavan DeolaseeCorrect a typo
2016-02-16 Pavan DeolaseeAdd a missing value for "%s" placeholder in an elog...
2016-02-15 Pavan DeolaseeUse "expr" instead of "bc" for arithmetic since "bc...
2016-02-15 Pavan DeolaseeFix build failure when configured with --with-openssl
2016-02-15 Pavan DeolaseeHandle errors while PREPARing a transaction gracefully.
2016-02-15 Pavan DeolaseeMake sure to write to the GTM control file only after...
2016-02-15 Pavan DeolaseeExtend commit, subtrans and commit_ts logs appropriatel...
2016-02-15 Pavan DeolaseeCorrectly check for implicit 2PC.
2016-02-15 Pavan DeolaseeGrep for all elog messages correctly post preprocessing
2016-02-15 Pallavi SontakkeTest sql and output changes for some contrib modules
2016-02-12 Pallavi SontakkeTest sql and output changes for LATERAL issue
2016-02-11 Pavan DeolaseeFix a typo in the script, we should be looking for...
2016-02-11 Pavan DeolaseeImprove the debugging infrastructure by adding mechanis...
2016-02-11 Pavan DeolaseeImprove node exclusion and node rejoining logic for...
2016-02-10 Pavan DeolaseeImprove node registration and xmin reporting such that...
2016-02-10 Pavan DeolaseeDo not log unnecessary node registration failures by...
2016-02-10 Pavan DeolaseeSome misc fixes and documentation updates for pgxc_ctl
2016-02-10 Pavan DeolaseeSprinkle SQueue and portal management code with DEBUG...
2016-02-10 Pallavi SontakkeTest sql and output changes for hstore
2016-02-09 Pavan DeolaseeAdjust log_line_prefix to log much more information...
2016-02-08 Pavan DeolaseeLet many GUC parameters be user-settable, compatible...
2016-02-08 Pavan DeolaseeSome improvements to debug/error logging.
2016-02-08 Pavan DeolaseeTrack PID of the remote backend processes serving a...
2016-02-08 Pavan DeolaseeAdd support for overrding default log levels for specfi...
2016-02-08 Pavan DeolaseeStandardize "subdir = <name>" in the Makefile(s)
2016-02-07 Pavan DeolaseeAdd a mechanism to start with an empty pgxc_ctl configu...
2016-02-04 Pavan DeolaseeHandle MergeAppend node correctly while determing param...
2016-02-04 Pavan DeolaseeIf we don't find GTM control file on startup, look...
2016-02-03 Pallavi SontakkeTest output and sql changes
2016-02-03 Pallavi SontakkeAdd expected output previously removed.
2016-02-02 Pallavi SontakkeTest output and sql changes
2016-02-01 Pavan DeolaseeFix collate regression case by removing an ORDER BY...
2016-02-01 Pavan DeolaseeChange expected output for 'transactions' test case...
2016-02-01 Pavan DeolaseeExponetially increase the sleep before retrying commit...
2016-02-01 Pavan DeolaseeDo not throw a FATAL error when SharedQ producer times...
2016-02-01 Pavan DeolaseeRemove a WARNING about coordinator provided snapshot...
2016-02-01 Pavan DeolaseeFix a bug where queries would incorrectly get executed...
2016-02-01 Pavan DeolaseeDo not hold the XidGenLock while obtaining an XID from...
2016-02-01 Pallavi SontakkeTest output and sql changes
2016-01-29 Pavan DeolaseeAvoid redefinition of a signal handler signature
next