summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-24Fix identity test casePavan Deolasee
2017-08-22Accept regression differences in largeobject test casePavan Deolasee
2017-08-22Handle rescan of RemoteQuery node correctlyPavan Deolasee
2017-08-22Do not FQS NextValueExprPavan Deolasee
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-21Fix portals test casePavan Deolasee
2017-08-21Fix insert test casePavan Deolasee
2017-08-21Cast ExecRemoteQuery parameters to (PlanState *) in contribTomas Vondra
2017-08-21Make sure coordinator_lxid is formatted as %u and not %dTomas Vondra
2017-08-21Define coordinator_lxid GUC as unsigned integerTomas Vondra
2017-08-21Make sure ExecRemoteQuery is called with (PlanState *) parameterTomas Vondra
2017-08-21Handle params correctly within Subplan nodesPavan Deolasee
2017-08-18Generate a DEFAULT clause for identity columnsPavan Deolasee
2017-08-18Accept some trivial regression diffs after the last mergePavan Deolasee
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-08-14Handle elog(FATAL) during ROLLBACK more robustly.Tom Lane
2017-08-14Fix typoPeter Eisentraut
2017-08-14doc: Fix logical replication protocol doc detailPeter Eisentraut
2017-08-14Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.Tom Lane
2017-08-14Changed ecpg parser to allow RETURNING clauses without attached C variables.Michael Meskes
2017-08-13Remove AtEOXact_CatCache().Tom Lane
2017-08-13Reword comment for clarityAlvaro Herrera
2017-08-13Fix vertical spanning in table "wait_event Description".Noah Misch
2017-08-12Simplify fetch-slot-xmins logic in recovery TAP tests.Tom Lane
2017-08-11Be more thorough about cleaning out gcov litter.Tom Lane
2017-08-11Add regression tests exercising more code paths in nodeLimit.c.Tom Lane
2017-08-11Add regression tests exercising the non-hashed code paths in nodeSetop.c.Tom Lane
2017-08-11doc: Add example for inet vs cidr differencePeter Eisentraut
2017-08-11doc: Update description of rolreplication columnPeter Eisentraut
2017-08-11doc: Small wording improvementPeter Eisentraut
2017-08-11pg_upgrade: Clarify one messagePeter Eisentraut
2017-08-11Remove pgbench's restriction on placement of -M switch.Tom Lane
2017-08-11Remove uses of "slave" in replication contextsPeter Eisentraut
2017-08-11Reject use of ucol_strcollUTF8() before ICU 53Peter Eisentraut
2017-08-11Fix order of ICU_CFLAGSPeter Eisentraut
2017-08-10Improve the error message when creating an empty range partition.Robert Haas
2017-08-10Make some more improvements to parallel query documentation.Robert Haas
2017-08-10Fix typo in comment.Robert Haas
2017-08-10pgstatindex: Insert some casts to prevent overflow.Robert Haas
2017-08-10Remove incorrect assertion in clog.cRobert Haas
2017-08-09Fix handling of container types in find_composite_type_dependencies.Tom Lane
2017-08-09Prevent passing down MAKELEVEL/MAKEFLAGS from non-GNU make to GNU make.Tom Lane
2017-08-08doc: Add missing pieces to logical replication protocol docPeter Eisentraut
2017-08-08Fix datumSerialize infrastructure to not crash on non-varlena data.Tom Lane
2017-08-08Reword some unclear commentsAlvaro Herrera
2017-08-08Fix typo in commentAlvaro Herrera
2017-08-08Fix yet another race condition in recovery/t/001_stream_rep.pl.Tom Lane