Commit Graph

56538 Commits (cd59fcff256d68e028bf8a181d4e166e81b6474b)
 

Author SHA1 Message Date
Andres Freund 4bec616f26 ci: macos: Remove use of -DRANDOMIZE_ALLOCATED_MEMORY 2 years ago
Noah Misch 7823a298ba Fix off-by-one in XLogRecordMaxSize check. 2 years ago
Jeff Davis 7bed93a469 Remove test from commit fa2e874946. 2 years ago
Alvaro Herrera 1b594a326a
Document RelationGetIndexAttrBitmap better 2 years ago
Bruce Momjian c8c033f721 doc: PG 16 relnotes, mark current as of 2023-08-09 2 years ago
Bruce Momjian fc3e21282f doc: PG 16 relnotes, move createuser and SCM items 2 years ago
Bruce Momjian 0752461d3a doc: PG 16 relnotes, small wording improvement 2 years ago
Bruce Momjian 6e1d1c5848 doc: PG 16 relnotes, merge and adjust CREATEROLE items 2 years ago
Bruce Momjian 89cadf30c6 doc: PG 16 relnotes, add Windows 10 huge pages fix 2 years ago
Jeff Davis 0d56c32c8e Recalculate search_path after ALTER ROLE. 2 years ago
Bruce Momjian e90308ae6b doc: PG 16 relnotes, fix various typos 2 years ago
Bruce Momjian 98cb73f5c9 doc: PG 16 relnotes, adjust \ef+ body comment to mention \sf 2 years ago
Bruce Momjian 86415153f4 doc: PG 16 relnotes, remove MAINTAIN item 2 years ago
Tom Lane 0dd5545378 Stamp 16beta3. 2 years ago
Noah Misch f53511010b Reject substituting extension schemas or owners matching ["$'\]. 2 years ago
Peter Eisentraut e8386b2cef Translation updates 2 years ago
David Rowley ae89129aa3 Don't Memoize lateral joins with volatile join conditions 2 years ago
Dean Rasheed 67a007dc0c Fix RLS policy usage in MERGE. 2 years ago
Etsuro Fujita f0a3805d7c Doc: update documentation for creating custom scan paths. 2 years ago
Etsuro Fujita c575e00230 Update comments on CustomPath struct. 2 years ago
Masahiko Sawada 5c0fcef76a Fix ReorderBufferCheckMemoryLimit() comment. 2 years ago
Andres Freund 803660ea4c Fix pg_stat_io buffer reuse test instability 2 years ago
David Rowley 4e2e75cd29 Fix performance regression in pg_strtointNN_safe functions 2 years ago
David Rowley b25acc3025 Fix overly strict Assert in jsonpath code 2 years ago
Etsuro Fujita 695f5deb79 Disallow replacing joins with scans in problematic cases. 2 years ago
Tom Lane de3f0e3fe0 Eliminate fixed token-length limit in hba.c. 2 years ago
David Rowley c1308ce2d9 Fix performance problem with new COPY DEFAULT code 2 years ago
Masahiko Sawada b4f14d2e43 Fix crash with RemoveFromWaitQueue() when detecting a deadlock. 2 years ago
Masahiko Sawada 35c85c3c9b Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables. 2 years ago
Amit Kapila ad486b0eae Fix the display of UNKNOWN message type in apply worker. 2 years ago
Andres Freund bd2f46c655 Fix off-by-one in LimitAdditionalPins() 2 years ago
Alvaro Herrera b1dc946eee
Make test_decoding ddl.out shorter 2 years ago
Alvaro Herrera 28ce9d51f9
Compare only major versions in AdjustUpgrade.pm 2 years ago
Tom Lane 11237e5a46 Avoid compiler warning in non-assert builds. 2 years ago
Tom Lane f75595cd80 Fix calculation of relid sets for partitionwise child joins. 2 years ago
Amit Langote 66a9003e2e Don't include CaseTestExpr in JsonValueExpr.formatted_expr 2 years ago
Tom Lane c0f5313961 Guard against null plan pointer in CachedPlanIsSimplyValid(). 2 years ago
Amit Langote 7825a1b01e Pass constructName to transformJsonValueExpr() 2 years ago
Tom Lane 0a1d2a7df8 Add psql \drg command to display role grants. 2 years ago
Tom Lane 245d0e6d0d Doc: improve description of IN and row-constructor comparisons. 2 years ago
Tom Lane e6e451c1d7 Doc: fix out-of-date example of SPI usage. 2 years ago
Michael Paquier 926aa6d11b Fix indentation in twophase.c 2 years ago
Michael Paquier f88bc9f388 Fix recovery of 2PC transaction during crash recovery 2 years ago
Tom Lane efe8d82269 Include <limits.h> in fe-auth.c, to get CHAR_BIT reliably. 2 years ago
Amit Langote 4a7301c7ad Add missing initializations of p_perminfo 2 years ago
Michael Paquier 27da471220 Add indisreplident to fields refreshed by RelationReloadIndexInfo() 2 years ago
Michael Paquier 31f9d41d62 Fix updates of indisvalid for partitioned indexes 2 years ago
Andres Freund a4b4cc1d60 Handle DROP DATABASE getting interrupted 2 years ago
Andres Freund 03ccc9569c Release lock after encountering bogs row in vac_truncate_clog() 2 years ago
Tom Lane e27f3f52c2 Remove unnecessary pfree() in g_intbig_compress(). 2 years ago