Commit Graph

55223 Commits (388e80132c007a7528abc987e347e41432dc1542)
 

Author SHA1 Message Date
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
Michael Paquier 2fcf685f6d Fix come incorrect elog() messages in aclchk.c 3 years ago
Michael Paquier 13e0d7a603 Rename pg_dissect_walfile_name() to pg_split_walfile_name() 3 years ago
David Rowley ed1a88ddac Allow window functions to adjust their frameOptions 3 years ago
Thomas Munro cc15059634 Improve notation of cacheinfo table in syscache.c. 3 years ago
Peter Geoghegan 07eef53955 Use scanned_pages to decide when to failsafe check. 3 years ago
Peter Geoghegan 4ce3afb82e Refactor how VACUUM passes around its XID cutoffs. 3 years ago
Tom Lane e42e312430 Avoid O(N^2) cost when pulling up lots of UNION ALL subqueries. 3 years ago
Tom Lane 5beb7881fb Add some recursion and looping defenses in prepjointree.c. 3 years ago
Peter Eisentraut 73bb72f0ca Remove dead code 3 years ago
Thomas Munro 3f28bd7337 Add work-around for VA_ARGS_NARGS() on MSVC. 3 years ago
Michael Paquier 01be9d498f Fix operator typo in tablecmds.c 3 years ago
David Rowley 439f61757f Add palloc_aligned() to allow aligned memory allocations 3 years ago
Tom Lane 701c881f78 Fix contrib/seg to be more wary of long input numbers. 3 years ago
Andrew Dunstan 33dd895ef3 Introduce float4in_internal 3 years ago
David Rowley eb706fde83 Fix newly introduced bug in slab.c 3 years ago