Commit Graph

14607 Commits (cac8ce4a738a6fbc6cda4759c056f89a5b603bfc)

Author SHA1 Message Date
Michael Paquier b025f32e0b Add leader_pid to pg_stat_activity 6 years ago
Alvaro Herrera 75cdf24ec3 ALTER SUBSCRIPTION / REFRESH docs: explain copy_data 6 years ago
Michael Paquier b0afdcad21 Fix slot data persistency when advancing physical replication slots 6 years ago
Tom Lane 50fc694e43 Invent "trusted" extensions, and remove the pg_pltemplate catalog. 6 years ago
Peter Eisentraut dc788668bb Fail if recovery target is not reached 6 years ago
Amit Kapila 47bc9ced0d Add --parallel option to vacuumdb command. 6 years ago
Michael Paquier ff8ca5fadd Add connection parameters to control SSL protocol min/max in libpq 6 years ago
Dean Rasheed 13661ddd7e Add functions gcd() and lcm() for integer and numeric types. 6 years ago
Fujii Masao d694e0bb79 Add pg_file_sync() to adminpack extension. 6 years ago
Peter Eisentraut a7a848844d Fix typo 6 years ago
Michael Paquier 6de7bcb76f Doc: Fix list of storage parameters available for ALTER TABLE 6 years ago
Michael Paquier 5ba40b6231 Doc: Fix and tweak documentation for ANALYZE reporting 6 years ago
Fujii Masao 41c184bc64 Add GUC ignore_invalid_pages. 6 years ago
Michael Paquier a904abe2e2 Fix concurrent indexing operations with temporary tables 6 years ago
Tom Lane 9b9c5f279e Clarify behavior of adding and altering a column in same ALTER command. 6 years ago
Amit Kapila 40d964ec99 Allow vacuum command to process indexes in parallel. 6 years ago
Michael Paquier e0ed6817c0 Doc: Improve description of connection strings with Percent-encoding 6 years ago
Tom Lane 34a0a81bfb Doc: rearrange the documentation of binary-string functions. 6 years ago
Andrew Dunstan a83586b554 Add a non-strict version of jsonb_set 6 years ago
Alvaro Herrera a166d408eb Report progress of ANALYZE commands 6 years ago
Amit Kapila 4d8a8d0c73 Introduce IndexAM fields for parallel vacuum. 6 years ago
Bruce Momjian 0e936a2148 docs: change "default role" wording to "predefined role" 6 years ago
Peter Eisentraut 3297308278 walreceiver uses a temporary replication slot by default 6 years ago
Peter Eisentraut f595117e24 ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION 6 years ago
Andrew Dunstan cebf9d6e6e Only superuser can set sslcert/sslkey in postgres_fdw user mappings 6 years ago
Michael Paquier 00b047fa67 doc: Fix naming of SELinux 6 years ago
Robert Haas ed10f32e37 Add pg_shmem_allocations view. 6 years ago
Magnus Hagander e3019f631d Clarify that pg_trgm is used in example 6 years ago
Andrew Dunstan f5fd995a1a Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings 6 years ago
Peter Eisentraut 37f21ed132 Remove support for Python older than 2.6 6 years ago
Tom Lane 913bbd88dc Improve the handling of result type coercions in SQL functions. 6 years ago
Tom Lane 20d6225d16 Add functions min_scale(numeric) and trim_scale(numeric). 6 years ago
Michael Paquier 7b283d0e1d Remove support for OpenSSL 0.9.8 and 1.0.0 6 years ago
Tatsuo Ishii 955f121301 Docs: use more standard terminology "round-to-nearest-even" instead of "round-to-even". 6 years ago
Amit Kapila d5b6b6515b Fix typos in parallel query docs. 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
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