Commit Graph

51858 Commits (ecbdbdfd9056a55e38f7922565c7ce46b1321907)
 

Author SHA1 Message Date
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
Michael Paquier f2a37ddbb1 doc: Fix command example to run regression tests with PGOPTIONS 4 years ago
Tom Lane e6d9544681 Harden pg_stat_statements tests against CLOBBER_CACHE_ALWAYS. 4 years ago
David Rowley dece64a941 Fix incorrect comment for get_agg_clause_costs 4 years ago
Michael Paquier b0d2867196 Fix a couple of memory leaks in src/bin/pg_basebackup/ 4 years ago
Tom Lane b154ee63bb Get rid of artificial restriction on hash table sizes on Windows. 4 years ago
Andres Freund 3d0a4636aa Deduplicate choice of horizon for a relation procarray.c. 4 years ago
Tom Lane 712ba6b8b7 Fix check for conflicting session- vs transaction-level locks. 4 years ago
Tom Lane 89ad14cd78 Make printf("%s", NULL) print "(null)" instead of crashing. 4 years ago
Tom Lane d5e913a81c Remove configure-time thread safety checking (thread_test.c). 4 years ago
John Naylor 81322fc409 Fix division by zero error in date_bin 4 years ago
Thomas Munro b1c1b7af57 jit: Don't inline functions that access thread-locals. 4 years ago
Tom Lane 227c4e57d6 Doc: improve documentation about exponentiation operator. 4 years ago
John Naylor 65cc77c984 Document "B" and "us" as accepted units in postgres.conf.sample 4 years ago
John Naylor e5cebe1ae8 Add missing check of noError parameter in euc_tw_and_big5.c 4 years ago
Fujii Masao 9c1d56a9b0 doc: Document that only superusers can use pg_import_system_collations(). 5 years ago
Bruce Momjian f8d1333dec doc: PG 14 relnote adjustments 5 years ago
Tom Lane 899564e010 Fix corner-case uninitialized-variable issues in plpgsql. 5 years ago
Michael Paquier 3a0d2d0cba Fix some issues with WAL segment opening for pg_receivewal --compress 5 years ago
Peter Geoghegan e1cdf61726 Doc: vacuum_multixact_failsafe_age is multixact-based. 5 years ago