aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAge
* Make postgres_fdw request remote time zone 'GMT' not 'UTC'.Tom Lane2024-04-21
* xml2: Replace deprecated routines with recommended onesMichael Paquier2024-04-16
* Fix bogus coding in ExecAppendAsyncEventWait().Etsuro Fujita2024-04-04
* Avoid edge case in pg_visibility test with small shared_buffersAndres Freund2024-03-25
* amcheck: Normalize index tuples containing uncompressed varlenaAlexander Korotkov2024-03-23
* amcheck: Support for different header sizes of short varlena datumAlexander Korotkov2024-03-23
* Fix deparsing of Consts in postgres_fdw ORDER BYDavid Rowley2024-03-11
* pgcrypto: Fix check for buffer sizeDaniel Gustafsson2024-01-30
* Fix incompatibilities with libxml2 >= 2.12.0.Tom Lane2024-01-29
* seg: Add test "security" in meson.buildMichael Paquier2024-01-18
* Fix integer-overflow problem in intarray's g_int_decompress().Tom Lane2024-01-07
* pageinspect: Fix failure with hash_bitmap_info() for partitioned indexesMichael Paquier2023-12-19
* pgstattuple: Fix failure with pgstathashindex() for partitioned indexesMichael Paquier2023-12-19
* Fix resource leak when a FDW's ForeignAsyncRequest function failsHeikki Linnakangas2023-11-23
* meson: Fix missing dependency from install-quiet to sepgsql.sqlAndres Freund2023-11-17
* pg_stat_statements: Remove duplicated tests for SET statementsMichael Paquier2023-11-09
* Adjust the order of the prechecks in pgrowlocks()David Rowley2023-10-31
* Diagnose !indisvalid in more SQL functions.Noah Misch2023-10-30
* amcheck: Distinguish interrupted page deletion from corruption.Noah Misch2023-10-30
* btree_gin: Fix calculation of leftmost interval value.Dean Rasheed2023-10-29
* Dissociate btequalimage() from interval_ops, ending its deduplication.Noah Misch2023-10-14
* Fix the misuse of origin filter across multiple pg_logical_slot_get_changes()...Amit Kapila2023-09-27
* unaccent: Tweak value of PYTHON when building without Python supportMichael Paquier2023-09-27
* Fix another bug in parent page splitting during GiST index build.Heikki Linnakangas2023-09-26
* Fix tracking of temp table relation extensions as writesAndres Freund2023-09-13
* postgres_fdw: Fix test for parameterized foreign scan.Etsuro Fujita2023-08-30
* Use the buffer cache when initializing an unlogged index.Heikki Linnakangas2023-08-23
* ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro2023-08-23
* Disallow replacing joins with scans in problematic cases.Etsuro Fujita2023-07-28
* Make test_decoding ddl.out shorterAlvaro Herrera2023-07-24
* Remove unnecessary pfree() in g_intbig_compress().Tom Lane2023-07-13
* Remove expensive test of postgres_fdw batch insertsTomas Vondra2023-07-03
* Fix test of pg_stat_io for wal_level=minimal.Noah Misch2023-07-01
* Add a test case for a316a3bcAmit Langote2023-06-30
* pg_stat_statements: Fix second comment related to entry resetsMichael Paquier2023-06-29
* pg_stat_statements: Fix incorrect comment with entry resetsMichael Paquier2023-06-29
* Fix comment on clearing padding.Heikki Linnakangas2023-06-27
* test_extensions: make meson.build consistent with Makefile.Jeff Davis2023-06-19
* intarray: Prevent out-of-bound memory reads with gist__int_opsMichael Paquier2023-06-15
* hstore: Tighten key/value parsing check for whitespacesMichael Paquier2023-06-12
* nbtree: Allocate new pages in separate function.Peter Geoghegan2023-06-10
* Revert "Fix search_path to a safe value during maintenance operations."Jeff Davis2023-06-10
* Fix search_path to a safe value during maintenance operations.Jeff Davis2023-06-09
* Fix small overestimation of base64 encoding output length.Tom Lane2023-06-08
* Remove read-only server settings lc_collate and lc_ctypePeter Eisentraut2023-06-07
* Fix filtering of "cloned" outer-join quals some more.Tom Lane2023-05-25
* Expand some more uses of "deleg" to "delegation" or "delegated".Tom Lane2023-05-21
* rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian2023-05-20
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* pageinspect: Fix gist_page_items() with included columnsMichael Paquier2023-05-19