Commit Graph

4696 Commits (9fee3232a1d3661981c3cbf87227bfd02ee36c7b)

Author SHA1 Message Date
Heikki Linnakangas 9fee3232a1 Fix assertions with RI triggers in heap_update and heap_delete. 2 years ago
Tom Lane f76b975d58 Don't release index root page pin in ginFindParents(). 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
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
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
Nathan Bossart d1c56ad37b Move extra code out of the Pre/PostRestoreCommand() section. 2 years ago
Thomas Munro 3090213690 Fix comment from commit 22655aa231. 2 years ago
Andres Freund 0002feb820 Fix bulk table extension when copying into multiple partitions 2 years ago
Jeff Davis b8963e8a28 Fix bug in GenericXLogFinish(). 2 years ago
Michael Paquier a06efbc3ac Fail hard on out-of-memory failures in xlogreader.c 2 years ago
Peter Geoghegan 3fa81b62e0 Fix btmarkpos/btrestrpos array key wraparound bug. 2 years ago
Etsuro Fujita 8bdfc53be4 Fix typo in src/backend/access/transam/README. 2 years ago
Heikki Linnakangas d7f521325f Fix another bug in parent page splitting during GiST index build. 2 years ago
Thomas Munro 10d0591ea2 Fix edge-case for xl_tot_len broken by bae868ca. 2 years ago
Thomas Munro ce497f648e Don't trust unvalidated xl_tot_len. 2 years ago
Tom Lane 227c7cf156 Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions. 2 years ago
Heikki Linnakangas 64276c7e45 Fix GiST README's explanation of the NSN cross-check. 2 years ago
Heikki Linnakangas d5feb6011e Report syncscan position at end of scan. 2 years ago
Heikki Linnakangas c3b874c431 Fix _bt_allequalimage() call within critical section. 2 years ago
Heikki Linnakangas 6bc1fd4e60 Use the buffer cache when initializing an unlogged index. 2 years ago
Thomas Munro f58af9f416 ExtendBufferedWhat -> BufferManagerRelation. 2 years ago
Andrew Dunstan f938acd68b Cache by-reference missing values in a long lived context 2 years ago
Andres Freund d37ab378b6 hio: Take number of prior relation extensions into account 2 years ago
Noah Misch 7823a298ba Fix off-by-one in XLogRecordMaxSize check. 2 years ago
Michael Paquier 926aa6d11b Fix indentation in twophase.c 2 years ago
Michael Paquier f88bc9f388 Fix recovery of 2PC transaction during crash recovery 2 years ago
Peter Eisentraut 2631ebab7b Message wording improvements 2 years ago
Tomas Vondra 1124cb2cf2 Document relaxed HOT for summarizing indexes 2 years ago
Thomas Munro 12529028a4 Fix race in SSI interaction with gin fast path. 2 years ago
Thomas Munro d03d9a2614 Fix race in SSI interaction with bitmap heap scan. 2 years ago
Thomas Munro 0cb1fb2c9b Fix race in SSI interaction with empty btrees. 2 years ago
Thomas Munro 76d5966b3b Silence "missing contrecord" error. 2 years ago
Peter Geoghegan 5f0762f147 nbtree VACUUM: cope with topparent inconsistencies. 2 years ago
Michael Paquier 68cb5af46c Enable archiving in recovery TAP test 009_twophase.pl 2 years ago
Peter Geoghegan d088ba5a5a nbtree: Allocate new pages in separate function. 2 years ago
Jeff Davis 2fcc7ee7af Revert "Fix search_path to a safe value during maintenance operations." 2 years ago
Jeff Davis 05e1737351 Fix search_path to a safe value during maintenance operations. 2 years ago
Nathan Bossart 9aee26a491 Fix missing word in nbtree/README. 2 years ago
Heikki Linnakangas 95f0340c3b Initialize 'recordXtime' to silence compiler warning. 2 years ago
Peter Geoghegan 5abff197cc nbtree VACUUM: cope with right sibling link corruption. 2 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 2 years ago
Peter Eisentraut 8e7912e73d Message style improvements 2 years ago
Tomas Vondra 3581cbdcd6 Fix handling of empty ranges and NULLs in BRIN 2 years ago
Tomas Vondra 3ec8a3bfb5 Fix handling of NULLs when merging BRIN summaries 2 years ago
Michael Paquier 8961cb9a03 Fix typos in comments 2 years ago