Commit Graph

16308 Commits (325bc54eed4ea0836a0bb715bb18342f0c1c668a)

Author SHA1 Message Date
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
Peter Eisentraut 6fcda9aba8 Non-decimal integer literals 3 years ago
Jeff Davis 60684dd834 Add grantable MAINTAIN privilege and pg_maintain role. 3 years ago
Tom Lane 20432f8731 Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode. 3 years ago
Alvaro Herrera a8500750ca
Better document logical replication parameters 3 years ago
Tom Lane b8c0ffbd2c Convert domain_in to report errors softly. 3 years ago
Tom Lane 1939d26282 Add test scaffolding for soft error reporting from input functions. 3 years ago
Tom Lane d9f7f5d32f Create infrastructure for "soft" error reporting. 3 years ago
Alexander Korotkov 096dd80f3c Add USER SET parameter values for pg_db_role_setting 3 years ago
Dean Rasheed 5defdef8aa Update MERGE docs to mention that ONLY is supported. 3 years ago
Andres Freund d3b111e320 Add option to specify segment size in blocks 3 years ago
Andres Freund 3f0e786ccb meson: Add 'running' test setup, as a replacement for installcheck 3 years ago
Tom Lane 3b31821953 Doc: subdivide System Information Functions and Operators. 3 years ago
Peter Eisentraut 35ce24c333 pg_dump: Remove "blob" terminology 3 years ago
Michael Paquier 8a476fda5e doc: Add missing <varlistentry> markups for developer GUCs 3 years ago
Tom Lane b23cd185fd Remove logic for converting a table to a view. 3 years ago
Daniel Gustafsson 66456da150 doc: Avoid writing in first-person form 3 years ago
Daniel Gustafsson ab81006299 doc: fix type alignment for CREATE TABLE in triggers 3 years ago
Michael Paquier 5e73a60488 Switch pg_dump to use compression specifications 3 years ago
Tom Lane a109a0bb50 Doc: add example of round(v, s) with negative s. 3 years ago
Tom Lane ef2d7c6f0b Doc: word-smith the discussion of secure schema usage patterns. 3 years ago
Bruce Momjian 4dd00b042f revert: add transaction processing chapter with internals info 3 years ago
Peter Eisentraut 4c72102e1d doc: Add installation instructions for building with meson 3 years ago
Peter Eisentraut de867c9c53 doc: Remove note about disk space from installation instructions 3 years ago
Peter Eisentraut 148e0bd4d6 doc: Add missing comma 3 years ago
Bruce Momjian 66bc9d2d3e doc: add transaction processing chapter with internals info 3 years ago
Michael Paquier d18655cc03 Refactor code parsing compression option values (-Z/--compress) 3 years ago
Thomas Munro cd4329d939 Remove promote_trigger_file. 3 years ago
Andrew Dunstan 4441fc704d Provide non-superuser predefined roles for vacuum and analyze 3 years ago
Andrew Dunstan b5d6382496 Provide per-table permissions for vacuum and analyze. 3 years ago
Daniel Gustafsson 1f059a4408 doc: Clarify unit of logging for log_temp_files 3 years ago
Tom Lane ec25ba624e Doc: update queries.sgml for optional subquery aliases. 3 years ago
Peter Eisentraut b1d0158060 doc: Re-order Table 28.35 "Per-Backend Statistics Functions" 3 years ago
Peter Eisentraut 9c558b94f0 doc: Re-order Table 28.12 "Wait Events of type LWLock" 3 years ago
Peter Eisentraut 6573643501 doc: Re-order sections of "28.4. Progress Reporting" 3 years ago