Commit Graph

56675 Commits (d1537afe3e6e3fe279dbee6d505292d6e38fef5f)
 

Author SHA1 Message Date
Michael Paquier b381d96370 Add timeline ID to file names generated with pg_waldump --save-fullpage 2 years ago
Michael Paquier fc55c7ff8d Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTITION 2 years ago
Michael Paquier 2ecbb0a493 Remove dependency to query text in JumbleQuery() 2 years ago
Heikki Linnakangas 876d17d62f Fix comment on clearing padding. 2 years ago
Tom Lane 19508f4763 Stamp 16beta2. 2 years ago
Bruce Momjian 228a2fab9c doc: PG 16 relnotes, update for beta 2 2 years ago
Peter Eisentraut 3f0199da5a Translation updates 2 years ago
Heikki Linnakangas b491a15f8c Change "..." to cstring in old input/output function comments. 2 years ago
Tom Lane 691594acd6 Check for interrupts and stack overflow in TParserGet(). 2 years ago
Bruce Momjian 239fd118b0 doc: rename "decades" to be more generic 2 years ago
Peter Eisentraut 3ad5f07c0f Error message refactoring 2 years ago
Peter Eisentraut b63cda34e2 doc: Improve punctuation 2 years ago
Peter Eisentraut 37a6d81c45 doc: Clean up title case use 2 years ago
Michael Paquier f69a7f08fd Fix incorrect error message in libpq_pipeline 2 years ago
Nathan Bossart c2122aae63 Improve privilege documentation for maintenance commands. 2 years ago
Nathan Bossart 4dbdb82513 Fix cache lookup hazards introduced by ff9618e82a. 2 years ago
Amit Kapila f5c446e336 Doc: Clarify the behavior of triggers/rules in a logical subscriber. 2 years ago
David Rowley c2d35bb88e Doc: mention that extended stats aren't used for joins 2 years ago
Peter Geoghegan 5f0762f147 nbtree VACUUM: cope with topparent inconsistencies. 2 years ago
Bruce Momjian 05ffc1fadb doc: update PG history as over "three decades" 2 years ago
Jeff Davis f3a01af29b ICU: do not convert locale 'C' to 'en-US-u-va-posix'. 2 years ago
Jeff Davis 2535c74b1a initdb: change default --locale-provider back to libc. 2 years ago
Tom Lane 555b929bbe Avoid Assert failure when processing empty statement in aborted xact. 2 years ago
Peter Eisentraut 3d9fd1a874 Allow and require passing files on command line of pgperltidy 2 years ago
Michael Paquier 8cca660b0b Disable use of archiving in 009_twophase.pl 2 years ago
Amit Kapila a734caa25f Fix the errhint message and docs for drop subscription failure. 2 years ago
Nathan Bossart 5b1a879943 Move bool parameter for vacuum_rel() to option bits. 2 years ago
Tom Lane 45392626c9 Fix hash join when inner hashkey expressions contain Params. 2 years ago
Bruce Momjian 8a300fc3af docs: adjust tag indenting and add MERGE mention 2 years ago
Tom Lane 3af87736bf Fix another cause of "wrong varnullingrels" planner failures. 2 years ago
Tom Lane efeb12ef0b Don't include outer join relids in lateral_relids bitmapsets. 2 years ago
Tom Lane 0655c03ef9 Centralize fixups for mismatched nullingrels in nestloop params. 2 years ago
Tom Lane 5961141646 Add b334612b8 to .git-blame-ignore-revs. 2 years ago
Tom Lane b334612b8a Pre-beta2 mechanical code beautification. 2 years ago
Jeff Davis 877bf52cff test_extensions: make meson.build consistent with Makefile. 2 years ago
Michael Paquier 68cb5af46c Enable archiving in recovery TAP test 009_twophase.pl 2 years ago
Andres Freund 0d369ac650 fd.c: Retry after EINTR in more places 2 years ago
Jeff Davis 797f980364 pg_regress: for --no-locale, use LOCALE='C'. 2 years ago
David Rowley 7fcd7ef2a9 Don't use partial unique indexes for unique proofs in the planner 2 years ago
Jeff Davis a14e75eb0b CREATE DATABASE: make LOCALE apply to all collation providers. 2 years ago
Peter Eisentraut c0d951262c libpq: Add missing gettext trigger 2 years ago
Masahiko Sawada 0225eec80b Add missing pg_basebackup TAP test for meson. 2 years ago
Amit Langote 160c23b5fa Fix typo in comment. 2 years ago
Tom Lane f4c00d138f When removing a left join, clean out references in EquivalenceClasses. 2 years ago
Amit Langote 5c8c8079b0 Remove outdated reference to a removed file 2 years ago
Peter Eisentraut d6326ba8fe libpq: Fix up some error message coding 2 years ago
Michael Paquier ac68323a87 Add missing subscription TAP test for meson 2 years ago
Masahiko Sawada a54fc892ad Replace GUC_UNIT_MEMORY|GUC_UNIT_TIME with GUC_UNIT. 2 years ago
Michael Paquier c00fbe89dc intarray: Prevent out-of-bound memory reads with gist__int_ops 2 years ago
Amit Kapila b5c517379a Fix possible crash in tablesync worker. 2 years ago