summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-03-27Avoid using large pass-by-value struct arguments in pgbench.Tom Lane
2022-03-27Fix breakage of get_ps_display() in the PS_USE_NONE case.Tom Lane
2022-03-27Fix comment in execParallel.cMichael Paquier
2022-03-26Wait for subscription to sync in t/031_column_list.sqlTomas Vondra
2022-03-26SSL TAP test backend library independence refactoringDaniel Gustafsson
2022-03-26Suppress compiler warning in relptr_store().Tom Lane
2022-03-26Suppress compiler warning in pub_collist_to_bitmapset().Tom Lane
2022-03-26Allow specifying column lists for logical replicationTomas Vondra
2022-03-25Minor improvements in sequence decoding code and docsTomas Vondra
2022-03-25Harden TAP tests that intentionally corrupt page checksums.Tom Lane
2022-03-25Handle sequences in preprocess_pubobj_listTomas Vondra
2022-03-25Update tab-completion for CREATE PUBLICATION with sequencesTomas Vondra
2022-03-25Fix replay of create database records on standbyAlvaro Herrera
2022-03-25Make update-unicode target work in vpath buildsPeter Eisentraut
2022-03-25Refactor DLSUFFIX handlingPeter Eisentraut
2022-03-25Fix typos in standby.cMichael Paquier
2022-03-25Remove some useless free calls.Amit Kapila
2022-03-25Second attempt to fix pgbench TAP test.Tatsuo Ishii
2022-03-25Improve command line options for pg_waldump.Thomas Munro
2022-03-25Add retries for further investigation of 019_replslot_limit.pl failures.Andres Freund
2022-03-24List offending databases in pg_upgrade datallowconn checkDaniel Gustafsson
2022-03-24Fix pg_statio_all_tables view for multiple TOAST indexes.Tom Lane
2022-03-24Remove unused module imports from TAP testsDaniel Gustafsson
2022-03-24Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas
2022-03-24Wrap inline function definitions in #ifndef FRONTENDAlvaro Herrera
2022-03-24Add decoding of sequences to built-in replicationTomas Vondra
2022-03-24Change fastgetattr and heap_getattr to inline functionsAlvaro Herrera
2022-03-24Invent recursive_worktable_factor GUC to replace hard-wired constant.Tom Lane
2022-03-24Remove unnecessary translator commentPeter Eisentraut
2022-03-24Add additional filtering options to pg_waldump.Thomas Munro
2022-03-24Fix pgbench TAP test.Tatsuo Ishii
2022-03-24Refactor code related to pg_hba_file_rules() into new fileMichael Paquier
2022-03-23Don't try to translate NULL in GetConfigOptionByNum().Andres Freund
2022-03-23Don't call fwrite() with len == 0 when writing out relcache init file.Andres Freund
2022-03-23Clean test_rls_hooks moduleAndrew Dunstan
2022-03-23pg_upgrade: Upgrade an Assert to a real 'if' testAlvaro Herrera
2022-03-23pg_basebackup: Try to fix some failures on Windows.Robert Haas
2022-03-23Fix "missing continuation record" after standby promotionAlvaro Herrera
2022-03-23In get_bc_algorithm_name, add a dummy return statement.Robert Haas
2022-03-23Force NO_LOCALE / UTF8 for test_oat_hooks testsAndrew Dunstan
2022-03-23Use approved style for listing OBJS in test_oat_hooks MakefileAndrew Dunstan
2022-03-23Unbreak the build.Robert Haas
2022-03-23Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas
2022-03-23Allow pgbench to retry in some cases.Tatsuo Ishii
2022-03-23Try to stabilize vacuum test.Thomas Munro
2022-03-23Temporarily disable installcheck for test_oat_hooks moduleAndrew Dunstan
2022-03-22Revert "Common SQL/JSON clauses"Andrew Dunstan
2022-03-22Add missing xlogdefs.h include to pg_subscription.h.Andres Freund
2022-03-22Common SQL/JSON clausesAndrew Dunstan
2022-03-22Tidy up Object Access hooks testsAndrew Dunstan