Commit Graph

56657 Commits (8405068f3eb39fb7f4682838b1040c40ce51833f)
 

Author SHA1 Message Date
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
David Rowley 6d8b5f49f0 Doc: update old reference to "result cache" 2 years ago
Andrew Dunstan 6d8a8bb010 Fix tmpdir issues with commit e213de8e78 2 years ago
Andrew Dunstan 67ece2e709 Use shorter location for pg_replslot in pg_basebackup test 2 years ago
Peter Eisentraut 1421e8f3b6 Fix Perl warning 2 years ago
Peter Eisentraut 01f1f789df Make some indentation in gram.y consistent 2 years ago
Nathan Bossart 957445996f Revert MAINTAIN privilege and pg_maintain predefined role. 2 years ago
Tomas Vondra 1124cb2cf2 Document relaxed HOT for summarizing indexes 2 years ago
Andres Freund 727d96511e Fix type of iterator variable in SH_START_ITERATE 2 years ago
Andrew Dunstan b94d70a632 Skip pg_baseback long filename test if path too long on Windows 2 years ago
Heikki Linnakangas bf7b70e6bf WAL-log the creation of the init fork of unlogged indexes. 2 years ago
Amit Kapila 3c1adbbf86 Revert the commits related to allowing page lock to conflict among parallel group members. 2 years ago
Heikki Linnakangas dc0b584174 Fix leak of LLVM "fatal-on-oom" section counter. 2 years ago
Masahiko Sawada be8cae7e2f pgstat: fix subscription stats entry leak. 2 years ago
Daniel Gustafsson eb27d3dc88 Fix assertion failure in snapshot building 2 years ago
Heikki Linnakangas d431644b43 Ensure that creation of an empty relfile is fsync'd at checkpoint. 2 years ago
Thomas Munro af8f9ec66b Re-bin segment when memory pages are freed. 2 years ago
Thomas Munro 12529028a4 Fix race in SSI interaction with gin fast path. 2 years ago
Thomas Munro d03d9a2614 Fix race in SSI interaction with bitmap heap scan. 2 years ago
Thomas Munro 0cb1fb2c9b Fix race in SSI interaction with empty btrees. 2 years ago
Tomas Vondra 6b488d5dc2 Remove expensive test of postgres_fdw batch inserts 2 years ago