Commit Graph

4591 Commits (a978882dfd3209126eecd5c78928fb88cd7fa394)

Author SHA1 Message Date
Tom Lane c26a8eaf65 Allow role created by new test to log in on Windows. 6 months ago
Nathan Bossart fae0ce5e31 Fix privilege checks for pg_prewarm() on indexes. 6 months ago
Etsuro Fujita 5a9af48689 Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch. 6 months ago
Michael Paquier c0f9fe877e pgstattuple: Improve reports generated for indexes (hash, gist, btree) 7 months ago
Tom Lane d532069c39 Put "excludeOnly" GIN scan keys at the end of the scankey array. 8 months ago
Masahiko Sawada 815fcfb206 Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. 8 months ago
Michael Paquier 327bd6111a postgres_fdw: Fix tests with ANALYZE and remote sampling 9 months ago
Peter Eisentraut a3906b44c5 Fix incorrect lack of Datum conversion in _int_matchsel() 9 months ago
Etsuro Fujita 9cca445dfd Disallow collecting transition tuples from child foreign tables. 9 months ago
Nathan Bossart b998ce3272 Allow resetting unknown custom GUCs with reserved prefixes. 9 months ago
Michael Paquier d24a96ce2c Fix incompatibility with libxml2 >= 2.14 10 months ago
Masahiko Sawada b2ae077205 Fix re-distributing previously distributed invalidation messages during logical decoding. 11 months ago
Robert Haas 169429264d pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks. 11 months ago
Tom Lane ab758ec4d3 Disallow "=" in names of reloptions and foreign-data options. 11 months ago
Tom Lane 2b92dc4eeb Fix memory leakage in postgres_fdw's DirectModify code path. 11 months ago
Tom Lane 8eef55db13 Avoid resource leaks when a dblink connection fails. 11 months ago
Michael Paquier 7e8b44f4e0 pg_stat_statements: Fix parameter number gaps in normalized queries 11 months ago
Amit Kapila 21a7caeeb9 Fix xmin advancement during fast_forward decoding. 1 year ago
Amit Kapila 9987c94662 Fix typo in test file name added in commit 4909b38af0. 1 year ago
Tom Lane 2d33cf7b8b Be more wary of corrupt data in pageinspect's heap_page_items(). 1 year ago
Tom Lane 4b65b085af Fix GIN's shimTriConsistentFn to not corrupt its input. 1 year ago
Amit Kapila 9a2f8b4f01 Fix data loss in logical replication. 1 year ago
Noah Misch 82a8f0f465 Make dblink interruptible, via new libpqsrv APIs. 1 year ago
Tom Lane 41ed749e48 Prevent assertion failure in contrib/pg_freespacemap. 1 year ago
Tom Lane 6655d931c6 Handle default NULL insertion a little better. 1 year ago
Peter Eisentraut 155d6162e4 meson: Fix sepgsql installation 1 year ago
Tom Lane 8c57f54853 Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols. 1 year ago
Thomas Munro c957d7444f Restore smgrtruncate() prototype in back-branches. 1 year ago
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. 2 years ago
Nathan Bossart 8aaf88b63d Fix Y2038 issues with MyStartTime. 2 years ago
Amit Kapila 0f0e253dbf Fix fetching default toast value during decoding of in-progress transactions. 2 years ago
Michael Paquier 21aad4bea8 Add missing query ID reporting in extended query protocol 2 years ago
Tom Lane 4c9bf947a9 Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile(). 2 years ago
Nathan Bossart 0938a4ecda Fix contrib/pageinspect's test for sequences. 2 years ago
Nathan Bossart 2bd4c06bba Reintroduce support for sequences in pgstattuple and pageinspect. 2 years ago
Masahiko Sawada 6aba85a4b0 Restrict accesses to non-system views and foreign tables during pg_dump. 2 years ago
Thomas Munro 91f498fdec Skip citext_utf8 test on Windows. 2 years ago
Etsuro Fujita d97f2ee50e postgres_fdw: Avoid "cursor can only scan forward" error. 2 years ago
Michael Paquier 9cd365f28f Propagate query IDs of utility statements in functions 2 years 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