Commit Graph

53576 Commits (a17fd67d2f2861ae0ce00d1aeefdf2facc47cd5e)
 

Author SHA1 Message Date
Andrew Dunstan a17fd67d2f
Build libpq test programs under MSVC 4 years ago
Peter Eisentraut 5a892c9b15 Fix some trailing whitespace in documentation files 4 years ago
Noah Misch 5fbb2d8f10 Use standard timeout, in 010_pg_basebackup.pl. 4 years ago
Peter Geoghegan d3609dd254 Fix multi-table VACUUM VERBOSE accounting. 4 years ago
Tom Lane 7129a9791e psql: fix \l display for pre-v15 databases. 4 years ago
Tom Lane 6fea65508a Tighten ComputeXidHorizons' handling of walsenders. 4 years ago
Peter Geoghegan bdb71dbe80 VACUUM VERBOSE: Show dead items for an empty table. 4 years ago
Peter Geoghegan 357c8455e6 Adjust VACUUM's removable cutoff log message. 4 years ago
Tom Lane 91998539b2 Revert "Temporarily add some probes of tenk1's relallvisible in create_index.sql." 4 years ago
Andrew Dunstan f7a605f636 Small cleanups in SQL/JSON code 4 years ago
Andres Freund 5cd1c40b3c pgstat: set timestamps of fixed-numbered stats after a crash. 4 years ago
Alvaro Herrera 3f19e176ae
Have CLUSTER ignore partitions not owned by caller 4 years ago
Alvaro Herrera 275e719d91
Reword text on ROW SHARE lock as acquired by SELECT FOR <lock> 4 years ago
Tom Lane 5bb2b6abc8 Temporarily add some probes of tenk1's relallvisible in create_index.sql. 4 years ago
Andrew Dunstan 4cd8717af3 Improve a couple of sql/json error messages 4 years ago
Andrew Dunstan fcdb35c32a Fix transformJsonBehavior 4 years ago
Michael Paquier cd4868a570 pageinspect: Fix handling of all-zero pages 4 years ago
David Rowley a00fd066b1 Add missing spaces after single-line comments 4 years ago
David Rowley ac8be0cb95 Docs: fix some spelling mistakes and also do some wordsmithing 4 years ago
Tom Lane b5607b0746 Fix case sensitivity in psql's tab completion for GUC names. 4 years ago
Tom Lane 139d46ee26 Further tweak the default behavior of psql's \dconfig. 4 years ago
Tom Lane 7b7ed046cb Prevent access to no-longer-pinned buffer in heapam_tuple_lock(). 4 years ago
Alvaro Herrera 24d2b2680a
Remove extraneous blank lines before block-closing braces 4 years ago
Alvaro Herrera ed0fbc8e5a
Release cache tuple when no longer needed 4 years ago
Andrew Dunstan 112fdb3528 Fix finalization for json_objectagg and friends 4 years ago
Peter Eisentraut a038679cd8 Fix incorrect format placeholders 4 years ago
David Rowley a59746d311 Docs: wording improvement for compute_query_id = regress 4 years ago
Michael Paquier b940918dc8 Remove "recheck" argument from check_index_is_clusterable() 4 years ago
David Rowley fdc18ea23b Docs: tidy up various usages of the productname tag 4 years ago
Michael Paquier 042a923ad5 Rework compression options of pg_receivewal 4 years ago
David Rowley d27323db7c Docs: adjust wording about basebackup_to_shell's required_role GUC 4 years ago
David Rowley 0f0b76b67a Docs: adjust pg_upgrade syntax to mark -B as optional 4 years ago
Tom Lane aa36e7dd38 Doc: tweak textsearch.sgml for SEO purposes. 4 years ago
David Rowley 55ff3563d8 Docs: avoid confusing use of the word "synchronized" 4 years ago
Robert Haas 7fc0e7de9f Revert the addition of GetMaxBackends() and related stuff. 4 years ago
Tom Lane 2c9381840f Remove not-very-useful early checks of __pg_log_level in logging.h. 4 years ago
Tom Lane d4f109e4a2 Doc: update description of random() function. 4 years ago
Peter Eisentraut e7cc4a6e3d Use WRITE_ENUM_FIELD for enum field 4 years ago
Peter Eisentraut 51e8179405 Make node output prefix match node structure name 4 years ago
Alvaro Herrera 183c869e1c
adjust_partition_colnos mustn't be called if not needed 4 years ago
Thomas Munro 4533de358d Fix documentation for pg_stat_recovery_prefetch. 4 years ago
Amit Kapila aeebb8bf23 Fix grammatical errors and typos in logical replication docs. 4 years ago
Michael Paquier 3603f7c6e6 Remove WalCompressionMethod in favor of pg_compress_algorithm 4 years ago
Alvaro Herrera ce4f46fdc8
Change mechanism to set up source targetlist in MERGE 4 years ago
Michael Paquier a4b57543ac Rename backup_compression.{c,h} to compression.{c,h} 4 years ago
Tom Lane bd037dc928 Make XLogRecGetBlockTag() throw error if there's no such block. 4 years ago
Peter Geoghegan 9debd12348 Remove comment about historic heap vacuuming issue. 4 years ago
Tom Lane 9de692c101 Remove dead code in do_pg_backup_start(). 4 years ago
Tom Lane 5e70d8b5d1 Tweak the default behavior of psql's \dconfig. 4 years ago
Tom Lane 3c702b3ed1 Explicitly ignore guaranteed-true result from pgstat_lock_entry(). 4 years ago