summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-17Do not add pthread to LDFLAGS at the top level Makefile.Pavan Deolasee
2015-06-15Define new routines for obtaining relation and tablespace path on the clientPavan Deolasee
2015-06-10Fix expected output for the testcase 'xc_having'Pavan Deolasee
2015-06-10Fix expected output for the testcase 'xc_groupby'Pavan Deolasee
2015-06-10Fix a few expected output diffs for the test case 'rowtypes'Pavan Deolasee
2015-06-10Fix a few expected output diff for the testcase 'alter_table'Pavan Deolasee
2015-06-10Fix alternate expected output for the testcase 'truncate'Pavan Deolasee
2015-06-10Fix expected output for the testcase 'domain'Pavan Deolasee
2015-06-10Fix a few expected output diffs from the testcase 'equivclass'Pavan Deolasee
2015-06-10Fix expected output for the testcase 'indirect_toast'Pavan Deolasee
2015-06-10Fix expected output file for the testcase 'window'Pavan Deolasee
2015-06-10Fix alternate expected output file for the testcase 'foreign_data'Pavan Deolasee
2015-06-10Fix alternate expected output file for the testcase 'tsearch'Pavan Deolasee
2015-06-10Fix alternate expected output file for the test case 'guc'Pavan Deolasee
2015-06-10Fix alternate expected output for the testcase 'cluster'Pavan Deolasee
2015-06-10Fix alternate expected output file for testcase 'select_views'Pavan Deolasee
2015-06-10Fix expected output for the testcase 'replica_identity'Pavan Deolasee
2015-06-10Fix a few expected output diffs in testcase 'matview'Pavan Deolasee
2015-06-10Fix expected output for the testcase 'collate'Pavan Deolasee
2015-06-10Fix expected output file for the testcase 'gist'Pavan Deolasee
2015-06-10Fix expected output file for testcase 'update'Pavan Deolasee
2015-06-10Fix expected output diffs from test case 'portals'Pavan Deolasee
2015-06-10Fix expected output for test case 'transactions'Pavan Deolasee
2015-06-10Fix a few expected output diffs related to plan changes for test casePavan Deolasee
2015-06-10Fix most expected output diffs in test case 'join'Pavan Deolasee
2015-06-10Fix alternate expected output file for test case 'case'Pavan Deolasee
2015-06-10Fix expected output diffs from test case unionPavan Deolasee
2015-06-10Fix a few diffs in expected output for test case subselectPavan Deolasee
2015-06-10Fix expected output for test case sanity_checkPavan Deolasee
2015-06-10Fix expected output for test case vacuum by removing couple of additionalPavan Deolasee
2015-06-10Fix a few expected output diffs from test case inheritPavan Deolasee
2015-06-10Fix expected output diffs for test case triggersPavan Deolasee
2015-06-10Fix a few expected output diffs in test case constraintsPavan Deolasee
2015-06-10Fix most of the expected output diffs for test case create_indexPavan Deolasee
2015-06-10Fix a few expected outputs related to plan changes for test casePavan Deolasee
2015-06-10Fix expected output for test case macaddrPavan Deolasee
2015-06-10Fix expected output for test case polygonPavan Deolasee
2015-06-10Fix expected output for rangetypes test casePavan Deolasee
2015-06-10Encode list of rel OIDs in a portable format for datanodes to translate them toPavan Deolasee
2015-06-09Use polymorphic inverse function for int8 aggregates.Pavan Deolasee
2015-06-08Enable gist test case now that VACUUM hanging issue is resolvedPavan Deolasee
2015-06-08Rename sequences correctly on the GTM when schemas are renamedPavan Deolasee
2015-06-05Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-06-04Do not call set_sid() for pooler processes.Pavan Deolasee
2015-06-04Fix some post-merge issuesPavan Deolasee
2015-06-04Add missing columns for the newly added aggregate functionsPavan Deolasee
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-06-04Fix some issues in pg_class.relminmxid and pg_database.datminmxid documentation.Fujii Masao
2015-06-04doc: Fix PDF build with FOPPeter Eisentraut
2015-06-03Fix some questionable edge-case behaviors in add_path() and friends.Tom Lane