Commit Graph

44138 Commits (e819bbb7c82ac048ffd865ba3f2d2c4933923c77)

Author SHA1 Message Date
Michael Paquier e819bbb7c8 Remove use of pg_memory_is_all_zeros() in bufpage.c 1 year ago
Michael Paquier 07e9e28b56 Add pg_memory_is_all_zeros() in memutils.h 1 year ago
Michael Paquier 49d6c7d8da Add SQL function array_reverse() 1 year ago
Tom Lane 2d8bff603c Make all ereport() calls within gram.y provide error locations. 1 year ago
Tom Lane 89e51abcb2 Add a parse location field to struct FunctionParameter. 1 year ago
Heikki Linnakangas b82c877e76 Fix refreshing physical relfilenumber on shared index 1 year ago
Daniel Gustafsson fb7e27abfb Remove duplicate words in comments 1 year ago
Heikki Linnakangas 2b9b8ebbf8 Split RelationClearRelation into three different functions 1 year ago
Heikki Linnakangas 8e2e266221 Simplify call to rebuild relcache entry for indexes 1 year ago
David Rowley 3974bc3196 Remove unused field from SubPlanState struct 1 year ago
Michael Paquier baa1ae0429 injection_points: Improve comment about disabled isolation permutation 1 year ago
Peter Geoghegan 492e6b54c6 nbtree: assert no scheduled primscan between pages. 1 year ago
Peter Geoghegan 81a25790f1 Clarify nbtree array exhaustion comments. 1 year ago
Nathan Bossart 849110dd3e Optimize sifting down in binaryheap. 1 year ago
Tom Lane af21152268 Stabilize jsonb_path_query test case. 1 year ago
Peter Geoghegan 763d65ae25 Fix bug in nbtree array primitive scan scheduling. 1 year ago
Álvaro Herrera 2d5fe51405
Fix some more bugs in foreign keys connecting partitioned tables 1 year ago
Peter Eisentraut 2845cd1ca0 meson: Add missing dependency to unicode test programs 1 year ago
Amit Kapila 745217a051 Replicate generated columns when specified in the column list. 1 year ago
Jeff Davis f22e436bff Add missing CommandCounterIncrement() in stats import functions. 1 year ago
Noah Misch 30d47ec8c6 Unpin buffer before inplace update waits for an XID to end. 1 year ago
Tom Lane 502e7bf7f0 Update time zone data files to tzdata release 2024b. 1 year ago
David Rowley fcbd1bb661 Reduce variable scope and possibly useless palloc 1 year ago
Peter Eisentraut 014720c6d9 Add missing FATAL => 'all' to a use warnings in Perl 1 year ago
Michael Paquier 4b7bba49e7 doc: Add better description for rewrite functions in event triggers 1 year ago
Michael Paquier 49a23441ca Fix dependency of partitioned table and table AM with CREATE TABLE .. USING 1 year ago
Nathan Bossart 70b9adb98e Ensure we have a snapshot when updating pg_index in index_drop(). 1 year ago
Tom Lane 11b7de4a78 Unify src/common/'s definitions of MaxAllocSize. 1 year ago
Tom Lane bd28431672 Guard against enormously long input in pg_saslprep(). 1 year ago
Tom Lane 6cfb3a3374 Strip Windows newlines from extension script files manually. 1 year ago
Peter Eisentraut 8a98822bcc Fix WAL_DEBUG build 1 year ago
Peter Geoghegan 123474cbce nbtree: Minor sibling link traversal tweaks. 1 year ago
Heikki Linnakangas de5afddc3b Fix overflow in bsearch_arg() with more than INT_MAX elements 1 year ago
Heikki Linnakangas 22bb889f70 Restore missing line to copyright notice 1 year ago
Peter Eisentraut 9be4e5d293 Remove unused #include's from contrib, pl, test .c files 1 year ago
Amit Kapila 1bf1140be8 Change the default value of the streaming option to 'parallel'. 1 year ago
Michael Paquier 6b652e6ce8 Set query ID for inner queries of CREATE TABLE AS and DECLARE 1 year ago
Peter Geoghegan 33b2fbe050 Fix obsolete nbtree split buffer comment. 1 year ago
Peter Eisentraut e18512c000 Remove unused #include's from backend .c files 1 year ago
Jeff Davis 3aa2373c11 Refactor the code to create a pg_locale_t into new function. 1 year ago
Tom Lane 924e03917d Read extension script files in text not binary mode. 1 year ago
Melanie Plageman de380a62b5 Make table_scan_bitmap_next_block() async-friendly 1 year ago
Melanie Plageman 7bd7aa4d30 Move EXPLAIN counter increment to heapam_scan_bitmap_next_block 1 year ago
Noah Misch 8e7e672cda WAL-log inplace update before revealing it to other sessions. 1 year ago
Noah Misch 243e9b40f1 For inplace update, send nontransactional invalidations. 1 year ago
Alexander Korotkov aa1e898dea Fix concurrrently in typcache_rel_type_cache.sql 1 year ago
Tatsuo Ishii 7175ef870e pgbench: Fix typo. 1 year ago
Michael Paquier 248c2d1923 Refactor code converting a publication name List to a StringInfo 1 year ago
Michael Paquier 1564339bfe Add install rules for Kerberos.pm and AdjustUpgrade.pm 1 year ago
Michael Paquier 9f00edc228 injection_points: Disable one permutation in isolation test "basic" 1 year ago