Commit Graph

15834 Commits (c044b50d199cf592eba2ac84f48cf0fcb5fb65f8)

Author SHA1 Message Date
John Naylor 19e57f4f78 Revert "vacuumdb: Add option for analyzing only relations missing stats." 10 months ago
John Naylor fcabc3adf8 Doc: correct aggressive vacuum threshold for multixact members storage 10 months ago
Nathan Bossart 5f8eb25706 vacuumdb: Add option for analyzing only relations missing stats. 10 months ago
Andrew Dunstan e33969abc1 Further fix for json_strip_nulls documentation 10 months ago
Andrew Dunstan 0e76f253f4 Remove extraneous commas in json{b}_strip_nulls documentation 10 months ago
Peter Geoghegan d00107cd63 Revert "Show index search count in EXPLAIN ANALYZE." 10 months ago
Andrew Dunstan 4603903d29 Allow json{b}_strip_nulls to remove null array elements 10 months ago
Peter Geoghegan 5ead85fbc8 Show index search count in EXPLAIN ANALYZE. 10 months ago
Álvaro Herrera f4e53e10b6
Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERIT 10 months ago
Daniel Gustafsson ad13490be0 doc: Expand version compatibility for pg_basebackup features 10 months ago
Michael Paquier c76db55c90 Split pgstat_bestart() into three different routines 10 months ago
Masahiko Sawada ba57dcfdcd doc: Convert UUID functions list to table format. 10 months ago
Tom Lane 246dedc5d0 Allow => syntax for named cursor arguments in plpgsql. 10 months ago
Melanie Plageman 06eae9e621 Trigger more frequent autovacuums with relallfrozen 10 months ago
Melanie Plageman 99f8f3fbbc Add relallfrozen to pg_class 10 months ago
Fujii Masao fe186bda78 postgres_fdw: Extend postgres_fdw_get_connections to return remote backend PID. 10 months ago
Robert Haas 95dbd827f2 EXPLAIN: Always use two fractional digits for row counts. 10 months ago
Peter Eisentraut ce62f2f2a0 Generalize hash and ordering support in amapi 10 months ago
Amit Kapila 845511a72a Doc: Additional clarification for -d option of pg_createsubscriber. 10 months ago
Tom Lane 40e27d04b4 Use attnum to identify index columns in pg_restore_attribute_stats(). 10 months ago
Amit Kapila e117cfb2f6 Add two-phase option in pg_createsubscriber. 10 months ago
Michael Paquier 6c349d83b6 Re-add GUC track_wal_io_timing 10 months ago
Jeff Davis a5cbdeb98a Remove redundant pg_set_*_stats() variants. 10 months ago
Amit Kapila 5b8f2ccc0a Doc: Fix pg_copy_logical_replication_slot description. 10 months ago
Jeff Davis 15601fa21a Missing doc update for f3dae2ae58. 10 months ago
Michael Paquier 3ce357584e psql: Add pipeline status to prompt and some state variables 10 months ago
Daniel Gustafsson 03366b61df oauth: Fix incorrect const markers in struct 10 months ago
Michael Paquier 2421e9a51d Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing 10 months ago
Jeff Davis cb45dc3afb Documentation fixups for dumping statistics. 10 months ago
Álvaro Herrera bba2fbc623
Change \conninfo to use tabular format 10 months ago
Tom Lane 98fc31d649 Avoid race condition between "GRANT role" and "DROP ROLE". 10 months ago
Masahiko Sawada 1aab680591 pg_upgrade: Add --set-char-signedness to set the default char signedness of new cluster. 10 months ago
Masahiko Sawada 30666d1857 pg_resetwal: Add --char-signedness option to change the default char signedness. 10 months ago
Masahiko Sawada 44fe30fdab Add default_char_signedness field to ControlFileData. 10 months ago
Bruce Momjian 901a1cf8b4 doc: clarify default checksum behavior in non-master branches 10 months ago
Bruce Momjian 6ea0734e41 doc: remove non-breaking space in SGML files, causes make error 10 months ago
Daniel Gustafsson 41336bf085 doc: Add links to olsen93 and ong90 in bibliography 10 months ago
Amit Kapila b4e0d0c53f Fix a WARNING for data origin discrepancies. 10 months ago
Peter Eisentraut 7d6d2c4bbd Drop opcintype from index AM strategy translation API 10 months ago
Michael Paquier 41625ab8ea psql: Add support for pipelines 10 months ago
Daniel Gustafsson b3f0be788a Add support for OAUTHBEARER SASL mechanism 10 months ago
Jeff Davis 1fd1bd8710 Transfer statistics during pg_upgrade. 10 months ago
Michael Paquier f11674f8df doc: Fix typo in section "WAL configuration" 10 months ago
Michael Paquier 4538bd3f1d doc: Add details about object "wal" in pg_stat_io 10 months ago
Michael Paquier 2f70871c2b doc: Recommend pg_stat_io rather than pg_stat_wal in WAL configuration 10 months ago
Michael Paquier 302cf15759 Add support for LIKE in CREATE FOREIGN TABLE 10 months ago
Amit Langote e7563e3c75 doc: Fix some issues with JSON_TABLE() examples 10 months ago
Amit Kapila ac0e33136a Invalidate inactive replication slots. 10 months ago
Tom Lane b464e51ab3 Update to latest Snowball sources. 10 months ago
Bruce Momjian 06dc1ffd24 doc: add example of sign mismatch with POSIX/ISO-8601 time zones 10 months ago