Commit Graph

56677 Commits (ab73a37e9e1e5308f4dbb81902125b484f9c5432)
 

Author SHA1 Message Date
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
Peter Eisentraut b4018ecb88 Fix untranslatable log message assembly 2 years ago
Masahiko Sawada 4946910a87 Doc: clarify the conditions of usable indexes for REPLICA IDENTITY FULL tables. 2 years ago
Andres Freund 7fc064d9b7 meson: Tie adding C++ support to the llvm Meson option 2 years ago
Andres Freund 5a7280d988 meson: Pass more feature option through to required kwargs 2 years ago
Andres Freund eeb28a2d94 pg_bsd_indent: Collect test diffs in test.diffs instead of tests.diff 2 years ago
Tom Lane 93dcdfa88f Be more rigorous about local variables in PostgresMain(). 2 years ago
Peter Eisentraut e004cb0394 Fix pgindent 2 years ago
Peter Eisentraut 2631ebab7b Message wording improvements 2 years ago
Michael Paquier 55c95f24cd Fix ALTER EXTENSION SET SCHEMA with objects outside an extension's schema 2 years ago
Peter Eisentraut 25da5cd32f doc: Use proper markup for emphasis 2 years ago
Peter Eisentraut 1da1cd2944 doc: Move DEFAULT parameter on COPY reference page 2 years ago