Commit Graph

55240 Commits (92957ed98c5c565362ce665266132a7f08f6b0c0)
 

Author SHA1 Message Date
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
Tom Lane 37bef842f5 Convert xml_in to report errors softly. 3 years ago
Thomas Munro e52f8b301e Fix typo in reference to __FreeBSD__. 3 years ago
David Rowley 4a29eabd1d Remove pessimistic cost penalization from Incremental Sort 3 years ago
David Rowley 8b6b043cee Re-adjust drop-index-concurrently-1 isolation test 3 years ago
David Rowley ac99802080 Speed up creation of command completion tags 3 years ago
Tom Lane d35a1af468 Convert range_in and multirange_in to report errors softly. 3 years ago
Peter Eisentraut 75f49221c2 Static assertions cleanup 3 years ago
Peter Eisentraut 2613dec4ed Move provariadic sanity check to a more appropriate place 3 years ago
Tom Lane 3b9d2deb67 Convert a few more datatype input functions to report errors softly. 3 years ago
Tom Lane 90161dad4d Convert a few more datatype input functions to report errors softly. 3 years ago
Tom Lane 47f3f97fcd Convert a few more datatype input functions to report errors softly. 3 years ago
Tom Lane 332741e739 Convert the geometric input functions to report errors softly. 3 years ago
Tom Lane 17407a8eaa Convert a few more datatype input functions to report errors softly. 3 years ago