Commit Graph

55238 Commits (325bc54eed4ea0836a0bb715bb18342f0c1c668a)
 

Author SHA1 Message Date
Peter Geoghegan 325bc54eed Adjust VACUUM hastup LP_REDIRECT comments. 3 years ago
Peter Geoghegan 6daeeb1f91 Avoid special XID snapshotConflictHorizon values. 3 years ago
Tom Lane 1fd3dd2048 Add bt_multi_page_stats() function to contrib/pageinspect. 3 years ago
Peter Eisentraut e351f85418 Push lpp variable closer to usage in heapgetpage() 3 years ago
Peter Eisentraut 72e0ff2677 doc: Re-order Table 28.2 "Collected Statistics Views" 3 years ago
Tom Lane 2ceea5adb0 Accept "+infinity" in date and timestamp[tz] input. 3 years ago
Tom Lane d747dc85ae In plpgsql, don't preassign portal names to bound cursor variables. 3 years ago
Thomas Munro 14d63dd252 ci: Change macOS builds from Intel to ARM. 3 years ago
Tomas Vondra 8ad51b5f44 Sample postgres_fdw tables remotely during ANALYZE 3 years ago
Tomas Vondra 02699bc1fd Fix assert in BRIN build_distances 3 years ago
Michael Paquier 7aa81c61ec Fix precision handling for some COERCE_SQL_SYNTAX functions 3 years ago
Peter Eisentraut 1f605b82ba Change argument of appendBinaryStringInfo from char * to void * 3 years ago
Peter Eisentraut 33a33f0ba4 Use appendStringInfoString instead of appendBinaryStringInfo where possible 3 years ago
Peter Eisentraut faf3750657 Add const to BufFileWrite 3 years ago
Peter Eisentraut 5f2f99c9c6 Remove unnecessary casts 3 years ago
Andres Freund 388e80132c perl: Hide warnings inside perl.h when using gcc compatible compiler 3 years ago
Andrew Dunstan 203942243c Fix oversight in 7a05425d96 3 years ago
Peter Geoghegan 1de58df4fe Add page-level freezing to VACUUM. 3 years ago
Andrew Dunstan 7a05425d96 Convert contrib/ltree's input functions to report errors softly 3 years ago
Andrew Dunstan 3b76622e04 Convert contrib/intarray's bqarr_in() to report errors softly 3 years ago
Peter Eisentraut 24b55cd949 Reorder some object files in makefiles 3 years ago
Tom Lane adb5c32eb5 Suppress uninitialized-variable warning from a61b1f748. 3 years ago
Tom Lane 197f98a848 Convert hstore_in to report errors softly. 3 years ago
Tom Lane a5434c5258 Remove new locale dependency in regproc regression test. 3 years ago
Tom Lane 3ea7329c9a Simplify the implementations of the to_reg* functions. 3 years ago
Tom Lane 858e776c84 Convert the reg* input functions to report (most) errors softly. 3 years ago
Tom Lane 78212f2101 Convert tsqueryin and tsvectorin to report errors softly. 3 years ago
Tom Lane eb8312a22a Detect bad input for types xid, xid8, and cid. 3 years ago
Peter Geoghegan 63c844a0a5 Remove overzealous MultiXact freeze assertion. 3 years ago
Michael Paquier 9814ff5500 Add custom filtering rules to the TAP tests of pg_upgrade 3 years ago
Michael Paquier 2259c661dc Fix incorrect copy-pasto in error message of pg_waldump.c 3 years ago
Michael Paquier d497093cbe pg_waldump: Add --save-fullpage=PATH to save full page images from WAL records 3 years ago
Amit Kapila 5de94a041e Add 'logical_decoding_mode' GUC. 3 years ago
Michael Paquier d3c0cc4447 Switch query fixing aclitems in ~15 from O(N^2) to O(N) in upgrade_adapt.sql 3 years ago
Tom Lane 442e25d248 Convert enum_in() to report errors softly. 3 years ago
Andrew Dunstan 361ec4368b Fix thinko in 720e0327bc 3 years ago
Andrew Dunstan 720e0327bc Convert contrib/isn's input functions to report errors softly 3 years ago
Andrew Dunstan e37fe1db6e Convert jsonpath's input function to report errors softly 3 years ago
Tom Lane 780ec9f1b2 Make the numeric-OID cases of regprocin and friends be non-throwing. 3 years ago
David Rowley b5aff92557 Fix recent accidental omission in pg_proc.dat 3 years ago
Alvaro Herrera c6f21b2ac2
Rework <warning> box about column list combining in logical replication 3 years ago
Alvaro Herrera 6602599ce2
Fix end LSN determination in recently added test 3 years ago
Andrew Dunstan 878ce16056 Convert contrib/seg's input function to report errors softly 3 years ago
Alvaro Herrera 7a310338f4
Fix event trigger example 3 years ago
David Rowley bbfdf7180d Fix bug in translate_col_privs_multilevel 3 years ago
Thomas Munro b5d0f8ec01 Allow parent's WaitEventSets to be freed after fork(). 3 years ago
Thomas Munro 1f0019de2f Don't leak a signalfd when using latches in the postmaster. 3 years ago
Thomas Munro 30829e52ff Add WL_SOCKET_ACCEPT event to WaitEventSet API. 3 years ago
Michael Paquier f4f2f2b84a Update upgrade_adapt.sql to handle tables using aclitem as data type 3 years ago
Michael Paquier 3022cb1433 Fix some incorrectness in upgrade_adapt.sql on query for WITH OIDS 3 years ago