Commit Graph

62401 Commits (0758111f5d35b64dd5ddbc716bd05806b52ea183)
 

Author SHA1 Message Date
David Rowley 86d118f9a6 Englishify comment wording 2 months ago
Tomas Vondra b85c4700fc Fix hashjoin memory balancing logic 2 months ago
Masahiko Sawada fd53065013 Remove unused data_bufsz from DecodedBkpBlock struct. 2 months ago
Nathan Bossart 208927e656 Fix privilege checks for pg_prewarm() on indexes. 2 months ago
Tom Lane a6113dc1da Improve TAP tests by replacing ok() with better Test::More functions 2 months ago
Daniel Gustafsson 7d129ba54e Avoid warnings in tests when openssl binary isn't available 2 months ago
Peter Eisentraut e1a912c86d Change config_generic.vartype to be initialized at compile time 2 months ago
Peter Eisentraut 0a7bde4610 Use designated initializers for guc_tables 2 months ago
Daniel Gustafsson 0d82163958 ecpg: check return value of replace_variables() 2 months ago
Daniel Gustafsson 6aa184c80f Replace defunct URL with stable archive.org URL in rbtree.c 2 months ago
Michael Paquier fabb33b351 Improve TAP tests by replacing ok() with better Test::More functions 2 months ago
Fujii Masao e64aa1a39d doc: Clarify when backend_xmin in pg_stat_replication can be NULL. 2 months ago
Michael Paquier d1b80a31ed Fix matching check in recovery test 042_low_level_backup 2 months ago
Michael Paquier d372888ade pg_createsubscriber: Fix matching check in TAP test 2 months ago
Álvaro Herrera 6ad9378c9a
Fix update-po for the PGXS case 2 months ago
Tom Lane 20ec995892 Add more TAP test coverage for pg_dump. 2 months ago
Tom Lane 9dcf7f1172 Split 002_pg_dump.pl into two test files. 2 months ago
Tom Lane 66ec01dc41 Align the data block sizes of pg_dump's various compression modes. 2 months ago
Nathan Bossart 812221b204 Remove partColsUpdated. 2 months ago
Amit Kapila 41c674d2e3 Refactor logical worker synchronization code into a separate file. 2 months ago
Amit Langote 905e932f09 Fix EPQ crash from missing partition directory in EState 2 months ago
Michael Paquier 02c171f63f Override log_error_verbosity to "default" in test 009_log_temp_files 2 months ago
Michael Paquier 76bba03312 Add tests for logging of temporary file removal and statement 2 months ago
Nathan Bossart 079480dc20 Fix lookup code for REINDEX INDEX. 2 months ago
Jeff Davis af164f31b9 Add pg_iswalpha() and related functions. 2 months ago
Nathan Bossart 688dc6299a Fix lookups in pg_{clear,restore}_{attribute,relation}_stats(). 2 months ago
Peter Eisentraut 5f4c3b33a9 Change reset_extra into a config_generic common field 2 months ago
Peter Eisentraut dd3ae37830 Add log_autoanalyze_min_duration 2 months ago
Etsuro Fujita 12609fbacb Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch. 2 months ago
Peter Eisentraut 29dc7a6687 Add some const qualifiers 2 months ago
Peter Eisentraut 1a79518888 Modernize some for loops 2 months ago
Peter Eisentraut 594ba21bce plpython: Remove support for major version conflict detection 2 months ago
Amit Kapila 2436b8c047 Standardize use of REFRESH PUBLICATION in code and messages. 2 months ago
Michael Paquier fa55be2a50 pg_createsubscriber: Use new routine to retrieve data of PG_VERSION 2 months ago
Michael Paquier c6a6cd53d3 pg_resetwal: Use new routine to retrieve data of PG_VERSION 2 months ago
Michael Paquier e4775e42ca pg_combinebackup: Use new routine to retrieve data of PG_VERSION 2 months ago
Masahiko Sawada 45a7faf130 Revert "pg_createsubscriber: Add log message when no publications exist to drop." 2 months ago
Melanie Plageman 3e4705484e Make heap_page_is_all_visible independent of LVRelState 2 months ago
Melanie Plageman 43b05b38ea Inline TransactionIdFollows/Precedes[OrEquals]() 2 months ago
Melanie Plageman c8dd6542ba Add helper for freeze determination to heap_page_prune_and_freeze 2 months ago
Masahiko Sawada 74ac377d75 pg_createsubscriber: Add log message when no publications exist to drop. 2 months ago
Jeff Davis 8efe982fe2 pg_regc_locale.c: rename some static functions. 2 months ago
Nathan Bossart c9b299f6df dblink: Avoid locking relation before privilege check. 2 months ago
Melanie Plageman 4a8fb58671 Bump XLOG_PAGE_MAGIC after xl_heap_prune change 2 months ago
Tatsuo Ishii 5f3808646f Use ereport rather than elog in WinCheckAndInitializeNullTreatment. 2 months ago
Richard Guo 1206df04c2 Rename apply_at to apply_agg_at for clarity 2 months ago
Michael Paquier a7d8052910 pg_upgrade: Use new routine to retrieve data of PG_VERSION 2 months ago
Michael Paquier cd0be131ba Introduce frontend API able to retrieve the contents of PG_VERSION 2 months ago
Michael Paquier 1c05fe11ab Fix version number calculation for data folder flush in pg_combinebackup 2 months ago
Melanie Plageman add323da40 Eliminate XLOG_HEAP2_VISIBLE from vacuum phase III 2 months ago