Commit Graph

53605 Commits (bb85eec6fe9178aa849b43414f2db440bb5edfbd)
 

Author SHA1 Message Date
Alvaro Herrera bb85eec6fe
CREATE PUBLICATION ref: Minor tweaks to row filters 4 years ago
Tom Lane 40eba064b2 Use DECLARE_TOAST_WITH_MACRO() to simplify toast-table declarations. 4 years ago
Etsuro Fujita 4eea2202be postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist. 4 years ago
Peter Geoghegan ba6af6aa0b vacuumlazy.c: MultiXactIds are MXIDs, not XMIDs. 4 years ago
Peter Geoghegan 8ab0ebb9a8 Fix CLUSTER tuplesorts on abbreviated expressions. 4 years ago
Tom Lane eafdf9de06 Disallow infinite endpoints in generate_series() for timestamps. 4 years ago
Robert Haas d2d3547979 Allow db.schema.table patterns, but complain about random garbage. 4 years ago
Tom Lane 836af9756b Remove trailing whitespace from *.sgml files. 4 years ago
Peter Eisentraut 6c0f9f60f1 Fix incorrect format placeholders 4 years ago
Alvaro Herrera e70813fbc4
set_deparse_plan: Reuse variable to appease Coverity 4 years ago
Alvaro Herrera a87e759569
Move ModifyTableContext->lockmode to UpdateContext 4 years ago
Alvaro Herrera 3dcc6bf406
ExecModifyTable: use context.planSlot instead of planSlot 4 years ago
Amit Kapila 74547b9c23 Stabilize streaming tests in test_decoding. 4 years ago
David Rowley 7bdd489d3d Doc: use "an SQL" consistently rather than "a SQL" 4 years ago
Tom Lane 344a225cb9 Fix breakage in AlterFunction(). 4 years ago
Michael Paquier 83cca409ed Remove duplicated word in comment of basebackup.c 4 years ago
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