Commit Graph

53602 Commits (ba6af6aa0b764d76cfca79d9dfbddc7134a16bfc)
 

Author SHA1 Message Date
Peter Geoghegan ba6af6aa0b vacuumlazy.c: MultiXactIds are MXIDs, not XMIDs. 3 years ago
Peter Geoghegan 8ab0ebb9a8 Fix CLUSTER tuplesorts on abbreviated expressions. 3 years ago
Tom Lane eafdf9de06 Disallow infinite endpoints in generate_series() for timestamps. 3 years ago
Robert Haas d2d3547979 Allow db.schema.table patterns, but complain about random garbage. 3 years ago
Tom Lane 836af9756b Remove trailing whitespace from *.sgml files. 3 years ago
Peter Eisentraut 6c0f9f60f1 Fix incorrect format placeholders 3 years ago
Alvaro Herrera e70813fbc4
set_deparse_plan: Reuse variable to appease Coverity 3 years ago
Alvaro Herrera a87e759569
Move ModifyTableContext->lockmode to UpdateContext 3 years ago
Alvaro Herrera 3dcc6bf406
ExecModifyTable: use context.planSlot instead of planSlot 3 years ago
Amit Kapila 74547b9c23 Stabilize streaming tests in test_decoding. 3 years ago
David Rowley 7bdd489d3d Doc: use "an SQL" consistently rather than "a SQL" 3 years ago
Tom Lane 344a225cb9 Fix breakage in AlterFunction(). 3 years ago
Michael Paquier 83cca409ed Remove duplicated word in comment of basebackup.c 3 years ago
Peter Eisentraut f2a2bf66c8 Fix extract epoch from interval calculation 3 years ago
Tatsuo Ishii a62bff74b1 Fix aggregate logging of pgbench. 3 years ago
Amit Kapila dd4ab6fd65 Fix the check to limit sync workers. 3 years ago
Tom Lane 587de223f0 Add missing error handling in pg_md5_hash(). 3 years ago
Tom Lane 36d4efe779 Avoid invalid array reference in transformAlterTableStmt(). 3 years ago
Michael Paquier 1a8b110539 Fix second race condition in 002_archiving.pl with archive_cleanup_command 3 years ago
Amit Kapila 676eeb6dd1 Add additional documentation for row filters. 3 years ago
Michael Paquier e61efafcb8 Fix race in TAP test 002_archiving.pl when restoring history file 3 years ago
Michael Paquier 42e44f3b38 Handle compression level in pg_receivewal for LZ4 3 years ago
Noah Misch 42dbbca58e Add a temp-install prerequisite to src/interfaces/ecpg "checktcp". 3 years ago
Thomas Munro acf1dd4234 Don't retry restore_command while reading ahead. 3 years ago
Andres Freund 4a736a161c pgstat: Use correct lock level in pgstat_drop_all_entries(). 3 years ago
Tom Lane 9f4f0a0dad Fix incorrect logic in HaveRegisteredOrActiveSnapshot(). 3 years ago
Andrew Dunstan a17fd67d2f
Build libpq test programs under MSVC 3 years ago
Peter Eisentraut 5a892c9b15 Fix some trailing whitespace in documentation files 3 years ago
Noah Misch 5fbb2d8f10 Use standard timeout, in 010_pg_basebackup.pl. 3 years ago
Peter Geoghegan d3609dd254 Fix multi-table VACUUM VERBOSE accounting. 3 years ago
Tom Lane 7129a9791e psql: fix \l display for pre-v15 databases. 3 years ago
Tom Lane 6fea65508a Tighten ComputeXidHorizons' handling of walsenders. 3 years ago
Peter Geoghegan bdb71dbe80 VACUUM VERBOSE: Show dead items for an empty table. 3 years ago
Peter Geoghegan 357c8455e6 Adjust VACUUM's removable cutoff log message. 3 years ago
Tom Lane 91998539b2 Revert "Temporarily add some probes of tenk1's relallvisible in create_index.sql." 3 years ago
Andrew Dunstan f7a605f636 Small cleanups in SQL/JSON code 3 years ago
Andres Freund 5cd1c40b3c pgstat: set timestamps of fixed-numbered stats after a crash. 3 years ago
Alvaro Herrera 3f19e176ae
Have CLUSTER ignore partitions not owned by caller 3 years ago
Alvaro Herrera 275e719d91
Reword text on ROW SHARE lock as acquired by SELECT FOR <lock> 3 years ago
Tom Lane 5bb2b6abc8 Temporarily add some probes of tenk1's relallvisible in create_index.sql. 3 years ago
Andrew Dunstan 4cd8717af3 Improve a couple of sql/json error messages 3 years ago
Andrew Dunstan fcdb35c32a Fix transformJsonBehavior 3 years ago
Michael Paquier cd4868a570 pageinspect: Fix handling of all-zero pages 3 years ago
David Rowley a00fd066b1 Add missing spaces after single-line comments 3 years ago
David Rowley ac8be0cb95 Docs: fix some spelling mistakes and also do some wordsmithing 3 years ago
Tom Lane b5607b0746 Fix case sensitivity in psql's tab completion for GUC names. 3 years ago
Tom Lane 139d46ee26 Further tweak the default behavior of psql's \dconfig. 3 years ago
Tom Lane 7b7ed046cb Prevent access to no-longer-pinned buffer in heapam_tuple_lock(). 3 years ago
Alvaro Herrera 24d2b2680a
Remove extraneous blank lines before block-closing braces 3 years ago
Alvaro Herrera ed0fbc8e5a
Release cache tuple when no longer needed 3 years ago