Commit Graph

51877 Commits (26f5391df63445692c88e4540dcbb558e567044c)
 

Author SHA1 Message Date
Tom Lane 26f5391df6 Stamp 14beta3. 4 years ago
Peter Eisentraut 7f7a9c2062 Translation updates 4 years ago
David Rowley b5815dd00a Doc: Fix misleading statement about VACUUM memory limits 4 years ago
David Rowley c26552f4fc Use ExplainPropertyInteger for queryid in EXPLAIN 4 years ago
Bruce Momjian 9268fc3452 doc: mention pg_upgrade extension script 4 years ago
Tom Lane c905e64d42 Doc: remove bogus <indexterm> items. 4 years ago
Tom Lane 5227d99896 Rethink regexp engine's backref-related compilation state. 4 years ago
Tom Lane 5e6ad63c6d Make regexp engine's backref-related compilation state more bulletproof. 4 years ago
Tom Lane f42ea8350d Fix use-after-free issue in regexp engine. 4 years ago
Peter Eisentraut 51b95fb257 pg_amcheck: Message style improvements 4 years ago
Tom Lane 2c915905e3 Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY. 4 years ago
Peter Eisentraut 9b0d71725e pg_amcheck: Add missing translation markers 4 years ago
Peter Eisentraut d954019f0a Message style improvements 4 years ago
Tom Lane e5f6493e35 Don't elide casting to typmod -1. 4 years ago
Dean Rasheed 0325565702 Adjust the integer overflow tests in the numeric code. 4 years ago
Peter Eisentraut c3a135b41e Add missing message punctuation 4 years ago
Peter Eisentraut acd6b6e637 Fix wording 4 years ago
Tom Lane 64b7a83532 Doc: remove commit 2945a488a from v14 release notes. 4 years ago
Etsuro Fujita 588d3f597c postgres_fdw: Fix issues with generated columns in foreign tables. 4 years ago
Dean Rasheed ecbdbdfd90 Fix division-by-zero error in to_char() with 'EEEE' format. 4 years ago
Andres Freund fa604e0dd0 pgbench: When using pipelining only do PQconsumeInput() when necessary. 4 years ago
Peter Geoghegan e8086bd3ba Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM. 4 years ago
Bruce Momjian 3a0ba31a32 C comment: correct heading of extension query 4 years ago
Bruce Momjian 2c92bae3e9 doc: interval spill method for units greater than months 4 years ago
Bruce Momjian 4051a77757 pg_upgrade: warn about extensions that need updating 4 years ago
Bruce Momjian 9f6215b4c9 pg_upgrade: improve docs about extension upgrades 4 years ago
Bruce Momjian c362570e83 doc: mention inheritance's tableoid can be used in partitioning 4 years ago
Bruce Momjian 924e1d0da9 doc: add example of using pg_dump with GNU split and gzip 4 years ago
Etsuro Fujita fb234086fe Fix oversight in commit 1ec7fca859. 4 years ago
Tom Lane ec410c985e Use elog, not Assert, to report failure to provide an outer snapshot. 4 years ago
Dean Rasheed 0d6b87497e Fix corner-case errors and loss of precision in numeric_power(). 4 years ago
John Naylor f051b87ace Fix range check in ECPG numeric to int conversion 4 years ago
Heikki Linnakangas 99da905d5c Update obsolete comment that still referred to CheckpointLock 4 years ago
Etsuro Fujita 1cf7fb376a postgres_fdw: Fix handling of pending asynchronous requests. 4 years ago
Amit Kapila f4b939f1a3 Remove unused argument in apply_handle_commit_internal(). 4 years ago
Alvaro Herrera f951f6f69c
Close yet another race condition in replication slot test code 4 years ago
Daniel Gustafsson c73bba23ef docs: Fix bit_count example output 4 years ago
Tom Lane 43f1d2ab36 Improve libpq's handling of OOM during error message construction. 4 years ago
Andrew Dunstan c42d3d04d7
Avoid calling TestLib::perl2host on a symlinked directory 4 years ago
Andrew Dunstan 68011e17d0
Make TestLib::perl2host more consistent and robust 4 years ago
Michael Paquier 67445deb7e Add missing exit() in pg_verifybackup when failing to find pg_waldump 4 years ago
Fujii Masao f2a3d7404e Update minimum recovery point on truncation during WAL replay of abort record. 4 years ago
John Naylor fc0d9b8c22 Disallow negative strides in date_bin() 4 years ago
David Rowley 5a8a9be083 Doc: Clarify lock levels taken during ATTACH PARTITION 4 years ago
Alvaro Herrera ad3b40eb26
Set pg_setting.pending_restart when pertinent config lines are removed 4 years ago
Tom Lane b7ea0e8c41 Fix bugs in polymorphic-argument resolution for multiranges. 4 years ago
Fujii Masao fd90f6ba7a Avoid using ambiguous word "non-negative" in error messages. 4 years ago
Bruce Momjian 5a353a2d43 doc: for various substring funcs, document if only first match 4 years ago
Bruce Momjian 695b4a113a pg_resetxlog: add option to set oldest xid & use by pg_upgrade 4 years ago
Tomas Vondra 611e42444b psql \dX: check schema when listing statistics objects 4 years ago