Commit Graph

14571 Commits (b55413d77f96b9fa2dfae4ddec43412b90ebf588)

Author SHA1 Message Date
Peter Eisentraut b55413d77f Modernize Python exception syntax in documentation 6 years ago
Bruce Momjian a9760d0f3c doc: add examples of creative use of unique expression indexes 6 years ago
Bruce Momjian 650692a18d docs: clarify infinite range values from data-type infinities 6 years ago
Fujii Masao 1ab029d528 Add note about how each partition's default value is treated, into the doc. 6 years ago
Bruce Momjian 4cab43ec80 docs: clarify handling of column lists in COPY TO/FROM 6 years ago
Tom Lane e60b480d39 libpq should expose GSS-related parameters even when not implemented. 6 years ago
Andrew Dunstan 6136e94dcb Superuser can permit passwordless connections on postgres_fdw 6 years ago
Robert Haas 16a4e4aecd Extend the ProcSignal mechanism to support barriers. 6 years ago
Tom Lane 54fbd155cc Doc: add a short summary of available authentication methods. 6 years ago
Michael Paquier 52dcfda487 Doc: Improve readability of options for REINDEX 6 years ago
Alvaro Herrera ba79cb5dc8 Emit parameter values during query bind/execute errors 6 years ago
Etsuro Fujita 5a20b0219e Fix handling of multiple AFTER ROW triggers on a foreign table. 6 years ago
Noah Misch fd5e16e782 Document search_path security with untrusted dbowner or CREATEROLE. 6 years ago
Tom Lane a395e21e98 Doc: improve documentation about run-time pruning's effects on EXPLAIN. 6 years ago
Andrew Dunstan e75b1e3371 Remove PQsslpassword function 6 years ago
Peter Eisentraut b1abfec825 Update minimum SSL version 6 years ago
Andrew Dunstan 4dc6355210 libq support for sslpassword connection param, DER format keys 6 years ago
Peter Eisentraut c4a7a392ec Make allow_system_table_mods settable at run time 6 years ago
Peter Eisentraut 4513d8b07b Move configure --disable-float8-byval to pg_config_manual.h 6 years ago
Tom Lane d3aa114ac4 Doc: improve discussion of race conditions involved in LISTEN. 6 years ago
Thomas Munro 1974853d89 doc: Fix whitespace in syntax. 6 years ago
Tom Lane d1c866e57f Make psql redisplay the query buffer after \e. 6 years ago
Peter Eisentraut 2e4db241bf Remove configure --disable-float4-byval 6 years ago
Fujii Masao 30840c92ac Allow ALTER VIEW command to rename the column in the view. 6 years ago
Amit Kapila 9290ad198b Track statistics for spilling of changes from ReorderBuffer. 6 years ago
Tom Lane 86be6453ba Doc: improve discussion of object owners' inherent privileges. 6 years ago
Magnus Hagander a28704af42 Remove incorrect markup 6 years ago
Amit Kapila 80e05a088e Add the support for '-f' option in dropdb utility. 6 years ago
Tatsuo Ishii eecf963269 Doc: fix minor typo in func.sgml. 6 years ago
Tom Lane 5b805886ca Doc: clarify use of RECURSIVE in WITH. 6 years ago
Tom Lane 787b3fd33f Doc: clarify behavior of ALTER DEFAULT PRIVILEGES ... IN SCHEMA. 6 years ago
Thomas Munro 7f338369ca Allow invisible PROMPT2 in psql. 6 years ago
Amit Kapila cec2edfa78 Add logical_decoding_work_mem to limit ReorderBuffer memory usage. 6 years ago
Alvaro Herrera 6ae4d27187 Remove the word "virgins" for documentation 6 years ago
Tom Lane 7618eaf5f3 Avoid downcasing/truncation of RADIUS authentication parameters. 6 years ago
Amit Kapila 1379fd537f Introduce the 'force' option for the Drop Database command. 6 years ago
Alvaro Herrera c5e8ea978d pg_stat_activity: document client_port being null 6 years ago
Tom Lane b6423e92ab Doc: fix ancient mistake, or at least obsolete info, in rules example. 6 years ago
Peter Eisentraut d2d4c35080 doc: Clarify documentation about SSL passphrases 6 years ago
Peter Eisentraut 27b59d619d doc: Further tweak recovery parameters documentation 6 years ago
Alvaro Herrera 71a8a4f6e3 Add backtrace support for error reporting 6 years ago
Etsuro Fujita 879c117615 postgres_fdw: Fix error message for PREPARE TRANSACTION. 6 years ago
Bruce Momjian c10fae2142 docs: clarify that only INSERT and UPDATE triggers can mod. NEW 6 years ago
Tomas Vondra 6e3e6cc0e8 Allow sampling of statements depending on duration 6 years ago
Tomas Vondra 11d9ac28e5 Document log_transaction_sample_rate as superuser-only 6 years ago
Tom Lane ff43b3e88e Sync our DTrace infrastructure with c.h's definition of type bool. 6 years ago
Fujii Masao a386942bd2 Add "G" (server-side data generation) as an initialization step in pgbench. 6 years ago
Bruce Momjian 4b5e58b86e doc: fix plurality typo on bgwriter doc sentence 6 years ago
Michael Paquier 2a4d96ebbd Doc: Clarify locks taken when using ALTER TABLE ATTACH PARTITION 6 years ago
Michael Paquier ea88133801 Doc: Improve description around ALTER TABLE ATTACH PARTITION 6 years ago