Commit Graph

53927 Commits (REL_14_STABLE)
 

Author SHA1 Message Date
Heikki Linnakangas d2f58c42a2 Don't call CheckAttributeType() with InvalidOid on dropped cols 7 hours ago
Heikki Linnakangas c7a1d5fc65 Don't allow composite type to be member of itself via multirange 7 hours ago
Tom Lane 8a6f08c0c7 Guard against overly-long numeric formatting symbols from locale. 1 day ago
Tom Lane 21a24d7095 Prevent some buffer overruns in spell.c's parsing of affix files. 1 day ago
Tom Lane 6cae0c2bd2 Prevent buffer overrun in spell.c's CheckAffix(). 1 day ago
Michael Paquier d809b16d1b Allow ALTER INDEX .. ATTACH PARTITION to validate a parent index 2 days ago
Tom Lane babf2f740d Make plpgsql_trap test more robust and less resource-intensive. 2 days ago
Richard Guo 8e39951bea Fix incorrect NEW references to generated columns in rule rewriting 3 days ago
Fujii Masao f33874c3a9 doc: Correct context description for some JIT support GUCs 3 days ago
Fujii Masao 0a26194683 doc: Improve description of pg_ctl -l log file permissions 7 days ago
Thomas Munro e5fb1ff5be Fix comments for Korean encodings in encnames.c 1 week ago
Michael Paquier e138b78cdc Add tests for low-level PGLZ [de]compression routines 1 week ago
Andrew Dunstan de32a01e7b Fix heap-buffer-overflow in pglz_decompress() on corrupt input. 2 weeks ago
Tatsuo Ishii a7c41df1f2 Enhance make_ctags and make_etags. 2 weeks ago
Richard Guo 305cf0df0c Fix integer overflow in nodeWindowAgg.c 2 weeks ago
Tom Lane 40fa04e7c8 Avoid unsafe access to negative index in a TupleDesc. 2 weeks ago
Thomas Munro 9b354cfc55 jit: No backport::SectionMemoryManager for LLVM 22. 3 weeks ago
Thomas Munro b4e7cd428c jit: Stop emitting lifetime.end for LLVM 22. 3 weeks ago
Nathan Bossart 9a53249c5b doc: Add missing description for DROP SUBSCRIPTION IF EXISTS. 3 weeks ago
Tom Lane 7cd23aad2a Be more careful to preserve consistency of a tuplestore. 3 weeks ago
David Rowley 6ce5c310ba Fix datum_image_*()'s inability to detect sign-extension variations 4 weeks ago
Heikki Linnakangas a6d03067ff Avoid memory leak on error while parsing pg_stat_statements dump file 4 weeks ago
Fujii Masao bf7ecf3531 Fix premature NULL lag reporting in pg_stat_replication 4 weeks ago
John Naylor 4dc9346531 Fix copy-paste error in test_ginpostinglist 1 month ago
Heikki Linnakangas e35e466f61 Fix multixact backwards-compatibility with CHECKPOINT race condition 1 month ago
Jeff Davis c6f369e585 Fix dependency on FDW handler. 1 month ago
Fujii Masao f154714646 Fix WAL flush LSN used by logical walsender during shutdown 1 month ago
Tomas Vondra ff78b8fac4 Tighten asserts on ParallelWorkerNumber 1 month ago
Tomas Vondra c0ffc725f8 Use GetXLogInsertEndRecPtr in gistGetFakeLSN 1 month ago
Michael Paquier 70f7c5badc xml2: Fix failure with xslt_process() under -fsanitize=undefined 1 month ago
Fujii Masao a84a9a4260 doc: Document IF NOT EXISTS option for ALTER FOREIGN TABLE ADD COLUMN. 2 months ago
Michael Paquier eb11d7a915 Fix size underestimation of DSA pagemap for odd-sized segments 2 months ago
Fujii Masao 3bf6f22ce1 Fix publisher shutdown hang caused by logical walsender busy loop. 2 months ago
Fujii Masao 921f4a15c1 doc: Clarify that COLUMN is optional in ALTER TABLE ... ADD/DROP COLUMN. 2 months ago
Michael Paquier 1346794feb Fix rare instability in recovery TAP test 004_timeline_switch 2 months ago
Álvaro Herrera e0a9c64635
Don't malloc(0) in EventTriggerCollectAlterTSConfig 2 months ago
Heikki Linnakangas ffe53037df Skip prepared_xacts test if max_prepared_transactions < 2 2 months ago
Michael Paquier bce98e49e8 Fix rare instability in recovery TAP test 009_twophase 2 months ago
Fujii Masao 7ab6ac1d7f doc: Clarify that empty COMMENT string removes the comment. 2 months ago
Michael Paquier 858c83b3e6 test_custom_types: Test module with fancy custom data types 2 months ago
Michael Paquier 038c7d4a3b Fix set of issues with extended statistics on expressions 2 months ago
Etsuro Fujita e72bde9017 postgres_fdw: Fix thinko in comment for UserMappingPasswordRequired(). 2 months ago
Jeff Davis 058710d415 Fix more multibyte issues in ltree. 2 months ago
Tom Lane 746dae69c3 Fix Solution.pm for change in pg_config.h contents. 2 months ago
Tom Lane 231570d335 Use CXXFLAGS instead of CFLAGS for linking C++ code 2 months ago
Noah Misch e056563066 EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of failing. 2 months ago
Fujii Masao ec84a1f16f doc: Clarify INCLUDING COMMENTS behavior in CREATE TABLE LIKE. 2 months ago
Fujii Masao 5d2dec77ef Fix ProcWakeup() resetting wrong waitStart field. 2 months ago
Tom Lane ff9bd96754 Allow PG_PRINTF_ATTRIBUTE to be different in C and C++ code. 2 months ago
Tom Lane 244c047205 Fix some cases of indirectly casting away const. 2 months ago