Commit Graph

56685 Commits (664f3081712fa08ecfc5c6d486475fa1f7edbe36)
 

Author SHA1 Message Date
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
Andrew Dunstan 16152705b3 Improve pg_basebackup long file name test Windows robustness 2 years ago
Michael Paquier c24e9ef330 Make PG_TEST_NOCLEAN work for temporary directories in TAP tests 2 years ago
Thomas Munro 76d5966b3b Silence "missing contrecord" error. 2 years ago
Tomas Vondra 9cf85093b5 Fix oversight in handling of modifiedCols since f24523672d 2 years ago
Tomas Vondra 9ae7b5d1f3 Fix memory leak in Incremental Sort rescans 2 years ago
Noah Misch cb5fd121d5 Fix test of pg_stat_io for wal_level=minimal. 2 years ago
Bruce Momjian c729642bd7 doc: PG 16 relnotes, remove "Have initdb use ICU by default" 2 years ago
Amit Langote 0a14bca662 Add a test case for a316a3bc 2 years ago
Michael Paquier f4691e2e76 Fix marking of indisvalid for partitioned indexes at creation 2 years ago
Tom Lane 871d342bf3 Arm gen_node_support.pl's nodetag ABI stability check in v16. 2 years ago
Michael Paquier 97d8910104 Fix pg_depend entry to AMs after ALTER TABLE .. SET ACCESS METHOD 2 years ago
Andres Freund 5f87a02125 meson: Remove redundant return code check 2 years ago
Tom Lane a798660ebe Defend against bogus parameterization of join input paths. 2 years ago
Tom Lane 43af714def Fix order of operations in ExecEvalFieldStoreDeForm(). 2 years ago
Peter Eisentraut b750e74e6e meson: Fix intl misspelling 2 years ago
Peter Eisentraut 99e5766351 meson: Use a better error message in an impossible case 2 years ago
Peter Eisentraut af492eb6d6 meson: Make some Meson style more consistent with surrounding code 2 years ago
Peter Eisentraut 74668cbf0f meson: Fix some grammar usage in Meson comments 2 years ago
Peter Eisentraut f5159c734f meson: Mention the correct way to disable readline support 2 years ago
Peter Eisentraut 45c88eecb4 meson: Remove old comment 2 years ago
Peter Eisentraut 38977dd2bd meson: Use the not_found_dep constant 2 years ago
Peter Eisentraut c55d31e59c meson: Attach colon to keyword argument 2 years ago