Commit Graph

53589 Commits (f2a2bf66c87e14f07aefe23cbbe2f2d9edcd9734)
 

Author SHA1 Message Date
Peter Eisentraut f2a2bf66c8 Fix extract epoch from interval calculation 4 years ago
Tatsuo Ishii a62bff74b1 Fix aggregate logging of pgbench. 4 years ago
Amit Kapila dd4ab6fd65 Fix the check to limit sync workers. 4 years ago
Tom Lane 587de223f0 Add missing error handling in pg_md5_hash(). 4 years ago
Tom Lane 36d4efe779 Avoid invalid array reference in transformAlterTableStmt(). 4 years ago
Michael Paquier 1a8b110539 Fix second race condition in 002_archiving.pl with archive_cleanup_command 4 years ago
Amit Kapila 676eeb6dd1 Add additional documentation for row filters. 4 years ago
Michael Paquier e61efafcb8 Fix race in TAP test 002_archiving.pl when restoring history file 4 years ago
Michael Paquier 42e44f3b38 Handle compression level in pg_receivewal for LZ4 4 years ago
Noah Misch 42dbbca58e Add a temp-install prerequisite to src/interfaces/ecpg "checktcp". 4 years ago
Thomas Munro acf1dd4234 Don't retry restore_command while reading ahead. 4 years ago
Andres Freund 4a736a161c pgstat: Use correct lock level in pgstat_drop_all_entries(). 4 years ago
Tom Lane 9f4f0a0dad Fix incorrect logic in HaveRegisteredOrActiveSnapshot(). 4 years ago
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