summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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-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-10Fix typo in comment.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-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
2017-08-08Fix replication origin-related race conditionsAlvaro Herrera
2017-08-08Fix inadequacies in recently added wait eventsAlvaro Herrera
2017-08-08Mark variable as const to prevent compiler warningTomas Vondra
2017-08-08Use sort_pathkeys instead of query_pathkeys in standard_plannerTomas Vondra
2017-08-08Fix txid test casePavan Deolasee
2017-08-08More thorough checks for distribution columns while creating inheritancePavan Deolasee
2017-08-07Stamp 10beta3.Tom Lane
2017-08-07Update SQL features listPeter Eisentraut
2017-08-07Translation updatesPeter Eisentraut
2017-08-07Fix local/remote attribute mix-up in logical replicationPeter Eisentraut
2017-08-07Fix handling of dropped columns in logical replicationPeter Eisentraut
2017-08-07Require update permission for the large object written by lo_put().Tom Lane
2017-08-07Again match pg_user_mappings to information_schema.user_mapping_options.Noah Misch
2017-08-07Don't allow logging in with empty password.Heikki Linnakangas
2017-08-07Fix function name in code commentPeter Eisentraut
2017-08-07Improve wording of subscription refresh debug messagesPeter Eisentraut
2017-08-07Downgrade subscription refresh messages to DEBUG1Peter Eisentraut
2017-08-07Update RELEASE_CHANGES' example of branch name format.Tom Lane
2017-08-06Fix thinko introduced in 2bef06d516460 et al.Andres Freund