Commit Graph

55203 Commits (361ec4368b1da252e031e2ee8bce366bce5f72b2)
 

Author SHA1 Message Date
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
Robert Haas 10ea0f924a Expose some information about backend subxact status. 3 years ago
Tom Lane 7122f9d543 Fix bit-rotted planner test case. 3 years ago
Tom Lane 0efecb5518 Doc: update pg_list.h header comments to include XidLists. 3 years ago
Tom Lane 935277b241 Fix inability to reference CYCLE column from inside its CTE. 3 years ago
Peter Eisentraut b059a2409f pg_upgrade: Make testing different transfer modes easier 3 years ago
Peter Eisentraut 746915c686 pg_upgrade: Add --copy option 3 years ago
Bruce Momjian 59346209a8 C comment: fix wording 3 years ago
Tom Lane c4939f1215 Clean up dubious error handling in wellformed_xml(). 3 years ago