Commit Graph

4535 Commits (617f9b7d4b10fec00a86802eeb34d7295c52d747)

Author SHA1 Message Date
Michael Paquier bb45156f34 Show names of DEALLOCATE as constants in pg_stat_statements 2 years ago
Alvaro Herrera b0e96f3119
Catalog not-null constraints 2 years ago
Heikki Linnakangas ccadf73163 Use the buffer cache when initializing an unlogged index. 2 years ago
Thomas Munro 7114791158 ExtendBufferedWhat -> BufferManagerRelation. 2 years ago
Michael Paquier d3c25ca1bf sepgsql: Adjust regression expected output 2 years ago
Etsuro Fujita 89be0b89ae Fix code indentation vioaltion introduced in commit 9e9931d2b. 2 years ago
Etsuro Fujita 9e9931d2bf Re-allow FDWs and custom scan providers to replace joins with pseudoconstant quals. 2 years ago
Michael Paquier 638d42a3c5 Show GIDs of two-phase commit commands as constants in pg_stat_statements 2 years ago
Peter Eisentraut 67c0ef9752 Improve const use in zlib-using code 2 years ago
Etsuro Fujita 6f80a8d9c1 Disallow replacing joins with scans in problematic cases. 2 years ago
Michael Paquier 31de7e60da Show savepoint names as constants in pg_stat_statements 2 years ago
Alvaro Herrera d6677b93c7
Make test_decoding ddl.out shorter 2 years ago
Daniel Gustafsson 29a0ccbce9 Revert "Add notBefore and notAfter to SSL cert info display" 2 years ago
Daniel Gustafsson 75ec5e7bec Add notBefore and notAfter to SSL cert info display 2 years ago
Tom Lane 8aac9759bb Remove unnecessary pfree() in g_intbig_compress(). 2 years ago
Peter Eisentraut 8c852ba9a4 Allow some exclusion constraints on partitions 2 years ago
Amit Kapila 26dd0284b9 Add BEGIN/COMMIT for transactional messages during decoding. 3 years ago
Michael Paquier ae6d06f096 Handle \v as a whitespace character in parsers 3 years ago
Peter Eisentraut 657f5f223e Remove incidental md5() function uses from several tests 3 years ago
Michael Paquier 44e73a498c Fix regression tests of unaccent to work without UTF8 support 3 years ago
Tomas Vondra 087a933b21 Remove expensive test of postgres_fdw batch inserts 3 years ago
Michael Paquier 2aeaf80e57 Refactor some code related to wait events "BufferPin" and "Extension" 3 years ago
Noah Misch 01d56eecee Fix test of pg_stat_io for wal_level=minimal. 3 years ago
Amit Langote 054ff3b33a Add a test case for a316a3bc 3 years ago
Michael Paquier bc8e9a6a25 pg_stat_statements: Fix second comment related to entry resets 3 years ago
Michael Paquier dc73db6743 pg_stat_statements: Fix incorrect comment with entry resets 3 years ago
Heikki Linnakangas 876d17d62f Fix comment on clearing padding. 3 years ago
Jeff Davis 877bf52cff test_extensions: make meson.build consistent with Makefile. 3 years ago
Michael Paquier c00fbe89dc intarray: Prevent out-of-bound memory reads with gist__int_ops 3 years ago
Michael Paquier d522b05c8c hstore: Tighten key/value parsing check for whitespaces 3 years ago
Peter Geoghegan d088ba5a5a nbtree: Allocate new pages in separate function. 3 years ago
Jeff Davis 2fcc7ee7af Revert "Fix search_path to a safe value during maintenance operations." 3 years ago
Jeff Davis 05e1737351 Fix search_path to a safe value during maintenance operations. 3 years ago
Tom Lane d98ed080bb Fix small overestimation of base64 encoding output length. 3 years ago
Peter Eisentraut b0f6c43716 Remove read-only server settings lc_collate and lc_ctype 3 years ago
Tom Lane 991a3df227 Fix filtering of "cloned" outer-join quals some more. 3 years ago
Tom Lane a2eb99a01e Expand some more uses of "deleg" to "delegation" or "delegated". 3 years ago
Bruce Momjian 9c0a0e2ed9 rename "gss_accept_deleg" to "gss_accept_delegation". 3 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 3 years ago
Michael Paquier e7bff46e50 pageinspect: Fix gist_page_items() with included columns 3 years ago
Tomas Vondra 428c0cae92 Show empty BRIN ranges in brin_page_items 3 years ago
Tom Lane 1d369c9e90 Ensure Soundex difference() function handles empty input sanely. 3 years ago
Tom Lane 8d525d7b95 Adjust sepgsql expected output for 681d9e462 et al. 3 years ago
Noah Misch 681d9e4621 Replace last PushOverrideSearchPath() call with set_config_option(). 3 years ago
Alvaro Herrera 95f5a7a42c
Fix sepgsql expected test output 3 years ago
Michael Paquier 8961cb9a03 Fix typos in comments 3 years ago
Tom Lane df38157d94 In hstore_plpython, avoid crashing when return value isn't a mapping. 3 years ago
Michael Paquier 806fad7573 Fix buffer refcount leak with FDW bulk inserts 3 years ago
Alexander Korotkov 8bbd0cce92 Validate ltree siglen GiST option to be int-aligned 3 years ago
Michael Paquier 0ecb87e1fa Remove io prefix from pg_stat_io columns 3 years ago