Commit Graph

16590 Commits (0bcb3ca3b95b2b94de0b337a73aef333e0346c44)

Author SHA1 Message Date
Tom Lane 3dfae91f7a Show "internal name" not "source code" in psql's \df+ command. 3 years ago
Tomas Vondra 6095069b40 Improve wording in pg_dump compression docs 3 years ago
Peter Eisentraut d2f44cc36e meson: Add equivalent of configure --disable-rpath option 3 years ago
Michael Paquier 6da67a0c11 doc: Mention de-normalization of deallocated entries in pg_stat_statements 3 years ago
Michael Paquier 6a88a05861 doc: Update pg_stat_statements about query ID calculation of utilities 3 years ago
Michael Paquier 019f862466 doc: Fix description of pg_get_wal_stats_till_end_of_wal() in pg_walinspect 3 years ago
Michael Paquier b8da37b3ad Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
Heikki Linnakangas 46647cc4b8 Replace single-quotes with double-quotes in a few SGML attributes. 3 years ago
Heikki Linnakangas 0a0500207a pg_rewind: Remove notice in docs about running CHECKPOINT after promote. 3 years ago
Dean Rasheed ee7e8f3838 Doc: Miscellaneous doc updates for MERGE. 3 years ago
Tomas Vondra 0da243fed0 Add LZ4 compression to pg_dump 3 years ago
Dean Rasheed d0460a31de Add missing support for the latest SPI status codes. 3 years ago
Daniel Gustafsson e00bc6c922 doc: Add default value of createrole_self_grant 3 years ago
Peter Eisentraut 2ddab010c2 Implement ANY_VALUE aggregate 3 years ago
Michael Paquier 1a943d03d6 doc: Add missing values for meson options -Dcassert and -Db_coverage 3 years ago
Michael Paquier 35739b87dc Redesign archive modules 3 years ago
Amit Kapila fce003cfde Add a new wait state and use it when sending data in the apply worker. 3 years ago
David Rowley 5352ca22e0 Rename force_parallel_mode to debug_parallel_query 3 years ago
Michael Paquier 8e0e0698f1 doc: Fix spelling of option -Dtap_tests for meson 3 years ago
Jeff Davis a8a44828a2 Correct docs for the default locale_provider of a new database. 3 years ago
Andres Freund a9c70b46db Add pg_stat_io view, providing more detailed IO statistics 3 years ago
Michael Paquier ef7002dbe0 Fix various typos in code and tests 3 years ago
Andres Freund 28e626bde0 pgstat: Infrastructure for more detailed IO statistics 3 years ago
Tom Lane 969509c3f2 Stop recommending auto-download of DTD files, and indeed disable it. 3 years ago
Peter Eisentraut aa69541046 Remove useless casts to (void *) in arguments of some system functions 3 years ago
Peter Eisentraut 7ba09efe24 doc: Fix SQL keywords lists 3 years ago
Peter Eisentraut 0ae4e49fa6 doc: Fix description of SQL standard parts 3 years ago
Michael Paquier d07c2948bf Add support for progress reporting to pg_verifybackup 3 years ago
Dean Rasheed faff8f8e47 Allow underscores in integer and numeric constants. 3 years ago
Peter Eisentraut 2010d8b75a doc: Fix XML formatting that psql cannot handle 3 years ago
Thomas Munro 117d2604c2 Doc: Abstract AF_UNIX sockets don't work on Windows. 3 years ago
Amit Kapila 9f2213a7c5 Allow the logical_replication_mode to be used on the subscriber. 3 years ago
Tom Lane 856ca51a23 Doc: clarify use of NULL to drop comments and security labels. 3 years ago
Tom Lane 2489d76c49 Make Vars be outer-join-aware. 3 years ago
Tom Lane ec7e053a98 Doc: clarify behavior of boolean options in replication commands. 3 years ago
Amit Kapila 1e8b61735c Rename GUC logical_decoding_mode to logical_replication_mode. 3 years ago
Peter Eisentraut 17e72ec45d doc: Adjust a few more references to "postmaster" 3 years ago
Tom Lane e35bb9f158 Doc: use less-awkward phrasing. 3 years ago
Peter Eisentraut 37e2673350 Don't install postmaster symlink anymore 3 years ago
Peter Geoghegan 6c6b497266 Revert "Add eager and lazy freezing strategies to VACUUM." 3 years ago
Jeff Davis 8b5f36bb6c Clarify documentation for CLUSTER on partitioned tables. 3 years ago
Michael Paquier 9aeff092c0 Revert "Rename contrib module basic_archive to basic_wal_module" 3 years ago
Peter Geoghegan 1a8e72bff7 Doc: update VACUUM VERBOSE freezing tip. 3 years ago
Peter Geoghegan 4d41799261 Add eager and lazy freezing strategies to VACUUM. 3 years ago
Michael Paquier d7c4830abb doc: Fix network_ops -> inet_ops in SpGiST operator class list 3 years ago
Michael Paquier 0ad3c60caf Rename contrib module basic_archive to basic_wal_module 3 years ago
Robert Haas f1358ca52d Adjust interaction of CREATEROLE with role properties. 3 years ago
Michael Paquier c31cf1c03d pg_walinspect: Add pg_get_wal_fpi_info() 3 years ago
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