Commit Graph

57111 Commits (18b585155a891784ca8985f595ebc0dde94e0d43)
 

Author SHA1 Message Date
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
Bruce Momjian 75e700db45 improve alignment of postgresql.conf comments 2 years ago
David Rowley 73635b6d63 Adjust the order of the prechecks in pgrowlocks() 2 years ago
Noah Misch 13503eb590 Diagnose !indisvalid in more SQL functions. 2 years ago
Noah Misch 6ec9e9975e amcheck: Distinguish interrupted page deletion from corruption. 2 years ago
Bruce Momjian 56b30e266e pgindent run to fix commits de64268561 and 5ae2087202 2 years ago
Peter Eisentraut 0c60e8ba80 Fill in more of ObjectProperty 2 years ago
Amit Kapila 57891c256c Add STREAM_START/STREAM_STOP for transactional messages during decoding. 2 years ago
Alexander Korotkov 675fed4df5 Fix indentation in contrib/amcheck/verify_nbtree.c 2 years ago
Michael Paquier 5b2147d9fc Expand regression tests for pg_stat_reset_shared() 2 years ago
Michael Paquier dc5bd38894 Delay recovery mode LOG after reading backup_label and/or checkpoint record 2 years ago