summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2019-12-21docs: clarify handling of column lists in COPY TO/FROMBruce Momjian
2019-12-20libpq should expose GSS-related parameters even when not implemented.Tom Lane
2019-12-20Superuser can permit passwordless connections on postgres_fdwAndrew Dunstan
2019-12-19Extend the ProcSignal mechanism to support barriers.Robert Haas
2019-12-19Doc: add a short summary of available authentication methods.Tom Lane
2019-12-18Doc: Improve readability of options for REINDEXMichael Paquier
2019-12-11Emit parameter values during query bind/execute errorsAlvaro Herrera
2019-12-10Fix handling of multiple AFTER ROW triggers on a foreign table.Etsuro Fujita
2019-12-08Document search_path security with untrusted dbowner or CREATEROLE.Noah Misch
2019-12-08Doc: improve documentation about run-time pruning's effects on EXPLAIN.Tom Lane
2019-12-07Remove PQsslpassword functionAndrew Dunstan
2019-12-04Update minimum SSL versionPeter Eisentraut
2019-11-30libq support for sslpassword connection param, DER format keysAndrew Dunstan
2019-11-29Make allow_system_table_mods settable at run timePeter Eisentraut
2019-11-27Move configure --disable-float8-byval to pg_config_manual.hPeter Eisentraut
2019-11-24Doc: improve discussion of race conditions involved in LISTEN.Tom Lane
2019-11-24doc: Fix whitespace in syntax.Thomas Munro
2019-11-22Make psql redisplay the query buffer after \e.Tom Lane
2019-11-21Remove configure --disable-float4-byvalPeter Eisentraut
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