summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2016-06-03Fix various common mispellings.Greg Stark
2016-06-03Measure Bloom index signature-length reloption in bits, not words.Tom Lane
2016-05-31doc: Update version() and current_date output in tutorialPeter Eisentraut
2016-05-31Fix whitespacePeter Eisentraut
2016-05-31Fix typo in CREATE DATABASE syntax synopsis.Tom Lane
2016-05-27Fix release-note typo.Tom Lane
2016-05-26Fix typo in 9.5 release nodesAlvaro Herrera
2016-05-25Update doc text to reflect new column in MVCC phenomena table.Kevin Grittner
2016-05-24Docs: mention pg_reload_conf() in ALTER SYSTEM reference page.Tom Lane
2016-05-24In examples of Oracle PL/SQL code, use varchar2 not varchar.Tom Lane
2016-05-24Fix typo in docsTeodor Sigaev
2016-05-21Improve docs about contrib/intarray's benchmark suite.Tom Lane
2016-05-21Improve docs about using ORDER BY to control aggregate input order.Tom Lane
2016-05-20Further improve documentation about --quote-all-identifiers switch.Tom Lane
2016-05-20Improve documentation about pg_dump's --quote-all-identifiers switch.Tom Lane
2016-05-17Fix typoMagnus Hagander
2016-05-14doc: Fix typoPeter Eisentraut
2016-05-13doc: Update link to external sitePeter Eisentraut
2016-05-12doc: Document default of max_worker_processesPeter Eisentraut
2016-05-12doc: Small wording change for clarityPeter Eisentraut
2016-05-11Update key words table for 9.6Peter Eisentraut
2016-05-08Improve 9.6 release notes.Tom Lane
2016-05-08Docs: create some user-facing documentation about index-only scans.Tom Lane
2016-05-07Release notes for 9.5.3, 9.4.8, 9.3.13, 9.2.17, 9.1.22.Tom Lane
2016-05-07Docs: improve warnings about nextval() not producing gapless sequences.Tom Lane
2016-05-07Update back-branch release notes for the last few commits.Tom Lane
2016-05-06First-draft release notes for 9.5.3.Tom Lane
2016-05-06Docs: fix alphabetization of table entries.Tom Lane
2016-05-06Docs: minor copy-editing for GSSAPI/SSPI authentication docs.Tom Lane
2016-05-06More small 9.6 release note improvements.Tom Lane
2016-05-06Docs: fix \crosstabview example.Tom Lane
2016-05-06Fix hash index vs "snapshot too old" problemmsKevin Grittner
2016-05-06Further 9.6 release note improvements.Tom Lane
2016-05-05Rename tsvector delete() to ts_delete(), and filter() to ts_filter().Tom Lane
2016-05-05Small 9.6 release note improvements.Tom Lane
2016-05-05Rename pgbench min/max to least/greatest, and fix handling of double args.Tom Lane
2016-05-05First-draft release notes for Postgres 9.6.Tom Lane
2016-05-05Fix ordering/categorization of some recently-added system views.Tom Lane
2016-05-04doc: Fix more typosPeter Eisentraut
2016-05-04doc: Fix typosPeter Eisentraut
2016-05-02Docs: improve index entries for new tsvector functions.Tom Lane
2016-05-02doc: Fix typoPeter Eisentraut
2016-04-30Update contrib/unaccent documentation about its unaccent.rules file.Tom Lane
2016-04-30Remove warning about num_sync being too large in synchronous_standby_names.Tom Lane
2016-04-29doc: Minor wording changesPeter Eisentraut
2016-04-29Support building with Visual Studio 2015Andrew Dunstan
2016-04-27Clean up parsing of synchronous_standby_names GUC variable.Tom Lane
2016-04-26Fix tsearch docsTeodor Sigaev
2016-04-26Enable parallel query by default.Robert Haas
2016-04-25doc: Fix typoPeter Eisentraut