Commit Graph

24469 Commits (20a566cd43bb45561c64315f7744282100abb7f1)

Author SHA1 Message Date
Alexander Korotkov 20a566cd43 Fix indentation in ExecParallelHashIncreaseNumBatches() 2 years ago
Alexander Korotkov 714a987bc1 Fix oversized memory allocation in Parallel Hash Join 2 years ago
Michael Paquier 37c5516633 Fix corruption of local buffer state during extend of temp relation 2 years ago
David Rowley 6298673f4b Fix use of incorrect TupleTableSlot in DISTINCT aggregates 2 years ago
Tom Lane fb464a1ae3 Avoid masking EOF (no-password-supplied) conditions in auth.c. 2 years ago
Tom Lane e87252ceb8 Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings view. 2 years ago
Tom Lane 0977bd64e2 Avoid trying to fetch metapage of an SPGist partitioned index. 2 years ago
Dean Rasheed 7f07384dc2 Fix BEFORE ROW trigger handling in cross-partition MERGE update. 2 years ago
Tom Lane 152bfc0af8 Fix bugs in manipulation of large objects. 2 years ago
Michael Paquier db69101a1d Fix description of I/O timing info for shared buffers in EXPLAIN (BUFFERS) 2 years ago
Michael Paquier 0e2c05af90 Prevent tuples to be marked as dead in subtransactions on standbys 2 years ago
Daniel Gustafsson 810c9609f8 Fix typo in comment 2 years ago
Tom Lane ebbd499d4b Be more wary about OpenSSL not setting errno on error. 2 years ago
Amit Kapila 01cc92fa62 Fix an undetected deadlock due to apply worker. 2 years ago
Thomas Munro 8ca56620ca Fix potential pointer overflow in xlogreader.c. 2 years ago
Michael Paquier 6248a2bb92 Fix compilation on Windows with WAL_DEBUG 2 years ago
Daniel Gustafsson 8da1fb13bd Fix incorrect error message for IDENTIFY_SYSTEM 2 years ago
Peter Eisentraut 267f33f684 Check collation when creating partitioned index 2 years ago
Thomas Munro cf84755575 Adjust obsolete comment explaining set_stack_base(). 2 years ago
Tom Lane efa8f60640 Use BIO_{get,set}_app_data instead of BIO_{get,set}_data. 2 years ago
Heikki Linnakangas 9fee3232a1 Fix assertions with RI triggers in heap_update and heap_delete. 2 years ago
Amit Kapila d7ca9209c9 Avoid unconditionally filling in missing values with NULL in pgoutput. 2 years ago
Tom Lane 85eb771854 Fix timing-dependent failure in GSSAPI data transmission. 2 years ago
Heikki Linnakangas 501cfd07da Fix resource leak when a FDW's ForeignAsyncRequest function fails 2 years ago
Amit Kapila 1b6da28e06 Fix the initial sync tables with no columns. 2 years ago
Tomas Vondra ee32b824dc Lock table in DROP STATISTICS 2 years ago
Dean Rasheed 72d0c135bd Guard against overflow in interval_mul() and interval_div(). 2 years ago
Daniel Gustafsson 2cf50585e5 llvmjit: Use explicit LLVMContextRef for inlining 2 years ago
Tom Lane f07a3039c7 Ensure we preprocess expressions before checking their volatility. 2 years ago
Tom Lane f76b975d58 Don't release index root page pin in ginFindParents(). 2 years ago
Etsuro Fujita ee4fabfdab Remove incorrect file reference in comment. 2 years ago
Tom Lane 6bf2efb382 Fix computation of varnullingrels when const-folding field selection. 2 years ago
Dean Rasheed 06a546382a Fix AFTER ROW trigger execution in MERGE cross-partition update. 2 years ago
David Rowley ef7c365551 Ensure we use the correct spelling of "ensure" 2 years ago
Michael Paquier 4dccf95753 Enlarge assertion in bloom_init() for false_positive_rate 2 years ago
Tom Lane e24daa94b2 Detect integer overflow while computing new array dimensions. 2 years ago
Tom Lane d3d1e25097 Compute aggregate argument types correctly in transformAggregateCall(). 2 years ago
Noah Misch 2c3c5ec493 Set GUC "is_superuser" in all processes that set AuthenticatedUserId. 2 years ago
Noah Misch 7854127315 Ban role pg_signal_backend from more superuser backend types. 2 years ago
Peter Eisentraut b1227766a3 Translation updates 2 years ago
Tom Lane 82063edd4a Be more wary about NULL values for GUC string variables. 2 years ago
Daniel Gustafsson 1155daef60 Fix function name in comment 2 years ago
Bruce Momjian 350bd6bdc1 doc: 1-byte varlena headers can be used for user PLAIN storage 2 years ago
Noah Misch 1a368dd3ec Diagnose !indisvalid in more SQL functions. 2 years ago
Tom Lane 07494a0df9 Fix intra-query memory leak when a SRF returns zero rows. 2 years ago
Tomas Vondra 924e0e2ee0 Fix minmax-multi distance for extreme interval values 2 years ago
Tomas Vondra 497fc92086 Fix minmax-multi on infinite date/timestamp values 2 years ago
Tomas Vondra e7965226d5 Fix calculation in brin_minmax_multi_distance_date 2 years ago
Tomas Vondra 0635fe02b4 Fix overflow when calculating timestamp distance in BRIN 2 years ago
Amit Langote 2bf99b48de Avoid compiler warning in non-assert builds 2 years ago