Commit Graph

50211 Commits (794025eff0db181e463cb92d4b1aedd0879c88a6)
 

Author SHA1 Message Date
Amit Kapila 794025eff0 Fix toast rewrites in logical decoding. 4 years ago
Fujii Masao 7d9026cbfd Avoid using ambiguous word "positive" in error message. 4 years ago
Fujii Masao 81fa1bce27 Improve error message about valid value for distance in phrase operator. 4 years ago
Tom Lane 071146184a Fix regexp misbehavior with capturing parens inside "{0}". 4 years ago
Tom Lane 9a327179c8 Prevent regexp back-refs from sometimes matching when they shouldn't. 4 years ago
Alvaro Herrera ad1231171f
Avoid creating archive status ".ready" files too early 4 years ago
Michael Paquier 29f9423251 Fix backup manifests to generate correct WAL-Ranges across timelines 4 years ago
Tom Lane b30f7f399e Fix performance bug in regexp's citerdissect/creviterdissect. 4 years ago
Tom Lane 7fa367d96b Avoid trying to lock OLD/NEW in a rule with FOR UPDATE. 4 years ago
Tom Lane ecd4dd9f1d Fix check_agg_arguments' examination of aggregate FILTER clauses. 4 years ago
Tom Lane 7b01246e1d Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membership. 4 years ago
Daniel Gustafsson e15f32f0ed Set type identifier on BIO 4 years ago
Heikki Linnakangas c9e75c21d8 doc: \123 and \x12 escapes in COPY are in database encoding. 4 years ago
Michael Paquier 7f0873f328 Refresh apply delay on reload of recovery_min_apply_delay at recovery 4 years ago
Tom Lane 48695decc2 Add RISC-V spinlock support in s_lock.h. 4 years ago
David Rowley 4873da79da Fix incorrect hash table resizing code in simplehash.h 4 years ago
Thomas Munro 2c62754235 Make EXEC_BACKEND more convenient on macOS. 4 years ago
Tom Lane 7ba487cf90 Fix failure of btree_gin indexscans with "char" type and </<= operators. 4 years ago
Tom Lane e849f3f1f8 Stamp 13.4. 4 years ago
Tom Lane 0145ec9be9 Last-minute updates for release notes. 4 years ago
Peter Eisentraut dc10035ecc Translation updates 4 years ago
David Rowley bb08e78972 Doc: Fix misleading statement about VACUUM memory limits 4 years ago
Bruce Momjian ff18b8d1b1 doc: mention pg_upgrade extension script 4 years ago
Tom Lane 410c5a08df Doc: remove bogus <indexterm> items. 4 years ago
Tom Lane 6432cf9265 Release notes for 13.4, 12.8, 11.13, 10.18, 9.6.23. 4 years ago
Tom Lane ba9f665a44 Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY. 4 years ago
Dean Rasheed da188b9934 Adjust the integer overflow tests in the numeric code. 4 years ago
Peter Eisentraut d3ad6566a1 Fix wording 4 years ago
Tom Lane 2f38ec6a15 First-draft release notes for 13.4. 4 years ago
Etsuro Fujita 388a81bf4d postgres_fdw: Fix issues with generated columns in foreign tables. 4 years ago
Dean Rasheed a72ad63154 Fix division-by-zero error in to_char() with 'EEEE' format. 4 years ago
Bruce Momjian 47a573d911 C comment: correct heading of extension query 4 years ago
Bruce Momjian 1dd8400206 doc: interval spill method for units greater than months 4 years ago
Bruce Momjian a81c71e3a8 pg_upgrade: warn about extensions that need updating 4 years ago
Bruce Momjian 0e6cf3c6f4 pg_upgrade: improve docs about extension upgrades 4 years ago
Bruce Momjian 7134b8cacc doc: mention inheritance's tableoid can be used in partitioning 4 years ago
Bruce Momjian 073069075f doc: add example of using pg_dump with GNU split and gzip 4 years ago
Tom Lane 93f99693f9 Use elog, not Assert, to report failure to provide an outer snapshot. 4 years ago
Dean Rasheed 053ec4e0c4 Fix corner-case errors and loss of precision in numeric_power(). 4 years ago
John Naylor 171bf1cea5 Fix range check in ECPG numeric to int conversion 4 years ago
Alvaro Herrera 41d27ee7b8
Close yet another race condition in replication slot test code 4 years ago
Michael Paquier efe169c900 Add missing exit() in pg_verifybackup when failing to find pg_waldump 4 years ago
Fujii Masao a66b05b422 Update minimum recovery point on truncation during WAL replay of abort record. 4 years ago
David Rowley aa1e9211ec Doc: Clarify lock levels taken during ATTACH PARTITION 4 years ago
Alvaro Herrera b8f91d7f92
Set pg_setting.pending_restart when pertinent config lines are removed 4 years ago
Fujii Masao 92913fc290 Avoid using ambiguous word "non-negative" in error messages. 4 years ago
Bruce Momjian d629fcf4b3 doc: for various substring funcs, document if only first match 4 years ago
Bruce Momjian 0a5e708e2b pg_resetxlog: add option to set oldest xid & use by pg_upgrade 4 years ago
Tom Lane 882d15144b Harden pg_stat_statements tests against CLOBBER_CACHE_ALWAYS. 4 years ago
Michael Paquier 2c7395aad7 Fix a couple of memory leaks in src/bin/pg_basebackup/ 4 years ago