Commit Graph

4532 Commits (d7ca9209c9707703d6fd3bb7dc6d539803a72876)

Author SHA1 Message Date
Heikki Linnakangas 501cfd07da Fix resource leak when a FDW's ForeignAsyncRequest function fails 2 years ago
Andres Freund be08a359db meson: Fix missing dependency from install-quiet to sepgsql.sql 2 years ago
Michael Paquier 179c4639cf pg_stat_statements: Remove duplicated tests for SET statements 2 years ago
David Rowley a98f01c933 Adjust the order of the prechecks in pgrowlocks() 2 years ago
Noah Misch 1a368dd3ec Diagnose !indisvalid in more SQL functions. 2 years ago
Noah Misch 3c6a05b805 amcheck: Distinguish interrupted page deletion from corruption. 2 years ago
Dean Rasheed ab73a37e9e btree_gin: Fix calculation of leftmost interval value. 2 years ago
Noah Misch bf1c21c4fa Dissociate btequalimage() from interval_ops, ending its deduplication. 2 years ago
Amit Kapila 8d05be9319 Fix the misuse of origin filter across multiple pg_logical_slot_get_changes() calls. 2 years ago
Michael Paquier 641db601b7 unaccent: Tweak value of PYTHON when building without Python support 2 years ago
Heikki Linnakangas d7f521325f Fix another bug in parent page splitting during GiST index build. 2 years ago
Andres Freund c4758649b4 Fix tracking of temp table relation extensions as writes 2 years ago
Etsuro Fujita 5220b568c5 postgres_fdw: Fix test for parameterized foreign scan. 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
Etsuro Fujita 695f5deb79 Disallow replacing joins with scans in problematic cases. 2 years ago
Alvaro Herrera b1dc946eee
Make test_decoding ddl.out shorter 2 years ago
Tom Lane e27f3f52c2 Remove unnecessary pfree() in g_intbig_compress(). 2 years ago
Tomas Vondra 6b488d5dc2 Remove expensive test of postgres_fdw batch inserts 2 years ago
Noah Misch cb5fd121d5 Fix test of pg_stat_io for wal_level=minimal. 2 years ago
Amit Langote 0a14bca662 Add a test case for a316a3bc 2 years ago
Michael Paquier bc8e9a6a25 pg_stat_statements: Fix second comment related to entry resets 2 years ago
Michael Paquier dc73db6743 pg_stat_statements: Fix incorrect comment with entry resets 2 years ago
Heikki Linnakangas 876d17d62f Fix comment on clearing padding. 2 years ago
Jeff Davis 877bf52cff test_extensions: make meson.build consistent with Makefile. 2 years ago
Michael Paquier c00fbe89dc intarray: Prevent out-of-bound memory reads with gist__int_ops 2 years ago
Michael Paquier d522b05c8c hstore: Tighten key/value parsing check for whitespaces 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
Tom Lane d98ed080bb Fix small overestimation of base64 encoding output length. 2 years ago
Peter Eisentraut b0f6c43716 Remove read-only server settings lc_collate and lc_ctype 2 years ago
Tom Lane 991a3df227 Fix filtering of "cloned" outer-join quals some more. 2 years ago
Tom Lane a2eb99a01e Expand some more uses of "deleg" to "delegation" or "delegated". 2 years ago
Bruce Momjian 9c0a0e2ed9 rename "gss_accept_deleg" to "gss_accept_delegation". 2 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 2 years ago
Michael Paquier e7bff46e50 pageinspect: Fix gist_page_items() with included columns 2 years ago
Tomas Vondra 428c0cae92 Show empty BRIN ranges in brin_page_items 2 years ago
Tom Lane 1d369c9e90 Ensure Soundex difference() function handles empty input sanely. 2 years ago
Tom Lane 8d525d7b95 Adjust sepgsql expected output for 681d9e462 et al. 2 years ago
Noah Misch 681d9e4621 Replace last PushOverrideSearchPath() call with set_config_option(). 2 years ago
Alvaro Herrera 95f5a7a42c
Fix sepgsql expected test output 2 years ago
Michael Paquier 8961cb9a03 Fix typos in comments 2 years ago
Tom Lane df38157d94 In hstore_plpython, avoid crashing when return value isn't a mapping. 2 years ago
Michael Paquier 806fad7573 Fix buffer refcount leak with FDW bulk inserts 2 years ago
Alexander Korotkov 8bbd0cce92 Validate ltree siglen GiST option to be int-aligned 2 years ago
Michael Paquier 0ecb87e1fa Remove io prefix from pg_stat_io columns 2 years ago
David Rowley 3f58a4e296 Fix various typos and incorrect/outdated name references 2 years ago
David Rowley eef231e816 Fix some typos and some incorrectly duplicated words 2 years ago
David Rowley b4dbf3e924 Fix various typos 2 years ago