summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2024-01-30pgcrypto: Fix check for buffer sizeDaniel Gustafsson
2024-01-29Fix incompatibilities with libxml2 >= 2.12.0.Tom Lane
2024-01-18seg: Add test "security" in meson.buildMichael Paquier
2024-01-07Fix integer-overflow problem in intarray's g_int_decompress().Tom Lane
2023-12-19pageinspect: Fix failure with hash_bitmap_info() for partitioned indexesMichael Paquier
2023-12-19pgstattuple: Fix failure with pgstathashindex() for partitioned indexesMichael Paquier
2023-11-23Fix resource leak when a FDW's ForeignAsyncRequest function failsHeikki Linnakangas
2023-11-18meson: Fix missing dependency from install-quiet to sepgsql.sqlAndres Freund
2023-11-09pg_stat_statements: Remove duplicated tests for SET statementsMichael Paquier
2023-10-31Adjust the order of the prechecks in pgrowlocks()David Rowley
2023-10-30Diagnose !indisvalid in more SQL functions.Noah Misch
2023-10-30amcheck: Distinguish interrupted page deletion from corruption.Noah Misch
2023-10-29btree_gin: Fix calculation of leftmost interval value.Dean Rasheed
2023-10-14Dissociate btequalimage() from interval_ops, ending its deduplication.Noah Misch
2023-09-27Fix the misuse of origin filter across multiple pg_logical_slot_get_changes()...Amit Kapila
2023-09-27unaccent: Tweak value of PYTHON when building without Python supportMichael Paquier
2023-09-26Fix another bug in parent page splitting during GiST index build.Heikki Linnakangas
2023-09-14Fix tracking of temp table relation extensions as writesAndres Freund
2023-08-30postgres_fdw: Fix test for parameterized foreign scan.Etsuro Fujita
2023-08-23Use the buffer cache when initializing an unlogged index.Heikki Linnakangas
2023-08-23ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro
2023-07-28Disallow replacing joins with scans in problematic cases.Etsuro Fujita
2023-07-24Make test_decoding ddl.out shorterAlvaro Herrera
2023-07-13Remove unnecessary pfree() in g_intbig_compress().Tom Lane
2023-07-03Remove expensive test of postgres_fdw batch insertsTomas Vondra
2023-07-01Fix test of pg_stat_io for wal_level=minimal.Noah Misch
2023-06-30Add a test case for a316a3bcAmit Langote
2023-06-29pg_stat_statements: Fix second comment related to entry resetsMichael Paquier
2023-06-28pg_stat_statements: Fix incorrect comment with entry resetsMichael Paquier
2023-06-27Fix comment on clearing padding.Heikki Linnakangas
2023-06-20test_extensions: make meson.build consistent with Makefile.Jeff Davis
2023-06-15intarray: Prevent out-of-bound memory reads with gist__int_opsMichael Paquier
2023-06-12hstore: Tighten key/value parsing check for whitespacesMichael Paquier
2023-06-10nbtree: Allocate new pages in separate function.Peter Geoghegan
2023-06-10Revert "Fix search_path to a safe value during maintenance operations."Jeff Davis
2023-06-09Fix search_path to a safe value during maintenance operations.Jeff Davis
2023-06-08Fix small overestimation of base64 encoding output length.Tom Lane
2023-06-07Remove read-only server settings lc_collate and lc_ctypePeter Eisentraut
2023-05-25Fix filtering of "cloned" outer-join quals some more.Tom Lane
2023-05-21Expand some more uses of "deleg" to "delegation" or "delegated".Tom Lane
2023-05-21rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-19pageinspect: Fix gist_page_items() with included columnsMichael Paquier
2023-05-19Show empty BRIN ranges in brin_page_itemsTomas Vondra
2023-05-16Ensure Soundex difference() function handles empty input sanely.Tom Lane
2023-05-08Adjust sepgsql expected output for 681d9e462 et al.Tom Lane
2023-05-08Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch
2023-05-05Fix sepgsql expected test outputAlvaro Herrera
2023-05-02Fix typos in commentsMichael Paquier
2023-04-27In hstore_plpython, avoid crashing when return value isn't a mapping.Tom Lane