postgres-xl.git
2018-09-06 Pavan DeolaseeForce restart cluster monitor process if the GTM restarts
2018-09-06 Pavan DeolaseeFix an oversight in 32025718755c4bbf100563fdc88e96225fc...
2018-08-10 Pavan DeolaseeCorrectly track XID obtained by autovac as one from...
2018-08-10 Pavan DeolaseeAdd a test to do sanity check at the end
2018-08-10 Pavan DeolaseeUse correct path for tablspaces while creating a basebackup
2018-07-31 Pavan DeolaseeEnsure that bad protocol ERROR message is sent to the...
2018-07-31 Pavan DeolaseeCorrect select the GTM proxy for a new node being added
2018-07-19 Pavan DeolaseeTeach pgxc_exec_sizefunc() to use pg_my_temp_schema...
2018-07-17 Pavan DeolaseeFix handling of REFRESH MATERIALIZED VIEW CONCURRENTLY
2018-07-11 Pavan DeolaseeImprove locking semantics in GTM and GTM Proxy
2018-07-10 Pavan DeolaseeFix a compiler warning introduced in the previous commit
2018-07-10 Pavan DeolaseeEnsure that typename is schema qualified while sending...
2018-06-18 Pavan DeolaseeEnsure pooler process follows consistent model for...
2018-06-18 Pavan DeolaseeProperly quote typename before calling parseTypeString
2018-05-21 Pavan DeolaseeRemove some accidentally added elog(LOG) messages
2018-05-18 Pavan DeolaseeFix broken implementation of recovery to barrier.
2018-05-18 Pavan DeolaseeFix a long standing bug in vacuum/analyze of temp tables
2018-05-16 Pavan DeolaseeAccept regression diffs post merge with 9.5.12
2018-05-16 Pavan DeolaseeAccept regression diffs in join test case
2018-05-16 Pavan DeolaseeAccept regression diffs in plpgsql test case
2018-05-16 Pavan DeolaseeAccept regression diff.
2018-05-16 Pavan DeolaseeTrack clearly whether to run a remote transaction in...
2018-05-14 Pavan DeolaseeQualify the sequence name per changes in PG 9.5.12
2018-05-07 Pavan DeolaseeDo not try to show targetlist of a RemoteSubplan on...
2018-04-17 Pavan DeolaseeAccept expected output differences for EXPLAIN
2018-04-17 Pavan DeolaseeAccept expected output diffs in xml test case
2018-04-17 Pavan DeolaseeAccept expected output diffs in privileges test case
2018-04-17 Pavan DeolaseeAccept expected output diffs in groupingsets test
2018-04-17 Pavan DeolaseeMerge tag 'REL9_5_12' into XL9_5_STABLE
2018-04-17 Pavan DeolaseeMerge tag 'REL9_5_9' into XL9_5_STABLE
2018-04-09 Pavan DeolaseeDo not send the new protocol message to non-XL client.
2018-02-27 Magnus HaganderRevert restructuring of bin/scripts/Makefile
2018-02-26 Tom LaneStamp 9.5.12.
2018-02-26 Tom LaneSchema-qualify references in test_ddl_deparse test...
2018-02-26 Tom LaneLast-minute updates for release notes.
2018-02-26 Noah MischDocument security implications of search_path and the...
2018-02-26 Noah MischEmpty search_path in Autovacuum and non-psql/pgbench...
2018-02-26 Tom LaneAvoid using unsafe search_path settings during dump...
2018-02-26 Peter EisentrautTranslation updates
2018-02-25 Tom LaneRelease notes for 10.3, 9.6.8, 9.5.12, 9.4.17, 9.3.22.
2018-02-23 Tom LaneAllow auto_explain.log_min_duration to go up to INT_MAX.
2018-02-23 Noah MischSynchronize doc/ copies of src/test/examples/.
2018-02-23 Tom LaneFix planner failures with overlapping mergejoin clauses...
2018-02-21 Tom LaneRepair pg_upgrade's failure to preserve relfrozenxid...
2018-02-19 Tom LaneFix misbehavior of CTE-used-in-a-subplan during EPQ...
2018-02-15 Tom LaneDoc: fix minor bug in CREATE TABLE example.
2018-02-14 Tom LaneFix broken logic for reporting PL/Python function names...
2018-02-07 Magnus HaganderChange default git repo URL to https
2018-02-05 Tom LaneStamp 9.5.11.
2018-02-05 Tom LaneLast-minute updates for release notes.
2018-02-05 Peter EisentrautTranslation updates
2018-02-05 Tom LaneEnsure that all temp files made during pg_upgrade are...
2018-02-04 Tom LaneRelease notes for 10.2, 9.6.7, 9.5.11, 9.4.16, 9.3.21.
2018-01-31 Bruce Momjiandoc: in contrib-spi, mention and link to the meaning...
2018-01-31 Bruce Momjiandoc: Improve pg_upgrade rsync examples to use clusterdir
2018-01-31 Robert Haaspgcrypto's encrypt() supports AES-128, AES-192, and...
2018-01-29 Peter Eisentrautpsql documentation fixes
2018-01-28 Tom LaneAdd stack-overflow guards in set-operation planning.
2018-01-27 Tom LaneUpdate time zone data files to tzdata release 2018c.
2018-01-23 Tom LaneTeach reparameterize_path() to handle AppendPaths.
2018-01-23 Bruce Momjiandoc: simplify intermediate certificate mention in...
2018-01-22 Tom LaneMake pg_dump's ACL, sec label, and comment entries...
2018-01-21 Bruce Momjiandoc: update intermediate certificate instructions
2018-01-19 Alvaro HerreraFix StoreCatalogInheritance1 to use 32bit inhseqno
2018-01-18 Tom LaneExtend configure's __int128 test to check for a known...
2018-01-15 Michael MeskesCope with indicator arrays that do not have the correct...
2018-01-12 Tom LaneAvoid unnecessary failure in SELECT concurrent with...
2018-01-12 Tom LaneFix incorrect handling of subquery pullup in the presen...
2018-01-10 Tom LaneFix sample INSTR() functions in the plpgsql documentation.
2018-01-09 Alvaro HerreraChange some bogus PageGetLSN calls to BufferGetLSNAtomic
2018-01-05 Bruce Momjianpg_upgrade: simplify code layout in a few places
2018-01-05 Alvaro HerreraFix failure to delete spill files of aborted transactions
2018-01-03 Andres FreundRename pg_rewind's copy_file_range() to avoid conflict...
2018-01-03 Andrew DunstanFix use of config-specific libraries for Windows OpenSSL
2018-01-03 Alvaro HerreraMake XactLockTableWait work for transactions that are...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2018-01-02 Alvaro HerreraFix deadlock hazard in CREATE INDEX CONCURRENTLY
2017-12-22 Tom LaneDisallow UNION/INTERSECT/EXCEPT over no columns.
2017-12-18 Peter Eisentrautdoc: Fix figures in example description
2017-12-15 Andres FreundPerform a lot more sanity checks when freezing tuples.
2017-12-15 Andres FreundFix pruning of locked and updated tuples.
2017-12-14 Andrew DunstanFix walsender timeouts when decoding a large transaction
2017-12-11 Tom LaneFix corner-case coredump in _SPI_error_callback().
2017-12-09 Noah MischMSVC 2012+: Permit linking to 32-bit, MinGW-built libra...
2017-12-09 Noah MischMSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.
2017-12-09 Noah MischMSVC: Remove cosmetic, cross-branch differences pertain...
2017-12-08 Peter EisentrautFix mistake in comment
2017-12-08 Peter Eisentrautdoc: Add advice about systemd RemoveIPC
2017-12-06 Robert HaasReport failure to start a background worker.
2017-12-05 Robert HaasMark assorted variables PGDLLIMPORT.
2017-12-04 Tom LaneClean up assorted messiness around AllocateDir() usage.
2017-11-30 Noah MischFix non-GNU makefiles for AIX make.
2017-11-27 Tom LaneFix creation of resjunk tlist entries for inherited...
2017-11-27 Magnus HaganderFix typo in comment
2017-11-26 Tom LanePad XLogReaderState's main_data buffer more aggressively.
2017-11-26 Joe ConwayMake has_sequence_privilege support WITH GRANT OPTION
2017-11-25 Tom LaneUpdate MSVC build process for new timezone data.
2017-11-25 Tom LaneReplace raw timezone source data with IANA's new compac...
2017-11-25 Tom LaneAvoid formally-undefined use of memcpy() in hstoreUniqu...
2017-11-25 Tom LaneRepair failure with SubPlans in multi-row VALUES lists.
next