summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-08-08Fix replication origin-related race conditionsAlvaro Herrera
2017-08-08Fix inadequacies in recently added wait eventsAlvaro Herrera
2017-08-08Disclaim xmltable() support for non-UTF8 databases.Noah Misch
2017-08-07Stamp 10beta3.Tom Lane
2017-08-07Skip test for IPC::Run if user is overriding our search for PROVE.Tom Lane
2017-08-07Update SQL features listPeter Eisentraut
2017-08-07Translation updatesPeter Eisentraut
2017-08-07Last-minute updates for release notes.Tom Lane
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-06Release notes for 9.6.4, 9.5.8, 9.4.13, 9.3.18, 9.2.22.Tom Lane