summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
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
2016-04-24Fix documentation & config inconsistencies around 428b1d6b2.Andres Freund
2016-04-23doc: Fix typosPeter Eisentraut
2016-04-20Update backup documentation for new APIsMagnus Hagander
2016-04-18Fix typo in docs.Fujii Masao
2016-04-18doc: Document that sequences can also be extension configuration tablesPeter Eisentraut
2016-04-16doc: Change some "user" to "role" for consistency in the sectionPeter Eisentraut
2016-04-16doc: Markup improvementPeter Eisentraut
2016-04-16doc: Add missing parenthesesPeter Eisentraut
2016-04-15Rethink \crosstabview's argument parsing logic.Tom Lane
2016-04-14Docs: clarify description of LIMIT/OFFSET behavior.Tom Lane
2016-04-14Fix duplicated index entry in doc.Fujii Masao
2016-04-13Improve documentation for \crosstabview.Tom Lane
2016-04-12Improve API of GenericXLogRegister().Tom Lane
2016-04-11Fix documented return type of pg_logical_emit_message() in func.sgml.Fujii Masao
2016-04-09Get rid of GenericXLogUnregister().Tom Lane