Commit Graph

4563 Commits (c4f8291cf00a9101a80e77f0efd70b4836a4ebae)

Author SHA1 Message Date
Thomas Munro ba02d24bac Fix corruption when relation truncation fails. 1 year ago
Tom Lane 31daa10fac contrib/earthdistance: Use SQL-standard function bodies. 1 year ago
Michael Paquier ae77bcc3aa Fix invalidation of local pgstats references for entry reinitialization 1 year ago
Peter Geoghegan 05aac2e837 Count contrib/bloom index scans in pgstat view. 1 year ago
Alexander Korotkov b242aba026 Fix arrays comparison in CompareOpclassOptions() 1 year ago
Amit Kapila 0c40d90190 Stabilize the test added by commit 022564f60c. 1 year ago
Nathan Bossart 8aaf88b63d Fix Y2038 issues with MyStartTime. 1 year ago
Amit Kapila 0f0e253dbf Fix fetching default toast value during decoding of in-progress transactions. 1 year ago
Michael Paquier 21aad4bea8 Add missing query ID reporting in extended query protocol 1 year ago
Tom Lane 4c9bf947a9 Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile(). 1 year ago
Nathan Bossart 0938a4ecda Fix contrib/pageinspect's test for sequences. 1 year ago
Nathan Bossart 2bd4c06bba Reintroduce support for sequences in pgstattuple and pageinspect. 1 year ago
Masahiko Sawada 6aba85a4b0 Restrict accesses to non-system views and foreign tables during pg_dump. 1 year ago
Thomas Munro 91f498fdec Skip citext_utf8 test on Windows. 1 year ago
Etsuro Fujita d97f2ee50e postgres_fdw: Avoid "cursor can only scan forward" error. 1 year ago
Michael Paquier 9cd365f28f Propagate query IDs of utility statements in functions 1 year ago
Masahiko Sawada 2f3304ce13 Fix possibility of logical decoding partial transaction changes. 2 years ago
Etsuro Fujita 8405d5a37a postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers. 2 years ago
Tom Lane 75929b6cfa Make postgres_fdw request remote time zone 'GMT' not 'UTC'. 2 years ago
Michael Paquier 7c93f31dee xml2: Replace deprecated routines with recommended ones 2 years ago
Etsuro Fujita f6f61a4bd9 Fix bogus coding in ExecAppendAsyncEventWait(). 2 years ago
Andres Freund 408209d6a9 Avoid edge case in pg_visibility test with small shared_buffers 2 years ago
Alexander Korotkov 3676b846b1 amcheck: Normalize index tuples containing uncompressed varlena 2 years ago
Alexander Korotkov a6ddb8ad0a amcheck: Support for different header sizes of short varlena datum 2 years ago
David Rowley 6a9e2cb2b4 Fix deparsing of Consts in postgres_fdw ORDER BY 2 years ago
Daniel Gustafsson 5d726c72cd pgcrypto: Fix check for buffer size 2 years ago
Tom Lane e02fea093e Fix incompatibilities with libxml2 >= 2.12.0. 2 years ago
Michael Paquier 6b14404b0b seg: Add test "security" in meson.build 2 years ago
Tom Lane cf6f802bf5 Fix integer-overflow problem in intarray's g_int_decompress(). 2 years ago
Michael Paquier 7f68b14629 pageinspect: Fix failure with hash_bitmap_info() for partitioned indexes 2 years ago
Michael Paquier b4948ed666 pgstattuple: Fix failure with pgstathashindex() for partitioned indexes 2 years ago
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(). 3 years ago
Tomas Vondra 6b488d5dc2 Remove expensive test of postgres_fdw batch inserts 3 years ago