Commit Graph

56408 Commits (6b488d5dc2fe4dc12e1ef15c0ea4c1a4e7170ae0)
 

Author SHA1 Message Date
Tomas Vondra 6b488d5dc2 Remove expensive test of postgres_fdw batch inserts 3 years ago
Andrew Dunstan 16152705b3 Improve pg_basebackup long file name test Windows robustness 3 years ago
Michael Paquier c24e9ef330 Make PG_TEST_NOCLEAN work for temporary directories in TAP tests 3 years ago
Thomas Munro 76d5966b3b Silence "missing contrecord" error. 3 years ago
Tomas Vondra 9cf85093b5 Fix oversight in handling of modifiedCols since f24523672d 3 years ago
Tomas Vondra 9ae7b5d1f3 Fix memory leak in Incremental Sort rescans 3 years ago
Noah Misch cb5fd121d5 Fix test of pg_stat_io for wal_level=minimal. 3 years ago
Bruce Momjian c729642bd7 doc: PG 16 relnotes, remove "Have initdb use ICU by default" 3 years ago
Amit Langote 0a14bca662 Add a test case for a316a3bc 3 years ago
Michael Paquier f4691e2e76 Fix marking of indisvalid for partitioned indexes at creation 3 years ago
Tom Lane 871d342bf3 Arm gen_node_support.pl's nodetag ABI stability check in v16. 3 years ago
Michael Paquier 97d8910104 Fix pg_depend entry to AMs after ALTER TABLE .. SET ACCESS METHOD 3 years ago
Andres Freund 5f87a02125 meson: Remove redundant return code check 3 years ago
Tom Lane a798660ebe Defend against bogus parameterization of join input paths. 3 years ago
Tom Lane 43af714def Fix order of operations in ExecEvalFieldStoreDeForm(). 3 years ago
Peter Eisentraut b750e74e6e meson: Fix intl misspelling 3 years ago
Peter Eisentraut 99e5766351 meson: Use a better error message in an impossible case 3 years ago
Peter Eisentraut af492eb6d6 meson: Make some Meson style more consistent with surrounding code 3 years ago
Peter Eisentraut 74668cbf0f meson: Fix some grammar usage in Meson comments 3 years ago
Peter Eisentraut f5159c734f meson: Mention the correct way to disable readline support 3 years ago
Peter Eisentraut 45c88eecb4 meson: Remove old comment 3 years ago
Peter Eisentraut 38977dd2bd meson: Use the not_found_dep constant 3 years ago
Peter Eisentraut c55d31e59c meson: Attach colon to keyword argument 3 years ago
Peter Eisentraut b2ec7f543f meson: Use consistent Meson option description formats 3 years ago
Peter Eisentraut 529449c379 meson: Use consistent casing in Meson option descriptions 3 years ago
Peter Eisentraut 559bdd58eb meson: Remove triple-quoted strings 3 years ago
Peter Eisentraut efcf55f8fe Remove inappropriate raw_expression_tree_walker() code 3 years ago
Peter Eisentraut 39a584dc90 Error message wording improvements 3 years ago
Nathan Bossart dda9f8e7bc Fix psql \?'s entries for \dp and \z. 3 years ago
Michael Paquier bc8e9a6a25 pg_stat_statements: Fix second comment related to entry resets 3 years ago
Michael Paquier dc73db6743 pg_stat_statements: Fix incorrect comment with entry resets 3 years ago
Peter Eisentraut 046c8c5c8f Reword error messages for consistency 3 years ago
Tom Lane ac1e974221 Doc: minor wording adjustments in transaction isolation discussion. 3 years ago
Michael Paquier b381d96370 Add timeline ID to file names generated with pg_waldump --save-fullpage 3 years ago
Michael Paquier fc55c7ff8d Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTITION 3 years ago
Michael Paquier 2ecbb0a493 Remove dependency to query text in JumbleQuery() 3 years ago
Heikki Linnakangas 876d17d62f Fix comment on clearing padding. 3 years ago
Tom Lane 19508f4763 Stamp 16beta2. 3 years ago
Bruce Momjian 228a2fab9c doc: PG 16 relnotes, update for beta 2 3 years ago
Peter Eisentraut 3f0199da5a Translation updates 3 years ago
Heikki Linnakangas b491a15f8c Change "..." to cstring in old input/output function comments. 3 years ago
Tom Lane 691594acd6 Check for interrupts and stack overflow in TParserGet(). 3 years ago
Bruce Momjian 239fd118b0 doc: rename "decades" to be more generic 3 years ago
Peter Eisentraut 3ad5f07c0f Error message refactoring 3 years ago
Peter Eisentraut b63cda34e2 doc: Improve punctuation 3 years ago
Peter Eisentraut 37a6d81c45 doc: Clean up title case use 3 years ago
Michael Paquier f69a7f08fd Fix incorrect error message in libpq_pipeline 3 years ago
Nathan Bossart c2122aae63 Improve privilege documentation for maintenance commands. 3 years ago
Nathan Bossart 4dbdb82513 Fix cache lookup hazards introduced by ff9618e82a. 3 years ago
Amit Kapila f5c446e336 Doc: Clarify the behavior of triggers/rules in a logical subscriber. 3 years ago