postgres-xl.git
2015-08-20 Pavan DeolaseeLook at hash joinable operator instead of type-equality... xl_dbt3_expt
2015-08-19 Pavan DeolaseeUse ErrorContext to save error messages in ResponseComb...
2015-08-19 Pavan DeolaseeCommit a patch submitted by jasonysli@tencent.com to...
2015-08-19 Pavan DeolaseeRevert changes made to join pushdown for materialised...
2015-08-18 Pavan DeolaseeWait for 10 seconds for consumers to finish before...
2015-08-18 Pavan DeolaseeChange several messages from LOG to DEBUG1/DEBUG2
2015-08-18 Pavan DeolaseeFree queryDesc while dropping a portal.
2015-08-18 Pavan DeolaseeRemember the restrictInfo clauses which were pushed...
2015-08-13 Pavan DeolaseeAvoid referencing a NULL pointer when GTM fails to...
2015-08-13 Pavan DeolaseeMake sequence_range GUC to be part of COORDINATORS...
2015-08-05 Pavan DeolaseeFix issues with ANALYZE command
2015-08-05 Pavan DeolaseeTurn a message about buffering connection to DEBUG2...
2015-07-23 Pavan DeolaseeFix markup in docs.
2015-07-20 Pavan DeolaseeAdd a facility to track waited-for XIDs for a transaction
2015-07-17 Pavan DeolaseeForce XID assignment before a snapshot is obtained...
2015-07-17 Pavan DeolaseeUser GXID instead of Transaction Handle while sending...
2015-07-09 Pavan DeolaseeReduce timeout for poll() from 1000ms to 10ms in GTM...
2015-07-09 Pavan DeolaseeFix broken protocol between clients and GTM for snapsho...
2015-07-03 Pavan DeolaseeHandle deferred triggers and close portals before start...
2015-07-02 Pavan DeolaseeFix expected output for testcase 'collate' now that...
2015-07-02 Pavan DeolaseeAdd support to receive error HINTs from remote nodes...
2015-07-01 Pavan DeolaseeChange expected output for testcase 'tablesample'
2015-07-01 Pavan DeolaseeAdd necessary machinery to support for TABLESAMPLE...
2015-07-01 Pavan DeolaseeDo not error out if transaction type is INTERNALOID...
2015-06-30 Pavan DeolaseeDo not include pgxc.h when relpath.c is compiled in...
2015-06-30 Pavan DeolaseeChange COPYRIGHT notice to include 2ndQuadrant Limited...
2015-06-30 Pavan DeolaseeMerge from upstream master branch of PostgreSQL repository
2015-06-29 Heikki LinnakangasInitialize GIN metapage correctly when replaying metapa...
2015-06-29 Tom LaneStamp 9.5alpha1.
2015-06-29 Tom LaneDesultory review of 9.5 release notes.
2015-06-29 Tom LaneCode + docs review for escaping of option values (commi...
2015-06-29 Andres FreundReplace ia64 S_UNLOCK compiler barrier with a full...
2015-06-29 Pavan DeolaseeFix some expected output diffs in the alternate expecte...
2015-06-29 Pavan DeolaseeMerge new output from privileges.out into the alternate...
2015-06-29 Pavan DeolaseeTurn tables in updatable_views testcase to replicated...
2015-06-29 Peter EisentrautTranslation updates
2015-06-29 Tom LaneRun the C portions of guc-file.l through pgindent.
2015-06-28 Tom LaneImprove design and implementation of pg_file_settings...
2015-06-28 Heikki LinnakangasAlso trigger restartpoints based on max_wal_size on...
2015-06-28 Heikki LinnakangasFix markup in docs.
2015-06-28 Heikki LinnakangasPromote the assertion that XLogBeginInsert() is not...
2015-06-28 Heikki LinnakangasFix double-XLogBeginInsert call in GIN page splits.
2015-06-28 Heikki LinnakangasDon't choke on files that are removed while pg_rewind...
2015-06-28 Heikki LinnakangasAdd missing_ok option to the SQL functions for reading...
2015-06-28 Kevin GrittnerFix comment for GetCurrentIntegerTimestamp().
2015-06-28 Tatsuo IshiiFix function declaration style to respect the coding...
2015-06-27 Tom LaneAvoid passing NULL to memcmp() in lookups of zero-argum...
2015-06-27 Andres FreundFix test_decoding's handling of nonexistant columns...
2015-06-27 Kevin GrittnerAdd opaque declaration of HTAB to tqual.h.
2015-06-27 Heikki LinnakangasFix typo in comment
2015-06-26 Simon RiggsAvoid hot standby cancels from VAC FREEZE
2015-06-26 Alvaro HerreraFix DDL command collection for TRANSFORM
2015-06-26 Alvaro HerreraFix BRIN xlog replay
2015-06-26 Robert HaasFix grammar.
2015-06-26 Robert HaasBe more conservative about removing tablespace "symlinks".
2015-06-26 Robert Haasrelease notes: Add entry for commit 5ea86e6e6.
2015-06-26 Robert HaasRemove unnecessary NULL test.
2015-06-26 Robert Haasrelease notes: Combine items for pg_upgrade and pg_upgr...
2015-06-26 Robert HaasDon't warn about creating temporary or unlogged hash...
2015-06-26 Robert HaasReduce log level for background worker events from...
2015-06-26 Andres FreundFix the fallback memory barrier implementation to be...
2015-06-26 Robert HaasImprove handling of CustomPath/CustomPlan(State) children.
2015-06-26 Heikki LinnakangasFix a couple of bugs with wal_log_hints.
2015-06-25 Robert HaasAllow background workers to connect to no particular...
2015-06-25 Tom LaneFix the logic for putting relations into the relcache...
2015-06-25 Tom LaneDocs: fix claim that to_char('FM') removes trailing...
2015-06-25 Pavan DeolaseeChange expected output for the test case 'tablespace'
2015-06-25 Pavan DeolaseePropogate ALTER TABLE ALL IN correctly to all nodes
2015-06-25 Pavan DeolaseeFix expected output for the test case 'xc_sequence'
2015-06-24 Pavan DeolaseeAdd missing chunk to xc_FQS.out
2015-06-24 Pavan DeolaseeFix 'xc_FQS' and 'xc_FQS_join' test cases
2015-06-24 Fujii MasaoAdd index terms for functions jsonb_set and jsonb_pretty.
2015-06-24 Pavan DeolaseeChange expected output for test cases 'alter_generic...
2015-06-24 Pavan DeolaseeDo not show node information in the test case 'union'.
2015-06-24 Pavan DeolaseeMake adjustments to 'join' test case as well as its...
2015-06-24 Pavan DeolaseeDo not use storm_catalog
2015-06-24 Pavan DeolaseeCorrect proargtypes and prorettype for numeric_collect...
2015-06-24 Pavan DeolaseeCorrect various mistakes in defining numeric_agg_state...
2015-06-23 Robert HaasUpdate get_relation_info comment.
2015-06-23 Heikki LinnakangasAdd missing newline to debug-message.
2015-06-23 Pavan DeolaseeFind and remember node id of the remote node as set...
2015-06-23 Pavan DeolaseeAlways pass InvalidBackendId to relpath()
2015-06-23 Peter Eisentrautpg_rewind: Improve message wording
2015-06-23 Peter Eisentrautpg_basebackup: Remove redundant newline in error message
2015-06-22 Tom LaneImprove inheritance_planner()'s performance for large...
2015-06-22 Robert Haaspsql: Add some tab completion for TABLESAMPLE.
2015-06-22 Pavan DeolaseeMark a table in rowsecurity test case to be replicated
2015-06-22 Pavan DeolaseeAdjust out and read functions for TableSampleClause...
2015-06-22 Pavan DeolaseeFire remote DDLs correctly even if utility.c decides...
2015-06-22 Noah MischTruncate strings in tarCreateHeader() with strlcpy...
2015-06-21 Alvaro HerreraAdd transforms to pg_get_object_address and friends
2015-06-21 Andres FreundImprove multixact emergency autovacuum logic.
2015-06-21 Andres FreundAdd missing check for wal_debug GUC.
2015-06-21 Peter EisentrautPL/Perl: Add alternative expected file for Perl 5.22
2015-06-20 Noah MischFix failure to copy setlocale() return value.
2015-06-20 Noah MischRevert "Detect setlocale(LC_CTYPE, NULL) clobbering...
2015-06-20 Alvaro HerreraFix BRIN supported operators table
2015-06-20 Alvaro HerreraFix thinko in comment (launcher -> worker)
2015-06-19 Tom LaneIn immediate shutdown, postmaster should not exit till...
2015-06-19 Alvaro HerreraClamp autovacuum launcher sleep time to 5 minutes
next