Commit Graph

53058 Commits (3dadeef5d9ffe94deac926d7266a2ec64795e159)
 

Author SHA1 Message Date
Fujii Masao 1d0567ec61 Improve error message about valid value for distance in phrase operator. 5 years ago
Tom Lane 244dd79923 Fix regexp misbehavior with capturing parens inside "{0}". 5 years ago
Amit Kapila 5cfcd46e9d Fix Alter Subscription's Add/Drop Publication behavior. 5 years ago
Tom Lane 779557bd22 Prevent regexp back-refs from sometimes matching when they shouldn't. 5 years ago
Alvaro Herrera e3fb6170e5
Avoid creating archive status ".ready" files too early 5 years ago
Michael Paquier 65b649fecb Fix backup manifests to generate correct WAL-Ranges across timelines 5 years ago
Tom Lane 8f6a52196a Improve error messages about misuse of SELECT INTO. 5 years ago
Tom Lane 57a2d4a1b3 Fix performance bug in regexp's citerdissect/creviterdissect. 5 years ago
Daniel Gustafsson 92ce7f5279 Remove --quiet option from pg_amcheck 5 years ago
Peter Eisentraut 88cfcbb79f pg_amcheck: Fix block number parsing on command line 5 years ago
Tom Lane 4649003933 Avoid trying to lock OLD/NEW in a rule with FOR UPDATE. 5 years ago
Andres Freund 18914f24ec Unset MyBEEntry, making elog.c's call to pgstat_get_my_query_id() safe. 5 years ago
Amit Kapila e191564665 Fix typo in protocol.sgml. 5 years ago
Michael Paquier 1900c14055 Revert refactoring of hex code to src/common/ 5 years ago
Tom Lane 61f9dae2ce Fix check_agg_arguments' examination of aggregate FILTER clauses. 5 years ago
Daniel Gustafsson 5310c61ecc Fix pg_amcheck --skip option parameter handling 5 years ago
Tom Lane 8f51ee63df Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membership. 5 years ago
Michael Meskes e2d6da0708 Improved ECPG warning as suggested by Michael Paquier and removed test case 5 years ago
Daniel Gustafsson b88377ad65 Set type identifier on BIO 5 years ago
Heikki Linnakangas f90c05959e doc: \123 and \x12 escapes in COPY are in database encoding. 5 years ago
Alvaro Herrera b3d24cc0f0
Revert analyze support for partitioned tables 5 years ago
Michael Paquier f83d80ea1e Refresh apply delay on reload of recovery_min_apply_delay at recovery 5 years ago
Tom Lane 4ffbd55d93 Add RISC-V spinlock support in s_lock.h. 5 years ago
Peter Eisentraut e546d1d052 pg_amcheck: Message style and structuring improvements 5 years ago
Michael Meskes a945f55273 Fix connection handling for DEALLOCATE and DESCRIBE statements 5 years ago
Daniel Gustafsson ffff00a355 Fix sslsni connparam boolean check 5 years ago
David Rowley dc23c77d07 Fix incorrect hash table resizing code in simplehash.h 5 years ago
Thomas Munro 8201b60565 Make EXEC_BACKEND more convenient on macOS. 5 years ago
Tomas Vondra 886531f3f4 Use appropriate tuple descriptor in FDW batching 5 years ago
Heikki Linnakangas 6458ed18fe Fix segfault during EvalPlanQual with mix of local and foreign partitions. 5 years ago
Tom Lane a4957b5a72 Fix failure of btree_gin indexscans with "char" type and </<= operators. 5 years ago
Tom Lane 26f5391df6 Stamp 14beta3. 5 years ago
Peter Eisentraut 7f7a9c2062 Translation updates 5 years ago
David Rowley b5815dd00a Doc: Fix misleading statement about VACUUM memory limits 5 years ago
David Rowley c26552f4fc Use ExplainPropertyInteger for queryid in EXPLAIN 5 years ago
Bruce Momjian 9268fc3452 doc: mention pg_upgrade extension script 5 years ago
Tom Lane c905e64d42 Doc: remove bogus <indexterm> items. 5 years ago
Tom Lane 5227d99896 Rethink regexp engine's backref-related compilation state. 5 years ago
Tom Lane 5e6ad63c6d Make regexp engine's backref-related compilation state more bulletproof. 5 years ago
Tom Lane f42ea8350d Fix use-after-free issue in regexp engine. 5 years ago
Peter Eisentraut 51b95fb257 pg_amcheck: Message style improvements 5 years ago
Tom Lane 2c915905e3 Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY. 5 years ago
Peter Eisentraut 9b0d71725e pg_amcheck: Add missing translation markers 5 years ago
Peter Eisentraut d954019f0a Message style improvements 5 years ago
Tom Lane e5f6493e35 Don't elide casting to typmod -1. 5 years ago
Dean Rasheed 0325565702 Adjust the integer overflow tests in the numeric code. 5 years ago
Peter Eisentraut c3a135b41e Add missing message punctuation 5 years ago
Peter Eisentraut acd6b6e637 Fix wording 5 years ago
Tom Lane 64b7a83532 Doc: remove commit 2945a488a from v14 release notes. 5 years ago
Etsuro Fujita 588d3f597c postgres_fdw: Fix issues with generated columns in foreign tables. 5 years ago