Commit Graph

59802 Commits (3293b718a01310c8ce765ace3cb15efcb956a84e)
 

Author SHA1 Message Date
Peter Geoghegan 763d65ae25 Fix bug in nbtree array primitive scan scheduling. 8 months ago
Álvaro Herrera 2d5fe51405
Fix some more bugs in foreign keys connecting partitioned tables 8 months ago
Peter Eisentraut 2845cd1ca0 meson: Add missing dependency to unicode test programs 8 months ago
Amit Kapila 745217a051 Replicate generated columns when specified in the column list. 8 months ago
Jeff Davis f22e436bff Add missing CommandCounterIncrement() in stats import functions. 8 months ago
Noah Misch 30d47ec8c6 Unpin buffer before inplace update waits for an XID to end. 8 months ago
Tom Lane 502e7bf7f0 Update time zone data files to tzdata release 2024b. 8 months ago
David Rowley fcbd1bb661 Reduce variable scope and possibly useless palloc 8 months ago
David Rowley 84b8fccbe5 Doc: add detail about EXPLAIN's "Disabled" property 8 months ago
Peter Eisentraut 014720c6d9 Add missing FATAL => 'all' to a use warnings in Perl 8 months ago
Michael Paquier 4b7bba49e7 doc: Add better description for rewrite functions in event triggers 8 months ago
David Rowley dda781609f Doc: clarify enable_indexscan=off also disabled Index Only Scans 8 months ago
Michael Paquier 49a23441ca Fix dependency of partitioned table and table AM with CREATE TABLE .. USING 8 months ago
Nathan Bossart 70b9adb98e Ensure we have a snapshot when updating pg_index in index_drop(). 8 months ago
Tom Lane 11b7de4a78 Unify src/common/'s definitions of MaxAllocSize. 8 months ago
Tom Lane bd28431672 Guard against enormously long input in pg_saslprep(). 8 months ago
Tom Lane 6cfb3a3374 Strip Windows newlines from extension script files manually. 8 months ago
Peter Eisentraut 8a98822bcc Fix WAL_DEBUG build 8 months ago
Peter Geoghegan 123474cbce nbtree: Minor sibling link traversal tweaks. 8 months ago
Heikki Linnakangas de5afddc3b Fix overflow in bsearch_arg() with more than INT_MAX elements 8 months ago
Heikki Linnakangas 22bb889f70 Restore missing line to copyright notice 8 months ago
Peter Eisentraut 9be4e5d293 Remove unused #include's from contrib, pl, test .c files 8 months ago
Amit Kapila 1bf1140be8 Change the default value of the streaming option to 'parallel'. 8 months ago
Michael Paquier 6b652e6ce8 Set query ID for inner queries of CREATE TABLE AS and DECLARE 8 months ago
Peter Geoghegan 33b2fbe050 Fix obsolete nbtree split buffer comment. 8 months ago
Peter Eisentraut e18512c000 Remove unused #include's from backend .c files 8 months ago
Jeff Davis 3aa2373c11 Refactor the code to create a pg_locale_t into new function. 8 months ago
Tom Lane 924e03917d Read extension script files in text not binary mode. 8 months ago
Melanie Plageman de380a62b5 Make table_scan_bitmap_next_block() async-friendly 8 months ago
Melanie Plageman 7bd7aa4d30 Move EXPLAIN counter increment to heapam_scan_bitmap_next_block 8 months ago
Noah Misch 8e7e672cda WAL-log inplace update before revealing it to other sessions. 8 months ago
Noah Misch 243e9b40f1 For inplace update, send nontransactional invalidations. 8 months ago
Daniel Gustafsson 0fe173680e doc: Fix typo in pg_restore_*_stats function documentation 8 months ago
Alexander Korotkov aa1e898dea Fix concurrrently in typcache_rel_type_cache.sql 8 months ago
Amit Kapila b8a046081c Doc: Add a caution in alter publication. 8 months ago
Tatsuo Ishii 7175ef870e pgbench: Fix typo. 8 months ago
Michael Paquier 248c2d1923 Refactor code converting a publication name List to a StringInfo 8 months ago
Michael Paquier 1564339bfe Add install rules for Kerberos.pm and AdjustUpgrade.pm 8 months ago
Michael Paquier 9f00edc228 injection_points: Disable one permutation in isolation test "basic" 8 months ago
Richard Guo ffe12d1d22 Remove the RTE_GROUP RTE if we drop the groupClause 8 months ago
Jeff Davis d32d146399 Add functions pg_restore_relation_stats(), pg_restore_attribute_stats(). 8 months ago
Tom Lane 534d0ea6c2 Generalize plpgsql's heuristic for importing expanded objects. 8 months ago
Noah Misch 67bab53d64 Fix parallel worker tracking of new catalog relfilenumbers. 8 months ago
Noah Misch e947224cbb Stop reading uninitialized memory in heap_inplace_lock(). 8 months ago
Fujii Masao 86c30cef4a Refactor GetLockStatusData() to skip backends/groups without fast-path locks. 8 months ago
Daniel Gustafsson 45188c2ea2 Support configuring TLSv1.3 cipher suites 8 months ago
Daniel Gustafsson 3d1ef3a15c Support configuring multiple ECDH curves 8 months ago
Daniel Gustafsson 6c66b7443c Raise the minimum supported OpenSSL version to 1.1.1 8 months ago
Daniel Gustafsson f81855171f Handle alphanumeric characters in matching GUC names 8 months ago
Alexander Korotkov e546989a26 Add 'no_error' argument to pg_wal_replay_wait() 8 months ago