Commit Graph

55211 Commits (eb8312a22a84c33fc405ae9b497113973f552f90)
 

Author SHA1 Message Date
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
Michael Paquier f450695e88 Make more consistent some translated strings related to compression 3 years ago
Michael Paquier 22e3b55805 Switch some system functions to use get_call_result_type() 3 years ago
Andrew Dunstan f03bd5717e Use existing SSL certs in LDAP tests instead of generating them 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
Etsuro Fujita 594f8d3776 Allow batching of inserts during cross-partition updates. 3 years ago
David Rowley 3226f47282 Add enable_presorted_aggregate GUC 3 years ago
David Rowley d21ded75fd Improve the performance of the slab memory allocator 3 years ago
John Naylor 995a9fb14f Move variable increment to the end of the loop 3 years ago
Michael Paquier cca1863489 Add pg_dissect_walfile_name() 3 years ago
Michael Paquier b3bb7d12af Remove hardcoded dependency to cryptohash type in the internals of SCRAM 3 years ago
Robert Haas eb60eb08a9 Fix comment that was missing a word. 3 years ago
Peter Eisentraut af6284a666 Fix typo in comment 3 years ago