Commit Graph

57121 Commits (b8bff07daa85c837a2747b4d35cd5a27e73fb7b2)
 

Author SHA1 Message Date
Heikki Linnakangas b8bff07daa Make ResourceOwners more easily extensible. 2 years ago
Heikki Linnakangas b70c2143bb Move a few ResourceOwnerEnlarge() calls for safety and clarity. 2 years ago
Peter Eisentraut e9f075f9a1 Don't install ldap_password_func in meson 2 years ago
Michael Paquier b64c8b01c2 Fix use of OPENSSL in SSL tests if command is not found 2 years ago
Michael Paquier 1b2c6b756e Enlarge assertion in bloom_init() for false_positive_rate 2 years ago
Alvaro Herrera 615f5f6faa
Stop including parsenodes.h in plannodes.h 2 years ago
Peter Eisentraut 3c551ebede citext: Allow tests to pass in OpenSSL FIPS mode 2 years ago
Amit Kapila 8af917be6b Fix the test 003_logical_slots. 2 years ago
Michael Paquier c2bdd2c5b1 Reorder two functions in inval.c 2 years ago
David Rowley ac7d6f5f83 Make use of initReadOnlyStringInfo() in more places 2 years ago
Tom Lane 18b585155a Detect integer overflow while computing new array dimensions. 2 years ago
Tom Lane 3b0776fde5 Compute aggregate argument types correctly in transformAggregateCall(). 2 years ago
Peter Eisentraut 721856ff24 Remove distprep 2 years ago
Noah Misch b72de09a1b Set GUC "is_superuser" in all processes that set AuthenticatedUserId. 2 years ago
Noah Misch 3a9b18b309 Ban role pg_signal_backend from more superuser backend types. 2 years ago
Daniel Gustafsson 526fe0d799 Add XMLText function (SQL/XML X038) 2 years ago
Peter Eisentraut 7b5275eec3 pg_resetwal: Add more tests and test coverage 2 years ago
Peter Eisentraut 6ceec8a1fe doc: pg_resetwal: Add comments how the multipliers are derived 2 years ago
Alexander Korotkov 93c85db3b5 Fix allocation of UniqueRelInfo 2 years ago
Peter Eisentraut 2c7c6c417f More consistent behavior of GetDataDirectoryCreatePerm on Windows 2 years ago
David Rowley 151ffcf6d8 Try again to fix the MSVC build 2 years ago
Alexander Korotkov ec63622c03 Fix usage of the parse tree for estimate_num_groups() in set operations 2 years ago
Andres Freund a237a07d53 meson: docs: Install all manpages, not just ones in man1 2 years ago
Bruce Momjian d594e0daf7 doc: move HBA reload instructions above the syntax details 2 years ago
Bruce Momjian 42d3125ada doc: \copy can get data values \. and end-of-input confused 2 years ago
Bruce Momjian d391f6dcc3 doc: CREATE DATABASE doesn't copy db-level perms. from template 2 years ago
Bruce Momjian 7751352942 doc: mention ORDER BY for some aggregates, add ORDER BY examples 2 years ago
Tom Lane 95a610b097 Doc: update CREATE RULE ref page's hoary discussion of views. 2 years ago
Bruce Momjian a8510a7d96 doc: ALTER DEFAULT PRIVILEGES does not affect inherited roles 2 years ago
David Rowley 39c959ef25 Add missing unicode_category.c to MSVC build scripts 2 years ago
David Rowley b690e5facb Stabilize postgres_fdw tests on 32-bit machines 2 years ago
Tom Lane 0bc726d95a Make GetConfigOption/GetConfigOptionResetString return "" for NULL. 2 years ago
Tom Lane 7704a1a72e Be more wary about NULL values for GUC string variables. 2 years ago
David Rowley 4b14e18714 Attempt to stabilize postgres_fdw tests 2 years ago
Jeff Davis a02b37fc08 Additional unicode primitive functions. 2 years ago
Michael Paquier 7021d3b176 Prevent startup of logical replication launcher during pg_upgrade 2 years ago
Michael Paquier 40d5e5981c Fix 003_check_guc.pl when loading modules with custom GUCs 2 years ago
David Rowley cac169d686 Increase DEFAULT_FDW_TUPLE_COST from 0.01 to 0.2 2 years ago
Michael Paquier 4210b55f59 doc: Replace reference to ERRCODE_RAISE_EXCEPTION by "raise_exception" 2 years ago
Bruce Momjian 783e816666 doc: add reference to wire protocol details 2 years ago
Daniel Gustafsson 0f852cccd9 Fix function name in comment 2 years ago
Michael Paquier fe705ef6fc doc: Expand section related to LWLocks and shared memory 2 years ago
Bruce Momjian 6ec62b7799 doc: add missing word to sentence about Paris 2 years ago
Bruce Momjian 3fdc1d2693 C comment: mention why no setting lasterrno in dir_existsfile() 2 years ago
Bruce Momjian b706172d22 C comment: improve statistics computation comment example 2 years ago
Bruce Momjian 741ed2065c C comment: adjust statistics mention 2 years ago
Bruce Momjian 87cf7b63c4 doc: improve ALTER SYSTEM description of value list quoting 2 years ago
Bruce Momjian b69db51736 doc: improve bpchar and character type length details 2 years ago
Bruce Momjian 4a6286fd93 doc: add function argument and query parameter limits 2 years ago
Bruce Momjian 989adace3f doc: 1-byte varlena headers can be used for user PLAIN storage 2 years ago