Commit Graph

16492 Commits (664d757531e11ea5ef6971884ddb2a7af6fae69a)

Author SHA1 Message Date
David Rowley 16fd03e956 Allow parallel aggregate on string_agg and array_agg 3 years ago
Tom Lane 5a3a95385b Track logrep apply workers' last start times to avoid useless waits. 3 years ago
Robert Haas 6e2775e4d4 Add new GUC reserved_connections. 3 years ago
Robert Haas 6c1d5ba486 Update docs and error message for superuser_reserved_connections. 3 years ago
Alvaro Herrera e86c8b728f
Describe each contrib module in its SGML section title 3 years ago
Amit Kapila 7670add9f4 Improve the description of Output Plugin Callbacks. 3 years ago
Michael Paquier efb6f4a4f9 Support the same patterns for pg-user in pg_ident.conf as in pg_hba.conf 3 years ago
Michael Paquier 4f74f5641d doc: Fix some issues in logical replication section 3 years ago
Amit Kapila d540a02a72 Display the leader apply worker's PID for parallel apply workers. 3 years ago
Tom Lane 09d465c397 Doc: fix a few oddly-spelled SGML ID attributes. 3 years ago
Michael Paquier 0b717432ff Track behavior of \1 in pg_ident.conf when quoted 3 years ago
Robert Haas 6fa66ec88f Assorted improvements to SECURITY DEFINER functions documentation. 3 years ago
Robert Haas 3cdf7502f8 More documentation update for GRANT ... WITH SET OPTION. 3 years ago
Tatsuo Ishii 1334b79a35 Doc: fix typo in backup.sgml. 3 years ago
Jeff Davis ff9618e82a Fix MAINTAIN privileges for toast tables and partitions. 3 years ago
Jeff Davis c44f6334ca Simplify permissions for LOCK TABLE. 3 years ago
Michael Paquier 58597edea1 doc: Simplify description of functions for pg_walinspect 3 years ago
Tom Lane d93d68aeea Doc: fix silly thinko in 8bf6ec3ba. 3 years ago
Tom Lane 8bf6ec3ba3 Improve handling of inherited GENERATED expressions. 3 years ago
Michael Paquier 5f6401f81c Fix typos in code and comments 3 years ago
Robert Haas e5b8a4c098 Add new GUC createrole_self_grant. 3 years ago
Robert Haas cf5eb37c5e Restrict the privileges of CREATEROLE users. 3 years ago
Peter Eisentraut d952373a98 New header varatt.h split off from postgres.h 3 years ago
Amit Kapila cd06ccd78f Document the newly added wait events added by commit 216a784829. 3 years ago
Amit Kapila f745739697 Fix the display of lock information for specktoken. 3 years ago
Tom Lane 78ee60ed84 Doc: add XML ID attributes to <sectN> and <varlistentry> tags. 3 years ago
Tom Lane 38d81760c4 Invent random_normal() to provide normally-distributed random numbers. 3 years ago
Amit Kapila 216a784829 Perform apply of large transactions by parallel workers. 3 years ago
Dean Rasheed d913928c9c psql: Add support for \dpS and \zS. 3 years ago
Andrew Dunstan b1665bf01e Allow hyphens in ltree labels 3 years ago
Tom Lane a46a7011b2 Add options to control whether VACUUM runs vac_update_datfrozenxid. 3 years ago
Robert Haas 1c77873727 Improve documentation of the CREATEROLE attibute. 3 years ago
Michael Paquier 33ab0a2a52 Fix typos in comments, code and documentation 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Tom Lane 1fd3dd2048 Add bt_multi_page_stats() function to contrib/pageinspect. 3 years ago
Peter Eisentraut 72e0ff2677 doc: Re-order Table 28.2 "Collected Statistics Views" 3 years ago
Tom Lane d747dc85ae In plpgsql, don't preassign portal names to bound cursor variables. 3 years ago
Tomas Vondra 8ad51b5f44 Sample postgres_fdw tables remotely during ANALYZE 3 years ago
Peter Geoghegan 1de58df4fe Add page-level freezing to VACUUM. 3 years ago
Tom Lane 3ea7329c9a Simplify the implementations of the to_reg* functions. 3 years ago
Michael Paquier d497093cbe pg_waldump: Add --save-fullpage=PATH to save full page images from WAL records 3 years ago
Amit Kapila 5de94a041e Add 'logical_decoding_mode' GUC. 3 years ago
Alvaro Herrera c6f21b2ac2
Rework <warning> box about column list combining in logical replication 3 years ago
Alvaro Herrera 7a310338f4
Fix event trigger example 3 years ago
Michael Paquier 13e0d7a603 Rename pg_dissect_walfile_name() to pg_split_walfile_name() 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
David Rowley 3226f47282 Add enable_presorted_aggregate GUC 3 years ago
Michael Paquier cca1863489 Add pg_dissect_walfile_name() 3 years ago
Robert Haas 10ea0f924a Expose some information about backend subxact status. 3 years ago
Peter Eisentraut 746915c686 pg_upgrade: Add --copy option 3 years ago