summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2019-10-26Doc: improve documentation of configuration settings that have units.Tom Lane
2019-10-25Remove obsolete information schema tablesPeter Eisentraut
2019-10-25doc: Use proper em and en dashesPeter Eisentraut
2019-10-25Reset statement_timeout between queries of a multi-query string.Tom Lane
2019-10-24docs: fix wording of REFRESH CONCURRENTLY manual pageBruce Momjian
2019-10-18Make crash recovery ignore recovery_min_apply_delay setting.Fujii Masao
2019-10-16Use libc version as a collation version on glibc systems.Thomas Munro
2019-10-16Doc: Fix various inconsistenciesMichael Paquier
2019-10-13Update unicode.org URLsPeter Eisentraut
2019-10-09doc: improve docs so config value default units are clearerBruce Momjian
2019-10-07docs: Improve A?synchronous Multimaster Replication descr.Bruce Momjian
2019-10-07docs: clarify that today/tomorrow/yesterday is at 00:00Bruce Momjian
2019-10-07doc: move mention of log_min_error_statement in a better spotBruce Momjian
2019-10-07Improve handling and coverage of --no-ensure-shutdown in pg_rewindMichael Paquier
2019-10-06Doc: improve docs about pg_statistic_ext_data.Tom Lane
2019-10-03pgbench: add --partitions and --partition-method options.Amit Kapila
2019-09-30Doc: improve PREPARE documentation, cross-referencing to plan_cache_mode.Tom Lane
2019-09-30docs: adjust multi-column most-common-value statisticsBruce Momjian
2019-09-30pg_rewind: Allow writing recovery configurationAlvaro Herrera
2019-09-29doc: Further clarify how recovery target parameters are appliedPeter Eisentraut
2019-09-29doc: Add a link targetPeter Eisentraut
2019-09-27Have pg_rewind run crash recovery before rewindingAlvaro Herrera
2019-09-27Doc: clean up markup for jsonb_set and related functions.Tom Lane
2019-09-27doc: Add timeline as valid recovery target in standby.signal documentationPeter Eisentraut
2019-09-26doc: Fix whitespace in markupPeter Eisentraut
2019-09-26doc: Format example JSON data betterPeter Eisentraut
2019-09-26doc: Update a confusing sentence about SQL/JSONPeter Eisentraut
2019-09-26doc: Update note about source code formattingPeter Eisentraut
2019-09-26doc: Reorder JSON functions documentationPeter Eisentraut
2019-09-25Implement jsonpath .datetime() methodAlexander Korotkov
2019-09-25Doc: Fix example related to partition pruningMichael Paquier
2019-09-23Add libpq parameter 'channel_binding'.Jeff Davis
2019-09-23Doc: clarify handling of duplicate elements in array containment tests.Tom Lane
2019-09-20Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane
2019-09-20Fix typo in commit 82fa3ff8672.Amit Kapila
2019-09-19Doc: improve documentation around jsonpath regular expressions.Tom Lane
2019-09-19Fix typo in commit 578b229718.Amit Kapila
2019-09-19Doc: Fix incorrect mention to connection_object in CONNECT command of ECPGMichael Paquier
2019-09-19Doc: document autovacuum interruption.Amit Kapila
2019-09-19Redesign pageinspect function printing infomask bitsMichael Paquier
2019-09-18Fix example program in docs too (??)Alvaro Herrera
2019-09-18Doc: Update FDW documentation about direct foreign table modification.Etsuro Fujita
2019-09-16Support for SSSSS datetime format patternAlexander Korotkov
2019-09-16Support for FF1-FF6 datetime format patternsAlexander Korotkov
2019-09-13Typo fixes for documentationAlexander Korotkov
2019-09-13Documentation improvements to jsonpathAlexander Korotkov
2019-09-12Doc: Update PL/pgSQL sample function in plpgsql.sgml.Amit Kapila
2019-09-12Add to pageinspect function to make t_infomask/t_infomask2 human-readableMichael Paquier
2019-09-11libpq docs: be clearer about conninfo's 'hostaddr'Alvaro Herrera
2019-09-10Allow setting statistics target for extended statisticsTomas Vondra