Commit Graph

59992 Commits (REL_17_STABLE)
 

Author SHA1 Message Date
Heikki Linnakangas d54e754415 Don't call CheckAttributeType() with InvalidOid on dropped cols 6 hours ago
Heikki Linnakangas 54343f6f90 Don't allow composite type to be member of itself via multirange 6 hours ago
Jeff Davis 9dda30dd3d catcache.c: use C_COLLATION_OID for texteqfast/texthashfast. 1 day ago
Tom Lane c97a286185 Guard against overly-long numeric formatting symbols from locale. 1 day ago
Tom Lane ea5f0d176a Prevent some buffer overruns in spell.c's parsing of affix files. 1 day ago
Tom Lane a5426dbf84 Prevent buffer overrun in spell.c's CheckAffix(). 1 day ago
Michael Paquier becf6d2696 Allow ALTER INDEX .. ATTACH PARTITION to validate a parent index 2 days ago
Tom Lane 94f1409847 Make plpgsql_trap test more robust and less resource-intensive. 2 days ago
Richard Guo 9d6208939a Fix incorrect NEW references to generated columns in rule rewriting 3 days ago
Michael Paquier e381843cfa Fix orphaned processes when startup process fails during PM_STARTUP 3 days ago
Fujii Masao 19fcb75c81 doc: Correct context description for some JIT support GUCs 3 days ago
Tom Lane 53cb4ec1de Fix relid-set clobber during join removal. 3 days ago
Tom Lane 766d402866 Clean up all relid fields of RestrictInfos during join removal. 3 days ago
Amit Kapila 88d7fdcc9a Flush statistics during idle periods in parallel apply worker. 4 days ago
Fujii Masao 0d09492a74 doc: Improve description of pg_ctl -l log file permissions 7 days ago
Fujii Masao 29d8bd9085 Update .abi-compliance-history for change to enum ProcSignalReason 1 week ago
Thomas Munro ec61832231 Fix comments for Korean encodings in encnames.c 1 week ago
Amit Langote 1a2d60cc04 Fix incorrect comment in JsonTablePlanJoinNextRow() 1 week ago
Jeff Davis a756067a0e Check for unterminated strings when calling uloc_getLanguage(). 1 week ago
Michael Paquier c78947badc Add tests for low-level PGLZ [de]compression routines 1 week ago
Amit Kapila 91741b7cb7 Fix excessive logging in idle slotsync worker. 2 weeks ago
Michael Paquier a4fefb3e0d Honor passed-in database OIDs in pgstat_database.c 2 weeks ago
Richard Guo 93ed187201 Fix estimate_array_length error with set-operation array coercions 2 weeks ago
Andrew Dunstan c05c3baf16 Fix heap-buffer-overflow in pglz_decompress() on corrupt input. 2 weeks ago
Andrew Dunstan 2e373785ec Fix incremental JSON parser numeric token reassembly across chunks. 2 weeks ago
Michael Paquier 492c386b4d Zero-fill private_data when attaching an injection point 2 weeks ago
Richard Guo f8736f8bc5 Fix integer overflow in nodeWindowAgg.c 2 weeks ago
Fujii Masao 586f4266fb Fix ABI break by moving PROCSIG_SLOTSYNC_MESSAGE in ProcSignalReason 2 weeks ago
Fujii Masao 15910b1c36 Fix slotsync worker blocking promotion when stuck in wait 2 weeks ago
Amit Kapila 4bed04d395 Enhance slot synchronization API to respect promotion signal. 2 weeks ago
Tom Lane 681a91d29d Avoid unsafe access to negative index in a TupleDesc. 2 weeks ago
Tom Lane d6c9432cb5 Fix null-bitmap combining in array_agg_array_combine(). 2 weeks ago
Thomas Munro 0a2291b59f jit: No backport::SectionMemoryManager for LLVM 22. 3 weeks ago
Thomas Munro b6d0cddbe2 jit: Stop emitting lifetime.end for LLVM 22. 3 weeks ago
Nathan Bossart a6ab311c70 doc: Add missing description for DROP SUBSCRIPTION IF EXISTS. 3 weeks ago
Tom Lane 1f5b6a5e5d Be more careful to preserve consistency of a tuplestore. 3 weeks ago
Tom Lane 0c8b4e9cfc Detect pfree or repalloc of a previously-freed memory chunk. 3 weeks ago
David Rowley d29808e35d Fix datum_image_*()'s inability to detect sign-extension variations 4 weeks ago
Andrew Dunstan f1298a4c20 Fix multiple bugs in astreamer pipeline code. 4 weeks ago
Heikki Linnakangas 351e59f344 Avoid memory leak on error while parsing pg_stat_statements dump file 4 weeks ago
Fujii Masao fdce5de552 Fix premature NULL lag reporting in pg_stat_replication 4 weeks ago
John Naylor 791ff1df1e Fix copy-paste error in test_ginpostinglist 1 month ago
Heikki Linnakangas 1ca3850321 Fix multixact backwards-compatibility with CHECKPOINT race condition 1 month ago
Tom Lane 6ccfc44922 Fix finalization of decompressor astreamers. 1 month ago
Jeff Davis 876fa84a27 Fix dependency on FDW handler. 1 month ago
Fujii Masao 8ee536c895 Fix WAL flush LSN used by logical walsender during shutdown 1 month ago
Tomas Vondra 2fa42feb79 Tighten asserts on ParallelWorkerNumber 1 month ago
Tomas Vondra 6ef36bb358 Use GetXLogInsertEndRecPtr in gistGetFakeLSN 1 month ago
Michael Paquier 63aa4342da xml2: Fix failure with xslt_process() under -fsanitize=undefined 1 month ago
Robert Haas 076bc57fa4 Prevent restore of incremental backup from bloating VM fork. 2 months ago