summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2018-07-27Teach pgxc_ctl to use the new --waldir option of pg_basebackupPavan Deolasee
2017-09-07Assorted fixes to documentation compilationPavan Deolasee
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-08-14doc: Fix logical replication protocol doc detailPeter Eisentraut
2017-08-13Fix vertical spanning in table "wait_event Description".Noah Misch
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-11Remove uses of "slave" in replication contextsPeter Eisentraut
2017-08-10Make some more improvements to parallel query documentation.Robert Haas
2017-08-08doc: Add missing pieces to logical replication protocol docPeter Eisentraut
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-07Last-minute updates for release notes.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-06Release notes for 9.6.4, 9.5.8, 9.4.13, 9.3.18, 9.2.22.Tom Lane
2017-08-05Doc: update v10 release notes through today.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-04First-draft release notes for 9.6.4.Tom Lane
2017-08-04hash: Increase the number of possible overflow bitmaps by 8x.Robert Haas
2017-08-04Further unify ROLE and USER command grammar rulesPeter Eisentraut
2017-08-02Add pgtcl back to the list of externally-maintained client interfaces.Tom Lane
2017-08-01doc: Fix typoPeter Eisentraut
2017-07-31Doc: add v10 release notes entries for the DH parameter changes.Heikki Linnakangas
2017-07-31Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.Heikki Linnakangas
2017-07-31Doc: specify that the minimum supported version of Perl is 5.8.3.Tom Lane
2017-07-24When WCOs are present, disable direct foreign table modification.Robert Haas
2017-07-21Doc: update versioning information in libpq.sgml.Tom Lane
2017-07-21Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed
2017-07-20In v10 release notes, call out sequence changes as a compatibility item.Tom Lane
2017-07-20Doc: clarify description of degenerate NATURAL joins.Tom Lane
2017-07-19Doc: add missing note about permissions needed to change log_lock_waits.Tom Lane
2017-07-18Doc: fix thinko in v10 release notes.Tom Lane
2017-07-17Doc: explain dollar quoting in the intro part of the pl/pgsql chapter.Tom Lane
2017-07-13Fix typo in v10 release notesAlvaro Herrera
2017-07-13Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10Pavan Deolasee
2017-07-10Fix missing tag in the docs.Heikki Linnakangas
2017-07-10Allow multiple hostaddrs to go with multiple hostnames.Heikki Linnakangas
2017-07-10Doc: remove claim that PROVE_FLAGS defaults to '--verbose'.Tom Lane
2017-07-10Doc: clarify wording about tool requirements in sourcerepo.sgml.Tom Lane
2017-07-10Doc: desultory copy-editing for v10 release notes.Tom Lane
2017-07-09Doc: update v10 release notes through today.Tom Lane
2017-07-09Doc: fix backwards description of visibility map's all-frozen data.Tom Lane
2017-07-05pg_ctl: Make failure to complete operation a nonzero exitPeter Eisentraut
2017-07-05psql documentation fixesPeter Eisentraut
2017-07-04Document how logical replication deals with statement triggersPeter Eisentraut
2017-07-03Don't mention SSL methods that aren't reachable in docsMagnus Hagander