summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
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-06Release notes for 9.6.4, 9.5.8, 9.4.13, 9.3.18, 9.2.22.Tom Lane
2017-08-04Add missing ALTER USER variantsPeter 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: 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-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-17Doc: explain dollar quoting in the intro part of the pl/pgsql chapter.Tom Lane
2017-07-10Doc: clarify wording about tool requirements in sourcerepo.sgml.Tom Lane
2017-07-09Doc: fix backwards description of visibility map's all-frozen data.Tom Lane
2017-06-28Second try at fixing tcp_keepalives_idle option on Solaris.Tom Lane
2017-06-19Fix materialized-view documentation oversights.Tom Lane
2017-06-15doc: remove mention of Windows junction points by pg_upgradeBruce Momjian
2017-06-15docs: Fix pg_upgrade standby server upgrade docsBruce Momjian
2017-06-15Fix document bug regarding read only transactions.Tatsuo Ishii
2017-06-07Fix docs to not claim ECPG's SET CONNECTION is not thread-aware.Michael Meskes
2017-06-01Always use -fPIC, not -fpic, when building shared libraries with gcc.Tom Lane
2017-05-29Prevent running pg_resetwal/pg_resetxlog against wrong-version data dirs.Tom Lane
2017-05-26Remove docs mention of PGREALM variableMagnus Hagander
2017-05-21Fix precision and rounding issues in money multiplication and division.Tom Lane
2017-05-21Change documentation references to PG website to use https: not http:Tom Lane
2017-05-12doc: update markup for release note "release date" blockBruce Momjian
2017-05-11Doc fix: scale(numeric) returns integer, not numeric.Tom Lane
2017-05-08Last-minute updates for release notes.Tom Lane
2017-05-08Match pg_user_mappings limits to information_schema.user_mapping_options.Noah Misch
2017-05-08Restore PGREQUIRESSL recognition in libpq.Noah Misch
2017-05-08Add security checks to selectivity estimation functionsPeter Eisentraut
2017-05-07Release notes for 9.6.3, 9.5.7, 9.4.12, 9.3.17, 9.2.21.Tom Lane
2017-05-06Document current_role.Tom Lane
2017-04-28doc: Fix typo in 9.6 release notesPeter Eisentraut
2017-04-21doc: Update linkPeter Eisentraut
2017-04-13Move pg_stat_progress_vacuum to the table of Dynamic Statistics Views in doc.Fujii Masao
2017-04-01Back-patch checkpoint clarification docs and pg_basebackup updatesMagnus Hagander
2017-03-30Simplify the example of VACUUM in documentation.Fujii Masao
2017-03-19doc: Fix a few typos and awkward linksPeter Eisentraut
2017-03-17Remove dead link.Robert Haas
2017-03-14Spelling fixesPeter Eisentraut
2017-03-08Fix grammarMagnus Hagander
2017-03-02Update documentation of tsquery_phrase().Tom Lane
2017-02-25pg_upgrade docs: clarify instructions on standby extensionsBruce Momjian
2017-02-21doc: Update URL for plrPeter Eisentraut
2017-02-20Fix documentation of to_char/to_timestamp TZ, tz, OF formatting patterns.Tom Lane
2017-02-17Document usage of COPT environment variable for adjusting configure flags.Tom Lane
2017-02-16Doc: remove duplicate index entry.Tom Lane
2017-02-15Formatting and docs corrections for logical decoding output plugins.Tom Lane
2017-02-15Doc: fix typo in logicaldecoding.sgml.Tom Lane
2017-02-14Corrections and improvements to generic parallel query documentation.Robert Haas