summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2018-07-31Correct select the GTM proxy for a new node being addedPavan Deolasee
2018-07-27Teach pgxc_ctl to use the new --waldir option of pg_basebackupPavan Deolasee
2018-05-18Track clearly whether to run a remote transaction in autocommit or a blockPavan Deolasee
2017-09-30Fix the pg_basebackup call when adding standby nodesTomas Vondra
2017-09-20Enable Hot Standby on the replicasPavan Deolasee
2017-08-30Accept differences in tsm_system_time contrib moduleTomas Vondra
2017-08-30Accept plan changes in tsm_system_rows contrib moduleTomas Vondra
2017-08-30Stabilize ordering in tablefunc contrib moduleTomas Vondra
2017-08-30Remove FDW objects from tests in pgstattuple contrib moduleTomas Vondra
2017-08-30Remove FDW objects from tests in pg_visibility contrib moduleTomas Vondra
2017-08-30Stabilize ordering of results in pg_trgm contrib moduleTomas Vondra
2017-08-30Accept plan changes in btree_gist contrib moduleTomas Vondra
2017-08-30Accept plan change in btree_gin contrib moduleTomas Vondra
2017-08-30Accept plan changes in bloom contrib moduleTomas Vondra
2017-08-21Add missing sys/wait.h include to pgxc_monitorTomas Vondra
2017-08-21Make make_signature fail if any of the commands failsTomas Vondra
2017-08-21Use sed instead of ex in make_signature scriptTomas Vondra
2017-08-21Cast ExecRemoteQuery parameters to (PlanState *) in contribTomas Vondra
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-08-11Remove uses of "slave" in replication contextsPeter Eisentraut
2017-08-10pgstatindex: Insert some casts to prevent overflow.Robert Haas
2017-08-05Add regression test for wide REPLICA IDENTITY FULL updates.Andres Freund
2017-08-04hash: Increase the number of possible overflow bitmaps by 8x.Robert Haas
2017-07-28PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane
2017-07-28PL/Perl portability fix: avoid including XSUB.h in plperl.c.Tom Lane
2017-07-24When WCOs are present, disable direct foreign table modification.Robert Haas
2017-07-21Stabilize postgres_fdw regression tests.Tom Lane
2017-07-21Re-establish postgres_fdw connections after server or user mapping changes.Tom Lane
2017-07-14Code review for NextValueExpr expression node type.Tom Lane
2017-07-13Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10Pavan Deolasee
2017-07-05Fix compilation errors in stormstatsTomas Vondra
2017-07-05Correct simple_prompt calls in pgxc_ctlTomas Vondra
2017-07-03Forbid gen_random_uuid() with --disable-strong-randomHeikki Linnakangas
2017-06-30Fix typo in commentPeter Eisentraut
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-22postgres_fdw: Move function prototype to correct section.Robert Haas
2017-06-22Teach pgrowlocks to check relkind before scanningPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-15Fix low-probability leaks of PGresult objects in the backend.Tom Lane
2017-06-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-06-13psql: Use more consistent capitalization of some output headingsPeter Eisentraut
2017-06-08Fix contrib/sepgsql regr tests for tup-routing constraint check change.Joe Conway
2017-06-07postgres_fdw: Allow cancellation of transaction control commands.Robert Haas
2017-06-04Replace over-optimistic Assert in partitioning code with a runtime test.Tom Lane
2017-05-30Fix wording in amvalidate error messagesAlvaro Herrera
2017-05-21Fix contrib/sepgsql regression tests for partition NOT NULL change.Tom Lane
2017-05-18Don't explicitly mark range partitioning columns NOT NULL.Robert Haas