Commit Graph

55172 Commits (22e3b558052aa209cba2a8fec192d76b5faef19e)
 

Author SHA1 Message Date
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
Peter Eisentraut b18c2decd7 Rearrange some static assertions for consistency 3 years ago
Peter Eisentraut 6fcda9aba8 Non-decimal integer literals 3 years ago
Jeff Davis 60684dd834 Add grantable MAINTAIN privilege and pg_maintain role. 3 years ago
Michael Paquier c6f6646bb0 Remove SHA256_HMAC_B from scram-common.h 3 years ago
Tom Lane 20432f8731 Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode. 3 years ago
Peter Eisentraut 4cb65e1072 basebackup_to_shell: Add some const qualifiers for consistency 3 years ago
Peter Eisentraut 369f09e420 Refactor ExecGrant_*() functions 3 years ago
Tom Lane b0feda79fd Fix jsonb subscripting to cope with toasted subscript values. 3 years ago
Thomas Munro 101c37cd34 Disable clang 16's -Wcast-function-type-strict. 3 years ago
Alvaro Herrera a8500750ca
Better document logical replication parameters 3 years ago
Jeff Davis 2af33369e7 Remove extra space from dumped ALTER DEFAULT PRIVILEGES. 3 years ago
Robert Haas 45f5c81ad2 Fix failure to advance content pointer in sendFileWithContent. 3 years ago
Peter Eisentraut df8b8968d4 Order getopt arguments 3 years ago
Alvaro Herrera 840ff5f451
Get rid of recursion-marker values in enum AlterTableType 3 years ago
Michael Paquier 9d0cf57492 Add support for GRANT SET in psql tab completion 3 years ago
Michael Paquier eae7fe4859 Remove direct call to GetNewObjectId() for pg_auth_members.oid 3 years ago
Tom Lane b8c0ffbd2c Convert domain_in to report errors softly. 3 years ago
Tom Lane c60c9badba Convert json_in and jsonb_in to report errors softly. 3 years ago