summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2019-11-21Allow ALTER VIEW command to rename the column in the view.Fujii Masao
2019-11-21Track statistics for spilling of changes from ReorderBuffer.Amit Kapila
2019-11-20Doc: improve discussion of object owners' inherent privileges.Tom Lane
2019-11-20Remove incorrect markupMagnus Hagander
2019-11-20Add the support for '-f' option in dropdb utility.Amit Kapila
2019-11-20Doc: fix minor typo in func.sgml.Tatsuo Ishii
2019-11-19Doc: clarify use of RECURSIVE in WITH.Tom Lane
2019-11-19Doc: clarify behavior of ALTER DEFAULT PRIVILEGES ... IN SCHEMA.Tom Lane
2019-11-19Allow invisible PROMPT2 in psql.Thomas Munro
2019-11-19Add logical_decoding_work_mem to limit ReorderBuffer memory usage.Amit Kapila
2019-11-14Remove the word "virgins" for documentationAlvaro Herrera
2019-11-13Avoid downcasing/truncation of RADIUS authentication parameters.Tom Lane
2019-11-13Introduce the 'force' option for the Drop Database command.Amit Kapila
2019-11-12pg_stat_activity: document client_port being nullAlvaro Herrera
2019-11-11Doc: fix ancient mistake, or at least obsolete info, in rules example.Tom Lane
2019-11-09doc: Clarify documentation about SSL passphrasesPeter Eisentraut
2019-11-09doc: Further tweak recovery parameters documentationPeter Eisentraut
2019-11-08Add backtrace support for error reportingAlvaro Herrera
2019-11-08postgres_fdw: Fix error message for PREPARE TRANSACTION.Etsuro Fujita
2019-11-07docs: clarify that only INSERT and UPDATE triggers can mod. NEWBruce Momjian
2019-11-06Allow sampling of statements depending on durationTomas Vondra
2019-11-06Document log_transaction_sample_rate as superuser-onlyTomas Vondra
2019-11-06Sync our DTrace infrastructure with c.h's definition of type bool.Tom Lane
2019-11-06Add "G" (server-side data generation) as an initialization step in pgbench.Fujii Masao
2019-11-06doc: fix plurality typo on bgwriter doc sentenceBruce Momjian
2019-11-05Doc: Clarify locks taken when using ALTER TABLE ATTACH PARTITIONMichael Paquier
2019-11-05Doc: Improve description around ALTER TABLE ATTACH PARTITIONMichael Paquier
2019-10-28Doc: Add missing step for pg_stat_progress_clusterMichael Paquier
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