summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-08-06Fix thinko introduced in 2bef06d516460 et al.Andres Freund
2017-08-05Add regression test for wide REPLICA IDENTITY FULL updates.Andres Freund
2017-08-05Doc: update v10 release notes through today.Tom Lane
2017-08-05Suppress unused-variable warnings when building with ICU 4.2.Tom Lane
2017-08-05Improve configure's check for ICU presence.Tom Lane
2017-08-05Make pg_stop_backup's wait_for_archive flag work on standbys.Robert Haas
2017-08-05Add support for ICU 4.2Peter Eisentraut
2017-08-05Fix bug in deciding whether to scan newly-attached partition.Robert Haas
2017-08-05Only kill sync workers at commit time in subscription DDLPeter Eisentraut
2017-08-04hash: Immediately after a bucket split, try to clean the old bucket.Robert Haas
2017-08-04First-draft release notes for 9.6.4.Tom Lane
2017-08-04Message style improvementsPeter Eisentraut
2017-08-04hash: Increase the number of possible overflow bitmaps by 8x.Robert Haas
2017-08-04Apply ALTER ... SET NOT NULL recursively in ALTER ... ADD PRIMARY KEY.Tom Lane
2017-08-04Disallow SSL session tickets.Tom Lane
2017-08-04Further unify ROLE and USER command grammar rulesPeter Eisentraut
2017-08-03Fix pg_dump/pg_restore to emit REFRESH MATERIALIZED VIEW commands last.Tom Lane
2017-08-03Fix build on zlib-less environmentsAlvaro Herrera
2017-08-03Fix lock upgrade hazard in ATExecAttachPartition.Robert Haas
2017-08-03Code beautification for ATExecAttachPartition.Robert Haas
2017-08-03Allow a foreign table CHECK constraint to be initially NOT VALID.Robert Haas
2017-08-03Improve ExecModifyTable comments.Robert Haas
2017-08-03Teach map_partition_varattnos to handle whole-row expressions.Robert Haas
2017-08-03Add new files to nls.mk and add translation markersPeter Eisentraut
2017-08-02Fix pg_dump's errno checking for zlib I/OAlvaro Herrera